From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: Can a variable be both a defcustom and buffer local? Date: Fri, 24 Sep 2010 01:03:19 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: dough.gmane.org 1285283044 29661 80.91.229.12 (23 Sep 2010 23:04:04 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 23 Sep 2010 23:04:04 +0000 (UTC) Cc: Emacs-Devel devel To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 24 01:04: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 1OyupV-0003H1-Uo for ged-emacs-devel@m.gmane.org; Fri, 24 Sep 2010 01:03:54 +0200 Original-Received: from localhost ([127.0.0.1]:43298 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OyupU-0004ME-Mv for ged-emacs-devel@m.gmane.org; Thu, 23 Sep 2010 19:03:52 -0400 Original-Received: from [140.186.70.92] (port=48298 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OyupM-0004KZ-DM for emacs-devel@gnu.org; Thu, 23 Sep 2010 19:03:47 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OyupI-00019J-Lj for emacs-devel@gnu.org; Thu, 23 Sep 2010 19:03:42 -0400 Original-Received: from mail-qw0-f41.google.com ([209.85.216.41]:52605) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OyupI-00019B-JB for emacs-devel@gnu.org; Thu, 23 Sep 2010 19:03:40 -0400 Original-Received: by qwf7 with SMTP id 7so2150972qwf.0 for ; Thu, 23 Sep 2010 16:03:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:cc:content-type; bh=uRDFDaZu4hiZutb5LiQT38x2/DvvckettAw7eK9MXMY=; b=nJfiovk53dxRpEhIeX8gm+v2HiPrjLkazjGos0va3NFwp/cP+KX2V+CxFAZEjum05g MONPnIQ36JU19WwnLTQAWFoDHh79ykrvEQgjjlJsmUVU1A4vqQlSiWma0xBhreuX9Cmw BDw4KhsjuhJb+jiM7zFk9tDHZ4/U7IZ0iE2u0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=ubaNECZzdWArdgftqbBK5CxdK0pnPW7CnXswneiF+sJUC5LkUuowWPPLusUyHMWNz5 vDo5O8HAcHHucjajLCVGlmav/+6yRDVwCUMNRsiSqAn+2GFYWIrebezuC5z7nj0xf/cb AnD3z6a0g9HZEzCc0BUiyG+VPHkcyoXZKQamM= Original-Received: by 10.224.19.129 with SMTP id a1mr1867324qab.12.1285283019607; Thu, 23 Sep 2010 16:03:39 -0700 (PDT) Original-Received: by 10.229.105.68 with HTTP; Thu, 23 Sep 2010 16:03:19 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) 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:130713 Archived-At: On Fri, Sep 24, 2010 at 12:32 AM, Stefan Monnier wrote: >> ispell-local-dictionary is that. Does that work? > > Yes, for some definition of "work". Maybe the shown help text should explain this? Something like this could be added: "Customizing this variable changes the global value which is the default for new buffers."