From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Fontless Info Date: Tue, 19 Feb 2013 22:53:26 +0200 Message-ID: <83621oowjd.fsf@gnu.org> References: <874nh8ybnz.fsf@dimension8.tehua.net> <87mwv0zk06.fsf@thinkpad.tsdh.de> <83r4kcp95y.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1361307216 18677 80.91.229.3 (19 Feb 2013 20:53:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 19 Feb 2013 20:53:36 +0000 (UTC) Cc: acm@muc.de, emacs-devel@gnu.org, aidalgol@no8wireless.co.nz, tsdh@gnu.org To: Drew Adams Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Feb 19 21:53:57 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 1U7uCL-0002an-3D for ged-emacs-devel@m.gmane.org; Tue, 19 Feb 2013 21:53:57 +0100 Original-Received: from localhost ([::1]:36393 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U7uC0-0005o5-MW for ged-emacs-devel@m.gmane.org; Tue, 19 Feb 2013 15:53:36 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:57406) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U7uBu-0005i3-6B for emacs-devel@gnu.org; Tue, 19 Feb 2013 15:53:34 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U7uBs-0000Tp-5q for emacs-devel@gnu.org; Tue, 19 Feb 2013 15:53:30 -0500 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:45330) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U7uBr-0000T7-4o; Tue, 19 Feb 2013 15:53:28 -0500 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0MIH00800J887600@a-mtaout20.012.net.il>; Tue, 19 Feb 2013 22:53:16 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MIH007HVJCRTMB0@a-mtaout20.012.net.il>; Tue, 19 Feb 2013 22:53:16 +0200 (IST) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.166 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:157167 Archived-At: > From: "Drew Adams" > Cc: , > Date: Tue, 19 Feb 2013 10:48:08 -0800 > > 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. Use "M-x describe-text-properties RET" to see what face, if any, is there. > Dunno whether this regression is independent of the more general one that turns > off font-lock mode when it should be on. It's probably another problem. There was some change in that area lately: 2013-02-18 Michael Heerdegen * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): Use font-lock-keyword-face for macros and special forms (bug#8345). 2013-02-17 Stefan Monnier * font-lock.el (lisp-font-lock-keywords-1, lisp-font-lock-keywords-2): Don't assume all identifier chars have syntax word. * emacs-lisp/lisp-mode.el (lisp-mode-variables): Remove bar-not-symbol. Adjust callers. (lisp-mode-variables): Don't set a font-lock-syntax-table.