Le 14/09/2015 09:03, Jean-Marc Lasgouttes a écrit :
Le 14/09/2015 02:22, Guillaume Munch a écrit :
One thing that would have helped was to have emacs configuration
files with the correct coding style that you use.

For instance my .emacs now reads (omitting irrelevant parts):

Such information could go in the relevant code rule file in
development/.

(custom-set-variables ;; custom-set-variables was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful. ;;
Your init file should contain only one such instance. ;; If there
is more than one, they won't work right. '(c-basic-indent 2)
'(column-number-mode t) '(indent-tabs-mode nil)
'(safe-local-variable-values (quote ((c-set-offset (quote
innamespace) 0) (c-set-style . "bsd")))) '(save-place t nil
(saveplace)) '(shell-command-switch "-lc" t) '(show-paren-mode t)
'(tab-width 2))

This part is your generic part that is overwritten for LyX right?

Why is BSD a good style?

I can add the files to the repository, but has anybody something
better to suggest?

The best is probaly to cut and paste a slimmed down version to the
relevant file in development/.



I can remove more irrelevant parts and do that, but before that I am
hoping to get some better configuration if anybody else is using emacs.
BSD is just close to your style; the question is more: what is the
proper style to use?



As already pointed out, RELEASE-NOTES is to keep track of changes
that affect LyX configuration files (the markup is markdown,
actually). New features are here: http://wiki.lyx.org/LyX/NewInLyX22

Thanks, done.

Reply via email to