[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
list-buffers header not aligned case 2
From: |
Robert J. Chassell |
Subject: |
list-buffers header not aligned case 2 |
Date: |
Mon, 2 Jun 2003 09:38:00 -0400 (EDT) |
Today's CVS snapshot, Mon, 2003 Jun 2 11:29 UTC
GNU Emacs 21.3.50.70 (i686-pc-linux-gnu, X toolkit)
started with
/usr/local/bin/emacs -q --no-site-file --eval '(blink-cursor-mode 0)' \
--eval '(setq Buffer-menu-use-header-line nil)'
When
Buffer-menu-use-header-line
is nil, in certain cases, the headers don't line up with the dashes or
columns underneath them.
This occurs with the default font of:
font: -ETL-Fixed-Medium-R-Normal--16-160-72-72-C-80-ISO8859-1
whether or not that font is set in the command line.
This does *not* occur when you start with a larger font, like this:
/usr/local/bin/emacs -q --no-site-file --eval '(blink-cursor-mode 0)' \
--eval '(setq Buffer-menu-use-header-line nil)' \
-fn '-Misc-Fixed-Medium-R-Normal--20-200-75-75-C-100-ISO8859-1'
but it does occur when you change the fontset using the command:
(set-frame-font "-Misc-Fixed-Medium-R-Normal--20-200-75-75-C-100-ISO8859-1")
after starting with the default fontset, that is, after starting with
the command shown at the beginning that does not set the font.
--
Robert J. Chassell Rattlesnake Enterprises
http://www.rattlesnake.com GnuPG Key ID: 004B4AC8
http://www.teak.cc address@hidden
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- list-buffers header not aligned case 2,
Robert J. Chassell <=