help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: reverting some 22 behavior to how 21 was


From: Peter Dyballa
Subject: Re: reverting some 22 behavior to how 21 was
Date: Wed, 18 Jul 2007 21:32:29 +0200


Am 18.07.2007 um 21:11 schrieb David Crick:

(1) In Emacs 21 I used the following .emacs lines:

(add-hook 'paragraph-indent-text-mode-hook 'flyspell-mode)
(add-hook 'paragraph-indent-text-mode-hook 'refill-mode)
...
What are the revised lines I should be using in 22 please?


I think: forget the first line!


(2) Second question is about font coloring in the mini-buffer
line.  Some parts are now displayed in dark blue text, e.g. if
I type M-x then that is echoed back to me in dark blue, and
then anything I type after it is gray.  As I use a black terminal
background the dark blue is difficult to see; in 21 the entire
line was gray.  What option can I set to change the blue text?

You can customise it, for example:

'(minibuffer-prompt ((t (:background "yellow" :foreground "dark red" :weight bold))))

BTW, you can search for minibuffer related customise options ... (and other)

--
Greetings

             ~  O
  Pete       ~~_\\_/%
             ~  O  o






reply via email to

[Prev in Thread] Current Thread [Next in Thread]