From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard M Stallman Newsgroups: gmane.emacs.devel Subject: Re: face-remapping patch Date: Thu, 29 May 2008 06:25:09 -0400 Message-ID: References: <5CB5F5E5-9239-40A8-A3B2-5F49B94E27B7@gmail.com> <85lk1ui3i0.fsf@lola.goethe.zz> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1212056946 24840 80.91.229.12 (29 May 2008 10:29:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 29 May 2008 10:29:06 +0000 (UTC) Cc: david.reitter@gmail.com, emacs-devel@gnu.org, monnier@iro.umontreal.ca, miles@gnu.org To: David Kastrup Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu May 29 12:29:47 2008 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 1K1fOD-0007kE-0d for ged-emacs-devel@m.gmane.org; Thu, 29 May 2008 12:29:45 +0200 Original-Received: from localhost ([127.0.0.1]:49623 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K1fNR-00052F-I1 for ged-emacs-devel@m.gmane.org; Thu, 29 May 2008 06:28:57 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K1fLZ-0004Fc-Ke for emacs-devel@gnu.org; Thu, 29 May 2008 06:27:01 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K1fLV-0004FK-BB for emacs-devel@gnu.org; Thu, 29 May 2008 06:27:00 -0400 Original-Received: from [199.232.76.173] (port=44139 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K1fLV-0004FH-5A for emacs-devel@gnu.org; Thu, 29 May 2008 06:26:57 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:51297) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K1fLU-0003Jw-AS for emacs-devel@gnu.org; Thu, 29 May 2008 06:26:56 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1K1fJl-0000yZ-A3; Thu, 29 May 2008 06:25:09 -0400 In-reply-to: <85lk1ui3i0.fsf@lola.goethe.zz> (message from David Kastrup on Wed, 28 May 2008 22:21:27 +0200) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:97961 Archived-At: Your local variable feature is quite clean. (local-variable-p VARIABLE &optional LOCUS) Non-nil if VARIABLE has a local binding in locus LOCUS (see make-variable). BUFFER defaults to the current buffer. If LOCUS is nil, this should mean "Is any kind of local binding now in effect?"