From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Leo Newsgroups: gmane.emacs.devel Subject: Re: lisp-mode and buffer local variables Date: Thu, 09 Jun 2011 06:36:04 +0800 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1307572604 9081 80.91.229.12 (8 Jun 2011 22:36:44 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 8 Jun 2011 22:36:44 +0000 (UTC) Cc: emacs-devel@gnu.org To: Nikodemus Siivola Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jun 09 00:36:40 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QURMd-0005i5-NX for ged-emacs-devel@m.gmane.org; Thu, 09 Jun 2011 00:36:39 +0200 Original-Received: from localhost ([::1]:59120 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QURMd-0003JF-0P for ged-emacs-devel@m.gmane.org; Wed, 08 Jun 2011 18:36:39 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:53783) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QURMK-0003Ir-Mo for emacs-devel@gnu.org; Wed, 08 Jun 2011 18:36:21 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QURMJ-0008Eh-06 for emacs-devel@gnu.org; Wed, 08 Jun 2011 18:36:20 -0400 Original-Received: from mail-pz0-f41.google.com ([209.85.210.41]:36220) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QURMI-0008Ea-Km for emacs-devel@gnu.org; Wed, 08 Jun 2011 18:36:18 -0400 Original-Received: by pzk4 with SMTP id 4so558428pzk.0 for ; Wed, 08 Jun 2011 15:36:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-type; bh=5V4hf3x4qtBfX1y3xgfb7NUE26obJ3UwVBzvUDeU2hI=; b=uEQGX4lpqxGKqvwGSCTGvlzG1CJtDGUQDwgyP0QKMRf3SlFmjSgB38LnXeddxh4wGZ jghMKxbLc1bz8Db/uVk71c24qxe1Le/IkfnKz6GbVl70EAaB/OJbcX3RKLmRG00iaZRP hyIz3sLsQieXlKd3gQX3wxEHhjfMFUGngwbSQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; b=jXrV5MDx6xpJHT+NtvRokLRrFc5c9SKOxV/RCXkUlZQ4GWpuzlTI348QkIe7vzcAu/ cOXgvrzS2XCKLoWs2pfNVO8MbgtW+VSihq4Ts+SomXh1ZO4FjjQgfT0syMgTjVSoYmTv MnR4a+acSzf//vHaqEpi5EtEnK/7TGbOUTQtw= Original-Received: by 10.68.40.170 with SMTP id y10mr11375pbk.29.1307572577134; Wed, 08 Jun 2011 15:36:17 -0700 (PDT) Original-Received: from localhost ([114.247.10.77]) by mx.google.com with ESMTPS id y2sm838613pbg.56.2011.06.08.15.36.12 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 08 Jun 2011 15:36:16 -0700 (PDT) In-Reply-To: (Nikodemus Siivola's message of "Thu, 9 Jun 2011 00:47:43 +0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3.50 (Mac OS X 10.6.7) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.210.41 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:140310 Archived-At: On 2011-06-09 05:47 +0800, Nikodemus Siivola wrote: > However, lisp-mode kills all buffer local variables, and I'm uncertain > how to best deal with this. See: ,----[ kill-all-local-variables ] | As a special exception, local variables whose names have | a non-nil `permanent-local' property are not eliminated by this function. `---- Leo