unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: "Drew Adams" <drew.adams@oracle.com>
Cc: emacs-devel@gnu.org
Subject: RE: buff-menu.el header line
Date: Fri, 19 Nov 2004 07:24:16 -0800	[thread overview]
Message-ID: <FDELKNEBLPKKDCEBEJCBOEKHCJAA.drew.adams@oracle.com> (raw)
In-Reply-To: <E1CV5do-0006B3-H2@fencepost.gnu.org>

       The misalignment can be fixed by deleting the space before the `CRM'
        in `list-buffers-noselect' on line 648 of emacs/lisp/buff-menu.el

        Change
    	     (header (concat " " (propertize "CRM " 'face 'fixed-pitch)
        to
    	     (header (concat (propertize "CRM " 'face 'fixed-pitch)

    That space was obviously put there for a reason,
    so this can't be a real fix.

    What change was it that caused this bug to appear?

Just a guess, but in Emacs 20 the header has " MR Buffer " instead of "CRM
Buffer ". Perhaps, instead of the C replacing the initial space, it was
added after it.

BTW, there is nothing particularly mnemonic about "CRM". I suspect that most
users will never guess what the letters stand for...and they don't need to.
I suggest we remove "CRM" altogether: it hurts more than helps
understanding.

      reply	other threads:[~2004-11-19 15:24 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-11-18 17:45 buff-menu.el header line Robert J. Chassell
2004-11-18 18:00 ` Drew Adams
2004-11-18 19:19   ` Robert J. Chassell
2004-11-18 18:13 ` Stefan Monnier
2004-11-18 19:16   ` Robert J. Chassell
2004-11-18 21:23     ` Stefan Monnier
2004-11-19  0:27       ` Robert J. Chassell
2004-11-19 15:31       ` Robert J. Chassell
2004-11-21  0:04         ` Stefan Monnier
2004-11-18 23:16   ` Luc Teirlinck
2004-11-19  0:40     ` Andreas Schwab
2004-11-19  9:02       ` Kim F. Storm
2004-11-19  9:31         ` Stephan Stahl
2004-11-19  9:40         ` David Kastrup
2004-11-19 10:58         ` Andreas Schwab
2004-11-19 11:38           ` Stephan Stahl
2004-11-19 15:30             ` Drew Adams
2004-11-19 13:21       ` Robert J. Chassell
2004-11-21 17:39         ` call-interactively: completion broken Robert J. Chassell
2004-11-21 18:15           ` Luc Teirlinck
2004-11-19 20:04       ` buff-menu.el header line Richard Stallman
2004-11-19 10:05 ` Richard Stallman
2004-11-19 15:24   ` Drew Adams [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=FDELKNEBLPKKDCEBEJCBOEKHCJAA.drew.adams@oracle.com \
    --to=drew.adams@oracle.com \
    --cc=emacs-devel@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).