From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "David Crick" Newsgroups: gmane.emacs.help Subject: reverting some 22 behavior to how 21 was Date: Wed, 18 Jul 2007 20:11:42 +0100 Message-ID: <117bad160707181211n175c1a97hf26a129851243095@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1184785936 26654 80.91.229.12 (18 Jul 2007 19:12:16 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 18 Jul 2007 19:12:16 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jul 18 21:12:13 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IBEwT-0000Jt-JW for geh-help-gnu-emacs@m.gmane.org; Wed, 18 Jul 2007 21:12:09 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IBEwT-0003BJ-2D for geh-help-gnu-emacs@m.gmane.org; Wed, 18 Jul 2007 15:12:09 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IBEw8-00039E-Rg for help-gnu-emacs@gnu.org; Wed, 18 Jul 2007 15:11:48 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IBEw6-00037B-3G for help-gnu-emacs@gnu.org; Wed, 18 Jul 2007 15:11:47 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IBEw4-00036o-NV for help-gnu-emacs@gnu.org; Wed, 18 Jul 2007 15:11:44 -0400 Original-Received: from nz-out-0506.google.com ([64.233.162.232]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IBEw4-0005AX-3b for help-gnu-emacs@gnu.org; Wed, 18 Jul 2007 15:11:44 -0400 Original-Received: by nz-out-0506.google.com with SMTP id f1so238762nzc for ; Wed, 18 Jul 2007 12:11:43 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=VFYaSK5NkNqYm4+hi+iTEKXIpehN+egkLM7kXSf6CbzmtVa/7LUD/8mWrcwz6/BRckLS/muOFj302DGryXUBmfOsKOTcw8+WuFn8IIuzSbt9Blzxo8JTzF8qAAtGekTTOx8zXhpZ+qbqiXJ8Ya5/hlJVaABQ1QBz8XOjFw+NmKg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=L98wAvAVJYfbmE3ZHI81rfuUaniBVyXXboyr6PZ1Qh/rh9HoHNrELbM2RsGRJg7I6SvtSRZKCKAK/GTkEjYvtKsQZdmp1gvuOJtc3z0FA9TpkUYdqdkCEzaupWYxspbCNFEAGNKDaHRlsZ8yUID5tJTMXB6V5z+cEVSIuG+tYpg= Original-Received: by 10.142.157.15 with SMTP id f15mr146143wfe.1184785902624; Wed, 18 Jul 2007 12:11:42 -0700 (PDT) Original-Received: by 10.143.37.9 with HTTP; Wed, 18 Jul 2007 12:11:42 -0700 (PDT) Content-Disposition: inline X-detected-kernel: Linux 2.6 (newer, 2) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:45779 Archived-At: 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!