all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Peter Dyballa <Peter_Dyballa@Web.DE>
Cc: help-gnu-emacs@gnu.org
Subject: Re: ispell local words
Date: Mon, 3 Jul 2006 00:19:44 +0200	[thread overview]
Message-ID: <621CBAD0-C606-4842-A1E7-1A0A24289752@Web.DE> (raw)
In-Reply-To: <1151873399.199408.169690@75g2000cwc.googlegroups.com>


Am 02.07.2006 um 22:49 schrieb ranveerkunal@gmail.com:

> I want to have some words that are local to a latex document, I mean
> used in a single file. how can I do so?
>

Have you tried local variables? They can be found at the end of file  
or buffer like:

	%
	% Local Variables:
	% mode: LaTeX
	% fill-column: 160
	% coding-system: iso-latin-9
	% End:
	%
	%%

Maybe it works to set ispell-local-dictionary in this area! At least  
ispell-local-dictionary will do what you want.

--
Greetings

   Pete

How many Microsoft engineers does it take to screw in a lightbulb?
None.
They just redefine "dark" as the new standard.

  reply	other threads:[~2006-07-02 22:19 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-07-02 20:49 ispell local words ranveerkunal
2006-07-02 22:19 ` Peter Dyballa [this message]
2006-07-03  2:42 ` Aaron Hsu

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=621CBAD0-C606-4842-A1E7-1A0A24289752@Web.DE \
    --to=peter_dyballa@web.de \
    --cc=help-gnu-emacs@gnu.org \
    /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.