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:46:20 +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 1244168864 18166 80.91.229.12 (5 Jun 2009 02:27:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 5 Jun 2009 02:27:44 +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:27:42 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 1MCP9h-0003RD-0N for ged-emacs-devel@m.gmane.org; Fri, 05 Jun 2009 04:27:41 +0200 Original-Received: from localhost ([127.0.0.1]:52045 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MCP9f-0004dM-Sw for ged-emacs-devel@m.gmane.org; Thu, 04 Jun 2009 22:27:39 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MCNZj-0007dP-Sa for emacs-devel@gnu.org; Thu, 04 Jun 2009 20:46:27 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MCNZf-0007Z1-2G for emacs-devel@gnu.org; Thu, 04 Jun 2009 20:46:27 -0400 Original-Received: from [199.232.76.173] (port=41686 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MCNZe-0007Ys-Sl for emacs-devel@gnu.org; Thu, 04 Jun 2009 20:46:22 -0400 Original-Received: from mail-fx0-f217.google.com ([209.85.220.217]:54936) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MCNZe-0005Ax-Dq for emacs-devel@gnu.org; Thu, 04 Jun 2009 20:46:22 -0400 Original-Received: by fxm17 with SMTP id 17so1258418fxm.42 for ; Thu, 04 Jun 2009 17:46:20 -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=PPDPYAz7zJ3VMOPFOELFuvxaWmxa3DOjiSuoDSegQ/M=; b=bGpV+1Ans1w9nErCm9QcHkZl83gYI6wCd/E5WfOqoULSvWADJWEjrPuhX0zozUu1C+ 2sldaXUDSW5Tuo1Vo8TxGFum43HAWr3JywvoA1cJtY/4p8jghFXS8zE9KGaxYh3duxUG hTTaI9aMvFsLcpi+jRtsG33VGc5ipMpSsjsdY= 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=goep4PTqt4YmLoyW9o5t8S18V5f+XRnwlOy86Briz9stQZndsubqHP1H58SpFLWpEz CvuTM6dqPr41Lt9J//PWTsrW8+xhwu+LPjv8KlsdDjkHgfjYOQCbCMbshJj9VLHQRQyV IAAWNDwUSS8Je51e+WUgOnCY3Kuc/yW1SnqZM= Original-Received: by 10.239.161.132 with SMTP id h4mr252617hbd.14.1244162780177; Thu, 04 Jun 2009 17:46:20 -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:111338 Archived-At: ... and the solution to this exercise is in bug 3467 ... On Fri, Jun 5, 2009 at 2:45 AM, Lennart Borgman wrote: > On Fri, Jun 5, 2009 at 2:17 AM, Stefan Monnier = wrote: >>> =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). >