From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: org-mode and mode hooks. Date: Tue, 07 Jun 2005 14:17:01 -0400 Message-ID: <87r7fejamm.fsf-monnier+emacs@gnu.org> References: <87y8a3mnz8.fsf@xs4all.nl> <200505252135.j4PLZvt26969@raven.dms.auburn.edu> <87hdgrufcl.fsf-monnier+emacs@gnu.org> <200505260359.j4Q3xbj28809@raven.dms.auburn.edu> <87is16rsid.fsf-monnier+emacs@gnu.org> <200505261501.j4QF17h00246@raven.dms.auburn.edu> <200505271943.j4RJhj007341@raven.dms.auburn.edu> <200506070119.j571JlP18343@raven.dms.auburn.edu> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1118168380 10503 80.91.229.2 (7 Jun 2005 18:19:40 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 7 Jun 2005 18:19:40 +0000 (UTC) Cc: emacs-devel@gnu.org, Luc Teirlinck , rms@gnu.org, miles@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 07 20:19:38 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Dfidi-00089m-2z for ged-emacs-devel@m.gmane.org; Tue, 07 Jun 2005 20:17:26 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DfikG-0003m6-SO for ged-emacs-devel@m.gmane.org; Tue, 07 Jun 2005 14:24:12 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Dfijy-0003il-Aj for emacs-devel@gnu.org; Tue, 07 Jun 2005 14:23:55 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Dfijv-0003hN-KP for emacs-devel@gnu.org; Tue, 07 Jun 2005 14:23:51 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dfijv-0003fO-6j for emacs-devel@gnu.org; Tue, 07 Jun 2005 14:23:51 -0400 Original-Received: from [209.226.175.25] (helo=tomts5-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Dfigl-00032a-Q2; Tue, 07 Jun 2005 14:20:36 -0400 Original-Received: from alfajor ([67.71.116.59]) by tomts5-srv.bellnexxia.net (InterMail vM.5.01.06.10 201-253-122-130-110-20040306) with ESMTP id <20050607181703.MUMK26128.tomts5-srv.bellnexxia.net@alfajor>; Tue, 7 Jun 2005 14:17:03 -0400 Original-Received: by alfajor (Postfix, from userid 1000) id 3A463D7339; Tue, 7 Jun 2005 14:17:01 -0400 (EDT) Original-To: snogglethorpe@gmail.com In-Reply-To: (Miles Bader's message of "Tue, 7 Jun 2005 10:49:13 +0900") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:38273 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:38273 > In Emacs 21, the behavior was that comint prompts were _always_ > highlighted, but font-lock could be turned on to add other faces > (e.g., colorization of error messages). When I changed the In Emacs-20 the behavior was: no highlighting unless you turn on font-lock. So the patch just gets us back to Emacs-20 behavior in this regard. Stefan