lilypond-auto
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Lilypond-auto] Issue 2853 in lilypond: Patch: Set up indent-tabs-mo


From: lilypond
Subject: Re: [Lilypond-auto] Issue 2853 in lilypond: Patch: Set up indent-tabs-mode in lexer.ll and parser.yy
Date: Wed, 26 Sep 2012 09:00:10 +0000

Updates:
        Status: Fixed
        Labels: -Patch-push Fixed_2_17_4

Comment #4 on issue 2853 by address@hidden: Patch: Set up indent-tabs-mode in lexer.ll and parser.yy
http://code.google.com/p/lilypond/issues/detail?id=2853

Pushed to staging as
commit fe92075e94be52ddb5b1e9b5c6e2f5fcc44c5d59
Author: David Kastrup <address@hidden>
Date:   Fri Sep 21 12:49:23 2012 +0200

    Issue 2853: Set up indent-tabs-mode for Emacs in lexer.ll and parser.yy

    indent-tabs-mode has been switched off for C++ files generally via
    directory-local variables when editing with Emacs.

    However, for lack of working better indentation modes that cooperate
    well with Bison and Flex files, lexer.ll and parser.yy are using a
    tab-based indentation style oriented on the Linux kernel indentation
    style.  In order to not cause an even greater inconsistent mess, local
    file variables are used for switching tab-based indentation back on in
    those files when editing them with Emacs.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]