From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: org-mode and mode hooks. Date: Wed, 08 Jun 2005 08:01:33 -0400 Message-ID: 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> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1118233261 14205 80.91.229.2 (8 Jun 2005 12:21:01 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 8 Jun 2005 12:21:01 +0000 (UTC) Cc: teirllm@dms.auburn.edu, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 08 14:20:58 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DfzVf-0007KY-39 for ged-emacs-devel@m.gmane.org; Wed, 08 Jun 2005 14:18:15 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DfzcN-0000mp-6A for ged-emacs-devel@m.gmane.org; Wed, 08 Jun 2005 08:25:11 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DfzRm-00045X-Gf for emacs-devel@gnu.org; Wed, 08 Jun 2005 08:14:14 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DfzRk-00044B-73 for emacs-devel@gnu.org; Wed, 08 Jun 2005 08:14:12 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DfzP6-0002dn-RP for emacs-devel@gnu.org; Wed, 08 Jun 2005 08:11:28 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DfzKj-0003qv-5u for emacs-devel@gnu.org; Wed, 08 Jun 2005 08:06:57 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1DfzFV-0006qO-Pq; Wed, 08 Jun 2005 08:01:33 -0400 Original-To: snogglethorpe@gmail.com, miles@gnu.org In-reply-to: (message from Miles Bader on Tue, 7 Jun 2005 10:49:13 +0900) 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:38327 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:38327 So this patch would change the default appearance of comint prompts in Emacs 22. That change is ok. We have decided to move towards a more consistent system where buffer-specific highlighting can be enabled and disabled by calling font-lock-mode. This inevitably means an incompatible change for modes that used to do highlighting unconditionally.