From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: fabrice bauzac Newsgroups: gmane.emacs.help Subject: Re: lisp, emacs-lisp Date: Thu, 8 Aug 2002 14:11:00 +0200 Sender: help-gnu-emacs-admin@gnu.org Message-ID: <20020808121100.GA10284@noon.dnsalias.net> References: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1028808683 12582 127.0.0.1 (8 Aug 2002 12:11:23 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 8 Aug 2002 12:11:23 +0000 (UTC) Return-path: Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17cm8M-0003GT-00 for ; Thu, 08 Aug 2002 14:11:19 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17cm96-0000k8-00; Thu, 08 Aug 2002 08:12:04 -0400 Original-Received: from atoulouse-104-1-3-250.abo.wanadoo.fr ([80.11.125.250] helo=noon.dnsalias.net) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17cm85-0000dC-00 for ; Thu, 08 Aug 2002 08:11:01 -0400 Original-Received: from noon by noon.dnsalias.net with local (Exim 3.35 #1 (Debian)) id 17cm84-0002p2-00 for ; Thu, 08 Aug 2002 14:11:00 +0200 Original-To: help-gnu-emacs@gnu.org Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i Errors-To: help-gnu-emacs-admin@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:786 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:786 On Thu, Aug 08, 2002 at 08:13:13AM +0000, Iosu Arizkuren wrote: > Hi, I'm trying to change a variable in the ispell.el, > I've done an entry in the menu for my own speller, when I click > there it does (setq ispell-program-name "myspeller") and then > (ispell-buffer), then it stays permanently even if I do (setq > ispell-program-name "ispell") just after. It doesn't change to > ispell. Maybe this variable is buffer-local in some buffers? Buffer-local variables take precedence over Emacs-wide, "normal" variables. I read it in the documentation: (elisp)Buffer-local Variables. However, this variable doesn't seem to be normally buffer-local... I don't know. If it doesn't work, maybe you could send some code so that we have more information about what happens? -- fabrice bauzac Software should be free. http://www.gnu.org/philosophy/why-free.html