* Problem with highlit regions on Linux virtual terminal
@ 2008-06-14 21:11 Alan Mackenzie
2008-06-14 21:46 ` Stefan Monnier
0 siblings, 1 reply; 2+ messages in thread
From: Alan Mackenzie @ 2008-06-14 21:11 UTC (permalink / raw)
To: emacs-devel
Hi, Emacs!
In a GNU/Linux system, log on to a virtual terminal. (If already in X,
do, e.g., Ctrl-Alt-F1 to get there).
With an up to date CVS version,
emacs -Q
C-x C-f .../path/to/emacs/lisp/files.el
C-s find-alternate-file <CR>
Note the general quality of the display (high :-), including the font
locking. Now do
C-M-h
to mark the function. Note again the quality of the display (low :-().
We have uniform pale grey text on a bright blue background, and the sole
remaining vestige of the font locking is that font-lock-keyword-face
(and one or two others) are in bold white rather than pale grey.
This is unacceptable for our release. It has been a particular problem
since transient-mark-mode became switched on by default.
Could somebody fix this, please, preferably without rekindling the
bitter debate about transient-mark-mode being default. Since I dislike
this default so intensely, I'm not really the person to do it.
Thanks in advance!
--
Alan Mackenzie (Nuremberg, Germany).
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Problem with highlit regions on Linux virtual terminal
2008-06-14 21:11 Problem with highlit regions on Linux virtual terminal Alan Mackenzie
@ 2008-06-14 21:46 ` Stefan Monnier
0 siblings, 0 replies; 2+ messages in thread
From: Stefan Monnier @ 2008-06-14 21:46 UTC (permalink / raw)
To: Alan Mackenzie; +Cc: emacs-devel
> to mark the function. Note again the quality of the display (low :-().
> We have uniform pale grey text on a bright blue background, and the sole
> remaining vestige of the font locking is that font-lock-keyword-face
> (and one or two others) are in bold white rather than pale grey.
Yes, the fact that we do not merge the highlight face with the
underlying face specified in text-properties is a misfeature.
Please add it to the bugtracker.
Stefan
PS: Another, related but different problem is merging the `mouse-face'
with the `face' property.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-06-14 21:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-14 21:11 Problem with highlit regions on Linux virtual terminal Alan Mackenzie
2008-06-14 21:46 ` Stefan Monnier
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.