Re: [Mesa-dev] [PATCH] dir-locals.el: Don't set variables for non-programming modes

2015-01-29 Thread Michel Dänzer
On 30.01.2015 03:52, Neil Roberts wrote: > This limits the style changes to modes inherited from prog-mode. The > main reason to do this is to avoid setting fill-column for people > using Emacs to edit commit messages because 78 characters is too many > to make it wrap properly in git log. Note tha

[Mesa-dev] [PATCH] dir-locals.el: Don't set variables for non-programming modes

2015-01-29 Thread Neil Roberts
This limits the style changes to modes inherited from prog-mode. The main reason to do this is to avoid setting fill-column for people using Emacs to edit commit messages because 78 characters is too many to make it wrap properly in git log. Note that makefile-mode also inherits from prog-mode so t