bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Bug#141446: gettext-el: emacs has error loading 50gettext.el (fwd)


From: Karl Eichwalder
Subject: Re: Bug#141446: gettext-el: emacs has error loading 50gettext.el (fwd)
Date: Mon, 08 Apr 2002 18:56:33 +0200
User-agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.2.50 (i686-pc-linux-gnu)

address@hidden (Santiago Vila) writes:

> ------- start of cut text --------------
> (setq auto-mode-alist
>       (cons '("\\.po[tx]?\\'\\|\\.po\\." . po-mode) auto-mode-alist))
> (autoload 'po-mode "gettext/po-mode"
>   "Major mode for translators to edit PO files" t)
> (autoload 'po-find-file-coding-system "gettext/po-mode")
> (if (and (boundp 'emacs-version)
>        (not (string-lessp emacs-version "20")))
>     (modify-coding-system-alist 'file "\\.po[tx]?\\'\\|\\.po\\."
>                               'po-find-file-coding-system))
> ------- end ----------------------------

Looks good for all released Emacs versions.  Emacs in CVS HEAD now will
set the coding system on its own.

-- 
address@hidden (work) / address@hidden (home):              |
http://www.suse.de/~ke/                                  |      ,__o
Free Translation Project:                                |    _-\_<,
http://www.iro.umontreal.ca/contrib/po/HTML/             |   (*)/'(*)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]