From: Stefan Monnier <monnier@iro.umontreal.ca>
To: help-gnu-emacs@gnu.org
Subject: Re: reverting some 22 behavior to how 21 was
Date: Wed, 18 Jul 2007 16:17:41 -0400 [thread overview]
Message-ID: <jwvlkdd5v38.fsf-monnier+gnu.emacs.help@gnu.org> (raw)
In-Reply-To: mailman.3603.1184785911.32220.help-gnu-emacs@gnu.org
> 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
They've always toggled AFAIK. No change on this side.
> I receive the message (e.g.):
> Toggling flyspell-mode off; better pass an explicit argument.
What has changed is that in Emacs-22, when the toggle turns things off,
Emacs warns the user rather than doing it silently.
You could do:
(add-hook 'paragraph-indent-text-mode-hook
(lambda () (flyspell-mode t) (refill-mode t)))
> (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 don't want to change that face, then. Instead you want to tell Emacs
that your terminal's background is dark. See C-h v `frame-background-mode'.
Stefan
next parent reply other threads:[~2007-07-18 20:17 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <mailman.3603.1184785911.32220.help-gnu-emacs@gnu.org>
2007-07-18 20:17 ` Stefan Monnier [this message]
2007-07-18 20:55 ` reverting some 22 behavior to how 21 was Reiner Steib
2007-07-19 3:11 ` Stefan Monnier
2007-07-19 13:28 ` Jason Rumney
2007-07-20 4:20 ` Tim X
2007-07-18 21:51 David Crick
-- strict thread matches above, loose matches on Subject: below --
2007-07-18 19:11 David Crick
2007-07-18 19:28 ` Allan Gottlieb
2007-07-18 19:32 ` Peter Dyballa
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=jwvlkdd5v38.fsf-monnier+gnu.emacs.help@gnu.org \
--to=monnier@iro.umontreal.ca \
--cc=help-gnu-emacs@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.