[MPlayer-dev-eng] [PATCH] DVDNAV Still frames supprt
Rich Felker
dalias at aerifal.cx
Sun Feb 3 20:56:18 CET 2008
On Sun, Feb 03, 2008 at 08:08:03PM +0100, Diego Biurrun wrote:
> Consistent formatting guidelines for MPlayer are still a long way off.
> I think the only thing we will get for now are parts (like libass) that
> enforce such things.
Would it help if I polished up and published my elisp code for
handling existing indention styles better? What it does is basically:
- Starting newline duplicates the leading whitespace byte for byte
from the current line.
- 'Electric' crap disabled (no sudden unexpected reindention).
- Tab key does self-insert-command, nothing else (this could be
modified depending on user preference).
I find that these changes to emacs make it really easy to work with C
sources in whatever indention style they happen to be in without bogus
cosmetics appearing in commits.
Rich
More information about the MPlayer-dev-eng
mailing list