all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: fabrice bauzac <fabrice.bauzac@wanadoo.fr>
Subject: Re: lisp, emacs-lisp
Date: Thu, 8 Aug 2002 14:11:00 +0200	[thread overview]
Message-ID: <20020808121100.GA10284@noon.dnsalias.net> (raw)
In-Reply-To: <F135WSbF9NAXI4AcZnW00016790@hotmail.com>

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

  reply	other threads:[~2002-08-08 12:11 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-08-08  8:13 lisp, emacs-lisp Iosu Arizkuren
2002-08-08 12:11 ` fabrice bauzac [this message]
  -- strict thread matches above, loose matches on Subject: below --
2002-08-09 11:59 Iosu Arizkuren
2002-08-11 15:45 ` Ehud Karni

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20020808121100.GA10284@noon.dnsalias.net \
    --to=fabrice.bauzac@wanadoo.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.