Hi, On Sun, 06 Dec 2015 15:37:55 +1100 Kevin Ryde <user42_ke...@yahoo.com.au> wrote: > Package: ninja-build > Version: 1.5.1-0.1 > Severity: normal > Tags: patch > File: /usr/share/emacs/site-lisp/ninja-mode.el > > ninja-mode.el has > > (setq comment-start "#") > > which sets the comment-start string globally (affecting all buffers > without their own setting). A major mode usually should be buffer-local > > (set (make-local-variable 'comment-start) "#")
Could you please report this and the other bugs about ninja-mode.el upstream: https://github.com/ninja-build/ninja Once upstream has accepted the changes I can cherry-pick them in the Debian package. Thanks, Felix