Bug#671558: tuareg-mode: auto-mode-alist regexp string end

2012-05-06 Thread Ralf Treinen
On Sat, May 05, 2012 at 09:35:02AM +1000, Kevin Ryde wrote: > Package: tuareg-mode > Version: 1:2.0.4-3 > Severity: normal > File: /etc/emacs/site-start.d/51tuareg-mode.el > > 51tuareg-mode.el sets up > > (add-to-list 'auto-mode-alist '("\\.ml\\w?" . tuareg-mode)) > > but I wonder if the regexp

Bug#671558: tuareg-mode: auto-mode-alist regexp string end

2012-05-04 Thread Kevin Ryde
Package: tuareg-mode Version: 1:2.0.4-3 Severity: normal File: /etc/emacs/site-start.d/51tuareg-mode.el 51tuareg-mode.el sets up (add-to-list 'auto-mode-alist '("\\.ml\\w?" . tuareg-mode)) but I wonder if the regexp is meant to have a \\' anchor as per the autoload cookie of /usr/share/emacs/si