Hi, I used to have a (c-set-style "gnu") in my .emacs, which was useless but everything worked fine.
When I tried emacs22 I had the following problem: c-set-style calls c-set-style-1, which calls c-setup-paragraph-variables, which sets globally paragraph-start, which is annoying for many reasons. Normally paragraph-start is local to the buffer, but the call to c-set-style change its value before it becomes buffer-local. Should this be considered as a bug? Thanks, Matthieu _______________________________________________ Help-gnu-emacs mailing list Help-gnu-emacs@gnu.org http://lists.gnu.org/mailman/listinfo/help-gnu-emacs