all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Kevin Rodgers <ihs_4664@yahoo.com>
Subject: Re: Modify the mode line
Date: Wed, 18 Jan 2006 15:56:33 -0700	[thread overview]
Message-ID: <dqmh35$qdo$1@sea.gmane.org> (raw)
In-Reply-To: <OF813A93E4.3601DF0C-ONC12570FA.004D51C3@Selex-Comms.com>

luca.spinacci@selex-comms.com wrote:
 > I would like to insert in the mode line some information (for instance
 > a variable string like the name of current buffer) and update the
 > information for each opened buffer.
 > I read the info for mode-line-format but being a poor programmer I
 > still haven't found a good solution.

(setq mode-line-format
       (cons "a constant string" mode-line-format))

(setq a-variable "a variable string")
(setq mode-line-format
       (cons '(:eval a-variable) mode-line-format))

-- 
Kevin Rodgers
(setq mode-line-format (cdr mode-line-format))

      reply	other threads:[~2006-01-18 22:56 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-01-18 14:10 Modify the mode line luca.spinacci
2006-01-18 22:56 ` Kevin Rodgers [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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='dqmh35$qdo$1@sea.gmane.org' \
    --to=ihs_4664@yahoo.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.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.