Re: [Mesa-dev] [PATCH] dir-locals.el: use appropriate style and stop unsafe warning

2017-03-06 Thread Damien Grassart
Actually please ignore this, cc-mode does not actually work the way I thought it should. Sorry for the noise. On Mon, Mar 6, 2017 at 1:00 PM, Damien Grassart wrote: > This updates the c-file-style for directories that appear to use Linux > kernel style rather than the Stroustrup style, and adds a

[Mesa-dev] [PATCH] dir-locals.el: use appropriate style and stop unsafe warning

2017-03-06 Thread Damien Grassart
This updates the c-file-style for directories that appear to use Linux kernel style rather than the Stroustrup style, and adds a .dir-locals.el and .editorconfig for the radv driver. Also changes the mode from prog-mode to the less generic cc-mode so that Emacs doesn't warn about unsafe variables.