help-gnu-emacs
[Top][All Lists]
Advanced

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

Emacs 24.3.50.1 subword mode adds comma to modeline


From: Chris Poole
Subject: Emacs 24.3.50.1 subword mode adds comma to modeline
Date: Mon, 15 Apr 2013 22:04:04 +0100

Hi,

I've noticed that subword-mode defines:

    (define-minor-mode subword-mode
        "..."
        :lighter " ,"
        (when subword-mode (superword-mode -1)))

The result is a comma in my modelines, separating the major mode and
minor modes. I don't think it was this way in Emacs 23.x, which I used
to be using. Is there a reason it's changed? Seems annoying to see a
comma in the modeline...


Cheers,
Chris Poole



reply via email to

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