History log of /netbsd/share/misc/NetBSD.el (Results 1 – 6 of 6)
Revision Date Author Comments
# ac97beab 16-Feb-2009 uwe <uwe@NetBSD.org>

Add c-backslash-max-column - its default value of 72 is less than what
we set for c-backslash-column, so macros with lines longer than 72
would be formatted icorrectly.

Fix brace-list-entry - it doe

Add c-backslash-max-column - its default value of 72 is less than what
we set for c-backslash-column, so macros with lines longer than 72
would be formatted icorrectly.

Fix brace-list-entry - it doesn't need extra indentation. Pointed out
by roy@. While here use '+ instead of 8 to express "full indentation
step".

XXX: Do we really want brace-list-open indented one step? It might
work for one-liners, but we have lots of longer init lists that are
formatted with brace-list-open of 0.

show more ...


# e179d264 24-Sep-2007 christos <christos@NetBSD.org>

Add code to support whitespace checking/cleanup. This disabled by
default. To enable it, set netbsd-knf-whitespace-check to 't'. See
the help message for this variable for related knobs and issues.

Add code to support whitespace checking/cleanup. This disabled by
default. To enable it, set netbsd-knf-whitespace-check to 't'. See
the help message for this variable for related knobs and issues. This
was tested on emacs 21.4 and 22.1. (From Anon Ymous)

show more ...


# 7547d04a 22-Sep-2007 christos <christos@NetBSD.org>

- revert previous patch; anon ymous does not like it!
- add NetBSD id.


# cd990eac 22-Sep-2007 christos <christos@NetBSD.org>

- deal with saving empty buffers
- document the knobs in whitespace.el so that people who want to preserve
the <space><tab> in config files can.


# 0d73c126 19-Sep-2007 christos <christos@NetBSD.org>

Add whitespace-cleanup when saving to "NetBSD KNF" style. From Anon Ymous


# 78c9a767 08-Aug-2006 wiz <wiz@NetBSD.org>

Add NetBSD.el containing some settings for emacs' c-mode to better
match NetBSD's KNF (kernel normal form).