From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.devel Subject: RE: Fontless Info Date: Tue, 19 Feb 2013 10:48:08 -0800 Message-ID: References: <874nh8ybnz.fsf@dimension8.tehua.net><87mwv0zk06.fsf@thinkpad.tsdh.de><83r4kcp95y.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1361299731 8085 80.91.229.3 (19 Feb 2013 18:48:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 19 Feb 2013 18:48:51 +0000 (UTC) Cc: aidalgol@no8wireless.co.nz, emacs-devel@gnu.org To: "'Eli Zaretskii'" , "'Tassilo Horn'" , "'Alan Mackenzie'" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Feb 19 19:49:11 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1U7sFa-0008NG-JH for ged-emacs-devel@m.gmane.org; Tue, 19 Feb 2013 19:49:10 +0100 Original-Received: from localhost ([::1]:34270 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U7sFG-0004F0-Ev for ged-emacs-devel@m.gmane.org; Tue, 19 Feb 2013 13:48:50 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:43539) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U7sEz-0003o1-L6 for emacs-devel@gnu.org; Tue, 19 Feb 2013 13:48:46 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U7sEr-0006q5-6l for emacs-devel@gnu.org; Tue, 19 Feb 2013 13:48:33 -0500 Original-Received: from aserp1040.oracle.com ([141.146.126.69]:47063) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U7sEj-0006mA-Gq; Tue, 19 Feb 2013 13:48:17 -0500 Original-Received: from acsinet21.oracle.com (acsinet21.oracle.com [141.146.126.237]) by aserp1040.oracle.com (Sentrion-MTA-4.3.1/Sentrion-MTA-4.3.1) with ESMTP id r1JImD9j001714 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 19 Feb 2013 18:48:14 GMT Original-Received: from acsmt356.oracle.com (acsmt356.oracle.com [141.146.40.156]) by acsinet21.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id r1JImDrJ009780 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 19 Feb 2013 18:48:13 GMT Original-Received: from abhmt105.oracle.com (abhmt105.oracle.com [141.146.116.57]) by acsmt356.oracle.com (8.12.11.20060308/8.12.11) with ESMTP id r1JImClc013477; Tue, 19 Feb 2013 12:48:12 -0600 Original-Received: from dradamslap1 (/10.159.138.144) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Tue, 19 Feb 2013 10:48:12 -0800 X-Mailer: Microsoft Office Outlook 11 In-Reply-To: Thread-Index: Ac4OxrOccT8RuoPLQki7TwIVWEVxbwAAHUOQAAJ6jZA= X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 X-Source-IP: acsinet21.oracle.com [141.146.126.237] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 141.146.126.69 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:157165 Archived-At: > The same thing is true for the symptoms of bug #13751: > font locking gets turned off in Emacs Lisp buffers if you do > (add-hook 'emacs-lisp-mode-hook 'turn-on-font-lock) > and in Dired buffers if you use Dired+. > > In all such cases, `M-x font-lock-mode' turns it back on, but > it should never have been turned off. Actually, there is more breakage than that. Even if you use `M-x font-lock-mode' to turn the mode back on, in Emacs-Lisp mode keywords such as `&optional' are no longer highlighted. Dunno whether this regression is independent of the more general one that turns off font-lock mode when it should be on.