[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Customizing faces with `defcustom'
From: |
Richard M. Stallman |
Subject: |
Re: Customizing faces with `defcustom' |
Date: |
Thu, 29 Dec 2005 21:17:29 -0500 |
The main purpose of `Buffer-menu-buffer' is to highlight buffer names in
the *Buffer List* buffer (since it is defined in buff-menu.el). But the
same face is also used to highlight buffer names in the mode line.
It seems like bad design to use the same face for both.
There should be a special separate face for the mode line. What would
be a good name for it? `mode-line-buffer'? This is too specific.
`mode-line-buffer' would be a good name for a face used only to
highlight buffer names. But if we want something a little
more general, how about `mode-line-emphasis'?
There are modes that could use this new face. For example, info.el
highlights in bold only the Info buffer name which is not quite important.
But the Info node name in the mode line (which is more important than
the Info buffer name) is not highlighted.
Let's use `mode-line-emphasis' for that too.
- Re: Customizing faces with `defcustom', (continued)
- Re: Customizing faces with `defcustom', martin rudalics, 2005/12/26
- Re: Customizing faces with `defcustom', Richard M. Stallman, 2005/12/26
- Re: Customizing faces with `defcustom', Juri Linkov, 2005/12/27
- Re: Customizing faces with `defcustom', martin rudalics, 2005/12/28
- Re: Customizing faces with `defcustom', Juri Linkov, 2005/12/28
- Re: Customizing faces with `defcustom', Richard M. Stallman, 2005/12/28
- Re: Customizing faces with `defcustom', martin rudalics, 2005/12/29
- Re: Customizing faces with `defcustom', Richard M. Stallman, 2005/12/29
- Re: Customizing faces with `defcustom', Richard M. Stallman, 2005/12/28
- Re: Customizing faces with `defcustom', Juri Linkov, 2005/12/28
- Re: Customizing faces with `defcustom',
Richard M. Stallman <=
- Re: Customizing faces with `defcustom', Juri Linkov, 2005/12/30
- Re: Customizing faces with `defcustom', martin rudalics, 2005/12/30
- Re: Customizing faces with `defcustom', Juri Linkov, 2005/12/30
- Re: Customizing faces with `defcustom', Richard M. Stallman, 2005/12/31
- Re: Customizing faces with `defcustom', Richard M. Stallman, 2005/12/30
- Re: Customizing faces with `defcustom', Juri Linkov, 2005/12/30
- Re: Customizing faces with `defcustom', Richard M. Stallman, 2005/12/31
- Re: Customizing faces with `defcustom', Richard M. Stallman, 2005/12/31
- Re: Customizing faces with `defcustom', martin rudalics, 2005/12/29
- Re: Customizing faces with `defcustom', Richard M. Stallman, 2005/12/29