all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* 24.2.1: ispell: use of local ispell-personal-dictionary
@ 2012-11-22 16:34 Akim Demaille
  0 siblings, 0 replies; 5+ messages in thread
From: Akim Demaille @ 2012-11-22 16:34 UTC (permalink / raw)
  To: GNU Emacs Help

Hi!

I have recently upgraded my Emacs; I was using an old version (22 or maybe 21, I don't remember).  I am now running 24.2.1, and there is a feature I seem to have lost: I could use ispell-personal-dictionary to specify a per-document *local* dictionary.

Consider the following use case: several documents (LaTeX for that matter), with many uncommon words in common.  Instead of having a bazillion of (duplicated) "LocalWords:" in all my documents, I have:

%%% Local Variables:
%%% mode: latex
%%% coding: utf-8
%%% ispell-dictionary: "american"
%%% ispell-personal-dictionary: "../en.dict"
%%% TeX-master: t
%%% fill-column: 76
%%% End:

in each file.

This used to work well, i.e., aspell was given the right path to en.dict.  With the current version of Emacs, "../en.dict" seems to be resolved relatively to the directory from which Emacs was run, instead of relatively to the document.

I do not want to force a full path to the dictionary, because the documents are under VCS, and the dictionary is shared between the authors.

What's my best option?

Thanks in advance.

	Akim

PS/ Please, keep me in cc.




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-11-28  8:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.13567.1353604167.855.help-gnu-emacs@gnu.org>
2012-11-24  2:57 ` 24.2.1: ispell: use of local ispell-personal-dictionary Michael Heerdegen
2012-11-27 14:59   ` Akim Demaille
     [not found]   ` <mailman.13923.1354028403.855.help-gnu-emacs@gnu.org>
2012-11-28  6:02     ` Michael Heerdegen
2012-11-28  8:47       ` Akim Demaille
2012-11-22 16:34 Akim Demaille

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.