From: Emilio Lopes <eclig@gmx.net>
To: help-gnu-emacs@gnu.org
Subject: Re: latex files encoding
Date: Fri, 10 Aug 2007 18:03:14 +0200 [thread overview]
Message-ID: <lezm0z4bst.fsf@freenet.de> (raw)
In-Reply-To: pcozm0zznkk.fsf@shuttle.math.ntnu.no
Harald Hanche-Olsen writes:
> (push '("[.]tex$" . utf-8) file-coding-system-alist)
> (er, push is part of the cl package, so you need (require 'cl) first,
> or rewrite to the equivalent non-cl elisp - which I admit I am too
> lazy to figure out right now).
It is called `add-to-list' and has the additional advantage of being
idempotent: it will not add a value to the list if it's already
there. This is a plus when you reload your init-files e.g.
Note that the order of the arguments is different compared to `push'
and that the list variable must be quoted:
(add-to-list 'file-coding-system-alist '("[.]tex$" . utf-8))
--
Emílio C. Lopes Ich leb und weiß nit wie lang,
Munich, Germany ich stirb und weiß nit wann,
ich fahr und weiß nit wohin,
(Martinus von Biberach) mich wundert, dass ich fröhlich bin!
next prev parent reply other threads:[~2007-08-10 16:03 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <mailman.4601.1186739710.32220.help-gnu-emacs@gnu.org>
2007-08-10 10:33 ` latex files encoding Harald Hanche-Olsen
2007-08-10 16:03 ` Emilio Lopes [this message]
2007-08-10 18:05 ` Reiner Steib
2007-08-10 17:51 ` Ralf Angeli
2007-08-10 9:45 Alain Muls
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=lezm0z4bst.fsf@freenet.de \
--to=eclig@gmx.net \
--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.