From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?utf-8?Q?Johan_Bockg=C3=A5rd?= Newsgroups: gmane.emacs.devel Subject: Re: Bug in Elisp font-locking Date: Sat, 21 Mar 2015 01:06:56 +0100 Message-ID: <87k2ybb4db.fsf@gnu.org> References: <878uerem09.fsf@gmail.com> <87d243si1c.fsf_-_@gnu.org> <878uersdzi.fsf@gnu.org> <87zj77qoer.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1426896511 4441 80.91.229.3 (21 Mar 2015 00:08:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 21 Mar 2015 00:08:31 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Mar 21 01:08:16 2015 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 1YZ6xb-00081Z-3l for ged-emacs-devel@m.gmane.org; Sat, 21 Mar 2015 01:08:15 +0100 Original-Received: from localhost ([::1]:46143 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YZ6xa-0002Jc-4H for ged-emacs-devel@m.gmane.org; Fri, 20 Mar 2015 20:08:14 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35860) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YZ6xN-0002JX-EJ for emacs-devel@gnu.org; Fri, 20 Mar 2015 20:08:02 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YZ6xJ-0003pz-3R for emacs-devel@gnu.org; Fri, 20 Mar 2015 20:08:01 -0400 Original-Received: from smtprelay-h21.telenor.se ([195.54.99.196]:48073) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YZ6xI-0003pp-T7 for emacs-devel@gnu.org; Fri, 20 Mar 2015 20:07:57 -0400 Original-Received: from ipb4.telenor.se (ipb4.telenor.se [195.54.127.167]) by smtprelay-h21.telenor.se (Postfix) with ESMTP id F0BCBC555 for ; Sat, 21 Mar 2015 01:07:17 +0100 (CET) X-SMTPAUTH-B2: [bocjoh] X-SENDER-IP: [85.229.6.103] X-LISTENER: [smtp.bredband.net] X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A2B3BgAOtQxV/2cG5VVcgwOBIAyCQMoSCgKBKE0BAQEBAQF9hBUBBAFWKAsLISUPAQQYAQw3iCcMAcwhAQEIAgEfiyGEfBaEFwWuZSKDbz0xgkMBAQE X-IPAS-Result: A2B3BgAOtQxV/2cG5VVcgwOBIAyCQMoSCgKBKE0BAQEBAQF9hBUBBAFWKAsLISUPAQQYAQw3iCcMAcwhAQEIAgEfiyGEfBaEFwWuZSKDbz0xgkMBAQE X-IronPort-AV: E=Sophos;i="5.11,440,1422918000"; d="scan'208";a="771364896" Original-Received: from c-6706e555.04-211-6c6b701.cust.bredbandsbolaget.se (HELO muon.localdomain) ([85.229.6.103]) by ipb4.telenor.se with ESMTP; 21 Mar 2015 01:07:17 +0100 Original-Received: by muon.localdomain (Postfix, from userid 1000) id A7631484186; Sat, 21 Mar 2015 01:06:58 +0100 (CET) Mail-Copies-To: never In-Reply-To: <87zj77qoer.fsf@gnu.org> (Tassilo Horn's message of "Fri, 20 Mar 2015 23:45:00 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 195.54.99.196 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:184066 Archived-At: Tassilo Horn writes: > I've committed the patch for elisp, and just now also for CL after > scratching my head why its regex explicitly handled "(setf " as > function name. It *is* a function name, and you can use it like this: #'(setf foo) > Aha, that's a setf-expander. Actually a "setf function", not a "setf expander".