From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stephen Eglen Newsgroups: gmane.emacs.devel Subject: List of buffer-local variables in a buffer? Date: Fri, 18 Dec 2009 23:02:45 +0000 Message-ID: <9477.1261177365@cpc1-cmbg14-2-0-cust6.5-4.cable.virginmedia.com> NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1261177388 25472 80.91.229.12 (18 Dec 2009 23:03:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 18 Dec 2009 23:03:08 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Dec 19 00:03:01 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 1NLlqe-0005cr-Iv for ged-emacs-devel@m.gmane.org; Sat, 19 Dec 2009 00:03:00 +0100 Original-Received: from localhost ([127.0.0.1]:56340 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NLlqe-0004ej-Nq for ged-emacs-devel@m.gmane.org; Fri, 18 Dec 2009 18:03:00 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NLlqY-0004aE-Sv for emacs-devel@gnu.org; Fri, 18 Dec 2009 18:02:54 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NLlqU-0004PP-39 for emacs-devel@gnu.org; Fri, 18 Dec 2009 18:02:54 -0500 Original-Received: from [199.232.76.173] (port=59126 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NLlqU-0004PE-0C for emacs-devel@gnu.org; Fri, 18 Dec 2009 18:02:50 -0500 Original-Received: from ppsw-7.csi.cam.ac.uk ([131.111.8.137]:51916) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NLlqU-0003xa-1I for emacs-devel@gnu.org; Fri, 18 Dec 2009 18:02:50 -0500 X-Cam-AntiVirus: no malware found X-Cam-SpamDetails: not scanned X-Cam-ScannerInfo: http://www.cam.ac.uk/cs/email/scanner/ Original-Received: from cpc1-cmbg14-2-0-cust6.5-4.cable.virginmedia.com ([86.26.4.7]:61788) by ppsw-7.csi.cam.ac.uk (smtp.hermes.cam.ac.uk [131.111.8.157]:587) with esmtpsa (LOGIN:sje30) (TLSv1:DHE-RSA-AES256-SHA:256) id 1NLlqR-0001gA-PZ (Exim 4.70) for emacs-devel@gnu.org (return-path ); Fri, 18 Dec 2009 23:02:47 +0000 Original-Received: by cpc1-cmbg14-2-0-cust6.5-4.cable.virginmedia.com (Postfix, from userid 501) id 499FF457906; Fri, 18 Dec 2009 23:02:45 +0000 (GMT) Original-Received: from cpc1-cmbg14-2-0-cust6.5-4.cable.virginmedia.com (localhost [127.0.0.1]) by cpc1-cmbg14-2-0-cust6.5-4.cable.virginmedia.com (Postfix) with ESMTP id F2B0F4578E5 for ; Fri, 18 Dec 2009 23:02:45 +0000 (GMT) X-Mailer: MH-E 8.2; nmh 1.3; GNU Emacs 23.1.1 X-detected-operating-system: by monty-python.gnu.org: GNU/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:118734 Archived-At: How do I get a list of the names of the variables that are buffer-local within a buffer? (specifically, I want to protect (using the 'permanent-local property) the many local variables that are created by term.el in M-x term). Thanks, Stephen