* color of parentheses, and face-foregrounds ?
@ 2005-09-08 19:20 Mads Jensen
2005-09-08 20:03 ` Reiner Steib
2005-09-09 7:35 ` Alan Mackenzie
0 siblings, 2 replies; 3+ messages in thread
From: Mads Jensen @ 2005-09-08 19:20 UTC (permalink / raw)
Hi NG,
I am currently using the console version of EMACS for a change. There's
something that bugs a little, which is that the parentheses are black,
just like the background. How can I change that ?
One thing more, I have C-<home> C-<end> bound to beginning-of-buffer and
end-of-buffer respectively, but when I use those keybindings, I jump to
the beginning and end of the line.
Also, in Gnus, in the message mode, the "--text follows this line--" is
blue, which is very difficult to see with a black background. Any ideas
how to change that ?
TIA,
--
Mads Jensen - mail sent to address ends in /dev/null
s/spam/madsj for emailing me
gpg: 7E775BDA
It is impossible to make anything foolproof because fools are so
ingenious.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: color of parentheses, and face-foregrounds ?
2005-09-08 19:20 color of parentheses, and face-foregrounds ? Mads Jensen
@ 2005-09-08 20:03 ` Reiner Steib
2005-09-09 7:35 ` Alan Mackenzie
1 sibling, 0 replies; 3+ messages in thread
From: Reiner Steib @ 2005-09-08 20:03 UTC (permalink / raw)
On Thu, Sep 08 2005, Mads Jensen wrote:
> Also, in Gnus, in the message mode, the "--text follows this line--" is
> blue, which is very difficult to see with a black background. Any ideas
> how to change that ?
M-x customize-face RET message-separator RET (in the current CVS)
M-x customize-face RET message-separator-face RET (released versions)
Bye, Reiner.
--
,,,
(o o)
---ooO-(_)-Ooo--- | PGP key available | http://rsteib.home.pages.de/
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: color of parentheses, and face-foregrounds ?
2005-09-08 19:20 color of parentheses, and face-foregrounds ? Mads Jensen
2005-09-08 20:03 ` Reiner Steib
@ 2005-09-09 7:35 ` Alan Mackenzie
1 sibling, 0 replies; 3+ messages in thread
From: Alan Mackenzie @ 2005-09-09 7:35 UTC (permalink / raw)
Mads Jensen <spam@raptus.dk> wrote on 08 Sep 2005 21:20:54 +0200:
> Hi NG,
> I am currently using the console version of EMACS for a change. There's
> something that bugs a little, ....
> One thing more, I have C-<home> C-<end> bound to beginning-of-buffer and
> end-of-buffer respectively, but when I use those keybindings, I jump to the
> beginning and end of the line.
Probably you're not "holding the control key hard enough". And in a
console, that can be hard indeed. If by "console", you mean the 80 x 25
screen on Linux, outside of X, then the keyboard driver isn't set up to
distinguish between C-<home> and <home> - they both produce the same
sequence of bytes, namely ESC [ 1 ~ . You can check this by typing
the key, and then typing C-h l (`view-lossage') to get a display of the
raw codes that Emacs saw. The same applies to many, many other key
combinations, including arrow keys with any modifier keys.
The solution is to enhance the keyboard layout to generate distinct codes
for distinct keys, and to tell Emacs about them. That's what the
`function-keymap' is there for. A complete scheme was worked out many
years ago by Kalle Niemitalo and it works very well indeed. If you're
running Linux and you're interested, I could email you all the stuff - it
would take a few hours study and work to get it running.
[ .... ]
> Mads Jensen
--
Alan Mackenzie (Munich, Germany)
Email: aacm@muuc.dee; to decode, wherever there is a repeated letter
(like "aa"), remove half of them (leaving, say, "a").
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2005-09-09 7:35 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-08 19:20 color of parentheses, and face-foregrounds ? Mads Jensen
2005-09-08 20:03 ` Reiner Steib
2005-09-09 7:35 ` Alan Mackenzie
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).