From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Can a variable be both a defcustom and buffer local? Date: Fri, 24 Sep 2010 00:32:06 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1285281184 22859 80.91.229.12 (23 Sep 2010 22:33:04 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 23 Sep 2010 22:33:04 +0000 (UTC) Cc: Emacs-Devel devel To: Lennart Borgman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 24 00:33:03 2010 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.69) (envelope-from ) id 1OyuLZ-0001A2-Uh for ged-emacs-devel@m.gmane.org; Fri, 24 Sep 2010 00:33:03 +0200 Original-Received: from localhost ([127.0.0.1]:44616 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OyuL8-0005ML-Fk for ged-emacs-devel@m.gmane.org; Thu, 23 Sep 2010 18:32:30 -0400 Original-Received: from [140.186.70.92] (port=55843 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OyuL1-0005IG-8i for emacs-devel@gnu.org; Thu, 23 Sep 2010 18:32:25 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OyuKl-000502-4A for emacs-devel@gnu.org; Thu, 23 Sep 2010 18:32:08 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:47454) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OyuKl-0004zy-1e for emacs-devel@gnu.org; Thu, 23 Sep 2010 18:32:07 -0400 Original-Received: from dyn.144-85-172-119.dsl.vtx.ch ([144.85.172.119]:12141 helo=fmsmemgm.homelinux.net) by fencepost.gnu.org with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1OyuKk-0000at-Bp; Thu, 23 Sep 2010 18:32:06 -0400 Original-Received: by fmsmemgm.homelinux.net (Postfix, from userid 20848) id 4007F6611D; Fri, 24 Sep 2010 00:32:06 +0200 (CEST) In-Reply-To: (Lennart Borgman's message of "Thu, 23 Sep 2010 22:38:40 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) 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:130710 Archived-At: > ispell-local-dictionary is that. Does that work? Yes, for some definition of "work". Stefan