unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Christopher Schmidt <ch@ristopher.com>
To: 17644@debbugs.gnu.org
Subject: bug#17644: 24.4.50; provide access to all mode-line lighters (e.g. those from C code)
Date: Fri, 30 May 2014 12:02:48 -0400 (EDT)	[thread overview]
Message-ID: <8738frs18w@ristopher.com> (raw)
In-Reply-To: <067c46c8-34b1-4ba7-a5b0-1795e4fc75af@default> (Drew Adams's message of "Fri, 30 May 2014 08:34:27 -0700 (PDT)")

Drew Adams <drew.adams@oracle.com> writes:
> (b) provide a means for users to access and modify them using Lisp.

    (info "(elisp)%-Constructs")

    (setq mode-line-modes
          (cl-nsubstitute '(:eval (when (buffer-narrowed-p) " DREW"))
                          "%n"
                          mode-line-modes
                          :test 'string=
                          :key (lambda (e)
                                 (when (stringp e)
                                   e))))





  parent reply	other threads:[~2014-05-30 16:02 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-30 15:34 bug#17644: 24.4.50; provide access to all mode-line lighters (e.g. those from C code) Drew Adams
2014-05-30 15:57 ` Andreas Schwab
2014-05-30 16:02 ` Christopher Schmidt [this message]
2014-05-30 16:08   ` Drew Adams
2014-05-30 23:37     ` Drew Adams
2016-04-29 20:09       ` Lars Ingebrigtsen

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=8738frs18w@ristopher.com \
    --to=ch@ristopher.com \
    --cc=17644@debbugs.gnu.org \
    /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.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

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).