all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* reverting some 22 behavior to how 21 was
@ 2007-07-18 19:11 David Crick
  2007-07-18 19:28 ` Allan Gottlieb
  2007-07-18 19:32 ` Peter Dyballa
  0 siblings, 2 replies; 9+ messages in thread
From: David Crick @ 2007-07-18 19:11 UTC (permalink / raw)
  To: help-gnu-emacs

Hi,

A couple of questions about some things that have changed
for me.

(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)

However, in 22 it appears these functions now "toggle," and
I receive the message (e.g.):

Toggling flyspell-mode off; better pass an explicit argument.

What are the revised lines I should be using in 22 please?


(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?

Thanks!

^ permalink raw reply	[flat|nested] 9+ messages in thread
[parent not found: <mailman.3603.1184785911.32220.help-gnu-emacs@gnu.org>]
* Re: reverting some 22 behavior to how 21 was
@ 2007-07-18 21:51 David Crick
  0 siblings, 0 replies; 9+ messages in thread
From: David Crick @ 2007-07-18 21:51 UTC (permalink / raw)
  To: help-gnu-emacs

Thank you to both Allan and Peter.

The following helped restore my 21 preferences:

(add-hook 'paragraph-indent-text-mode-hook (lambda ()
                           (refill-mode t)
                           (flyspell-mode t)))

(setq minibuffer-prompt-properties nil)

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2007-07-20  4:20 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-18 19:11 reverting some 22 behavior to how 21 was David Crick
2007-07-18 19:28 ` Allan Gottlieb
2007-07-18 19:32 ` Peter Dyballa
     [not found] <mailman.3603.1184785911.32220.help-gnu-emacs@gnu.org>
2007-07-18 20:17 ` Stefan Monnier
2007-07-18 20:55   ` Reiner Steib
2007-07-19  3:11     ` Stefan Monnier
2007-07-19 13:28 ` Jason Rumney
2007-07-20  4:20 ` Tim X
  -- strict thread matches above, loose matches on Subject: below --
2007-07-18 21:51 David Crick

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.