Hello,

Trent W. Buck wrote:
> In /etc/emacs/site-start.d/50yaml-mode.el,
> 
>        (add-to-list 'auto-mode-alist '("\\.yaml$" . yaml-mode))
>        (add-to-list 'auto-mode-alist '("\\.yml$" . yaml-mode))
> 
> should read
> 
>        (add-to-list 'auto-mode-alist '("\\.yaml\\'" . yaml-mode))
>        (add-to-list 'auto-mode-alist '("\\.yml\\'" . yaml-mode))

  Thanks !

  I don't think I've ever worked with filenames containing newlines, so
I never came across this problem... I've just fixed that in my SVN.
Unless you are in a rush, I'm not sure I will upload this soon ;-)...

  Thanks for you report !

        Vincent

-- 
Vincent Fourmond, Debian Developer
http://vince-debian.blogspot.com/
-- pretty boring signature, isn't it ?



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to