From: Juanma Barranquero <lekktu@gmail.com>
To: Chris Poole <lists@chrispoole.com>
Cc: Emacs Help List <help-gnu-emacs@gnu.org>
Subject: Re: Emacs 24.3.50.1 subword mode adds comma to modeline
Date: Tue, 16 Apr 2013 16:17:20 +0200 [thread overview]
Message-ID: <CAAeL0SQe=2qSL991+ZX7m9qZ_uECYjT0UknzRwpOZ-MdyjZ5bQ@mail.gmail.com> (raw)
In-Reply-To: <CAF=P9QA6K1kS_eCvrBA=+Bzv=jjub-pw9X0wgeVLSi-pcFfZnA@mail.gmail.com>
On Mon, Apr 15, 2013 at 11:04 PM, Chris Poole <lists@chrispoole.com> wrote:
> Is there a reason it's changed? Seems annoying to see a
> comma in the modeline...
Most minor modes use a lighter to show that they are active. In this
case, I suppose the change is to help distinguish between subword-mode
and the new superword-mode.
Anyway, you can remove it from your .emacs:
(let ((entry (assq 'subword-mode minor-mode-alist)))
(when entry (setcdr entry '(nil))))
or set '(nil) to '(" sw") or whatever you like.
J
prev parent reply other threads:[~2013-04-16 14:17 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-15 21:04 Emacs 24.3.50.1 subword mode adds comma to modeline Chris Poole
2013-04-16 14:17 ` Juanma Barranquero [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='CAAeL0SQe=2qSL991+ZX7m9qZ_uECYjT0UknzRwpOZ-MdyjZ5bQ@mail.gmail.com' \
--to=lekktu@gmail.com \
--cc=help-gnu-emacs@gnu.org \
--cc=lists@chrispoole.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).