From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: Doing the impossible: magic font-lock-keywords-only changes Date: Fri, 5 Jun 2009 02:45:14 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1244168681 17870 80.91.229.12 (5 Jun 2009 02:24:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 5 Jun 2009 02:24:41 +0000 (UTC) Cc: Emacs-Devel devel To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 05 04:24:39 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MCP6k-0002oe-Sj for ged-emacs-devel@m.gmane.org; Fri, 05 Jun 2009 04:24:39 +0200 Original-Received: from localhost ([127.0.0.1]:55998 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MCP6g-0002sa-AK for ged-emacs-devel@m.gmane.org; Thu, 04 Jun 2009 22:24:34 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MCNYg-0006Wy-LT for emacs-devel@gnu.org; Thu, 04 Jun 2009 20:45:22 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MCNYb-0006Rz-Ee for emacs-devel@gnu.org; Thu, 04 Jun 2009 20:45:22 -0400 Original-Received: from [199.232.76.173] (port=41667 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MCNYb-0006Rj-3w for emacs-devel@gnu.org; Thu, 04 Jun 2009 20:45:17 -0400 Original-Received: from mail-fx0-f217.google.com ([209.85.220.217]:39983) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MCNYa-0004vo-Kr for emacs-devel@gnu.org; Thu, 04 Jun 2009 20:45:16 -0400 Original-Received: by fxm17 with SMTP id 17so1258001fxm.42 for ; Thu, 04 Jun 2009 17:45:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=8swhjv9qJCMMoFQ6ohD1zXWX0slNlnCIKb0vhGO8Dvc=; b=qah+rWcZVyNUeXTyymivSB1OrbZJLMSXn52BXBNbFZk8UaTgaUNNAggo7vxkMYoEsd RFXZReYqiaYB8E/4FQQfSYlGpRlPUkBhYZ6ngGtCAIbqLuQFYBj+ByRzgGhR5qVHqr1L wzzHEurMUkyL0qCQHJdj90eldAq1V0q/O/s5I= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=vSyDEaXbJ0Bb4ZltP/5uYVwvCqgTlAHPgSf/VF/0Xg4Uffhxeuvdt/Oi7n1tPHky/7 tHu2m8VYPGL/aX/HjrIP6HdNyz9Lri+WHpJDahkXhXVCnMiS8yKcyIX+vGRPSK9lqAja 57ySez2eIKKZ6TV8cSvc+p7MutBTUkJph1s10= Original-Received: by 10.239.179.6 with SMTP id b6mr208213hbg.161.1244162714803; Thu, 04 Jun 2009 17:45:14 -0700 (PDT) In-Reply-To: X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:111337 Archived-At: On Fri, Jun 5, 2009 at 2:17 AM, Stefan Monnier wr= ote: >> =C2=A0 =C2=A0 =C2=A0 (message "YY:before: font-lock-keywords-only =3D%s = in buffer %s, >> def=3D%s" font-lock-keywords-only (current-buffer) (default-value >> font-lock-keywords-only)) > =C2=A0^^^ > =C2=A0' Ah, did not notice, but in this case the output will be the same (since font-lock-keywords-only is either t or nil).