all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Jesper Harder <harder@myrealbox.com>
Subject: Re: automating language environment settings
Date: Wed, 04 Sep 2002 20:43:11 +0200	[thread overview]
Message-ID: <m3d6rtppds.fsf@defun.localdomain> (raw)
In-Reply-To: cb2002fc.0209040541.419ca2be@posting.google.com

cgorac@yahoo.com (Crni Gorac) writes:

> From time to time, I'm using emacs to edit documents written using ISO
> 8859-2 charset. Thus, I have first to set language environment to
> "Latin-2", then to open text file and finally to select
> "latin-2-prefix" as input method. So I was thinking about automating
> above process by creating corresponding emacs mode and then to
> reference this mode from first line of related documents;

Hmm, you could set the coding and input method using local variables in
the file.  Like this:


-*- coding: latin-2; -*-

Foo bar

Local Variables:
eval: (set-input-method 'latin-2-prefix)
End:

  parent reply	other threads:[~2002-09-04 18:43 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-09-04 13:41 automating language environment settings Crni Gorac
2002-09-04 13:58 ` Peter Wu
2002-09-04 18:09   ` Crni Gorac
2002-09-04 18:43 ` Jesper Harder [this message]
2002-09-04 19:06 ` Matthias Meulien
2002-09-05 14:26   ` Crni Gorac
2002-09-06 14:39     ` Matthias MEULIEN
2002-09-08 17:42       ` Crni Gorac

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=m3d6rtppds.fsf@defun.localdomain \
    --to=harder@myrealbox.com \
    /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.