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 13:05:03 -0800 Message-ID: <0A2750F545EB40528718BFFB830DAD04@us.oracle.com> References: <874nh8ybnz.fsf@dimension8.tehua.net> <87mwv0zk06.fsf@thinkpad.tsdh.de> <83r4kcp95y.fsf@gnu.org> <83621oowjd.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 1361307934 24944 80.91.229.3 (19 Feb 2013 21:05:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 19 Feb 2013 21:05:34 +0000 (UTC) Cc: acm@muc.de, emacs-devel@gnu.org, aidalgol@no8wireless.co.nz, tsdh@gnu.org To: "'Eli Zaretskii'" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Feb 19 22:05:55 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 1U7uNu-0001bf-L6 for ged-emacs-devel@m.gmane.org; Tue, 19 Feb 2013 22:05:54 +0100 Original-Received: from localhost ([::1]:44789 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U7uNa-0002ee-95 for ged-emacs-devel@m.gmane.org; Tue, 19 Feb 2013 16:05:34 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:60657) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U7uNU-0002dK-2T for emacs-devel@gnu.org; Tue, 19 Feb 2013 16:05:32 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U7uNQ-0004bz-7z for emacs-devel@gnu.org; Tue, 19 Feb 2013 16:05:28 -0500 Original-Received: from userp1040.oracle.com ([156.151.31.81]:33087) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U7uNI-0004Rx-Nw; Tue, 19 Feb 2013 16:05:16 -0500 Original-Received: from acsinet22.oracle.com (acsinet22.oracle.com [141.146.126.238]) by userp1040.oracle.com (Sentrion-MTA-4.3.1/Sentrion-MTA-4.3.1) with ESMTP id r1JL58h3029342 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 19 Feb 2013 21:05:09 GMT Original-Received: from acsmt356.oracle.com (acsmt356.oracle.com [141.146.40.156]) by acsinet22.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id r1JL58vN023221 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 19 Feb 2013 21:05:08 GMT Original-Received: from abhmt104.oracle.com (abhmt104.oracle.com [141.146.116.56]) by acsmt356.oracle.com (8.12.11.20060308/8.12.11) with ESMTP id r1JL57Nj019215; Tue, 19 Feb 2013 15:05:07 -0600 Original-Received: from dradamslap1 (/10.159.138.144) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Tue, 19 Feb 2013 13:05:07 -0800 X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <83621oowjd.fsf@gnu.org> Thread-Index: Ac4O4yrfC7mp2x+ZS26bLsPJrOmmwgAAQLNA X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 X-Source-IP: acsinet22.oracle.com [141.146.126.238] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 156.151.31.81 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:157168 Archived-At: > > 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. No face there. All it says is this: There are text properties here: fontified t > > 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). Hm. Does eldoc.el fiddle with stuff even if you don't use Eldoc? My recipe was from `emacs -Q', and I did not turn on eldoc-mode. > 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. Perhaps that is more pertinent.