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 23:21:52 +0200 Message-ID: <83y5ekngnj.fsf@gnu.org> References: <874nh8ybnz.fsf@dimension8.tehua.net> <87mwv0zk06.fsf@thinkpad.tsdh.de> <83r4kcp95y.fsf@gnu.org> <83621oowjd.fsf@gnu.org> <0A2750F545EB40528718BFFB830DAD04@us.oracle.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1361308910 2613 80.91.229.3 (19 Feb 2013 21:21:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 19 Feb 2013 21:21:50 +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 22:22: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 1U7udd-0001US-E3 for ged-emacs-devel@m.gmane.org; Tue, 19 Feb 2013 22:22:09 +0100 Original-Received: from localhost ([::1]:55115 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U7udJ-0000rF-5h for ged-emacs-devel@m.gmane.org; Tue, 19 Feb 2013 16:21:49 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:37423) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U7udE-0000qd-3G for emacs-devel@gnu.org; Tue, 19 Feb 2013 16:21:48 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U7udC-0001Ux-F4 for emacs-devel@gnu.org; Tue, 19 Feb 2013 16:21:44 -0500 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:52273) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U7udC-0001Tp-79; Tue, 19 Feb 2013 16:21:42 -0500 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0MIH00800KNWHX00@a-mtaout20.012.net.il>; Tue, 19 Feb 2013 23:21:40 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MIH008YPKO4DQ10@a-mtaout20.012.net.il>; Tue, 19 Feb 2013 23:21:40 +0200 (IST) In-reply-to: <0A2750F545EB40528718BFFB830DAD04@us.oracle.com> 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:157170 Archived-At: > From: "Drew Adams" > Cc: , , , > > Date: Tue, 19 Feb 2013 13:05:03 -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. > > No face there. All it says is this: > > There are text properties here: > fontified t Then that's another problem. Look for code which should have (or did in the past) put a face there, but now doesn'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. No idea. I just pasted things that seemed relevant.