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

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

Re: po-mode.el in 0.11.3-pre2 not working on Debian's emacs21


From: Jordi Mallach
Subject: Re: po-mode.el in 0.11.3-pre2 not working on Debian's emacs21
Date: Mon, 27 May 2002 19:31:01 +0200
User-agent: Mutt/1.3.28i

Hi Karl,

On Mon, May 27, 2002 at 09:15:01AM +0200, Karl Eichwalder wrote:
> > Autoloading failed to define function po-find-file-coding-system
> > and po-mode doesn't start at all.
> I removed the form from po-mode.el; please, load the separate
> po-compat.el file.  Example:
> 
> (autoload 'po-mode "po-mode")
> (setq auto-mode-alist (cons '("\\.po[tx]?\\'" . po-mode)
>                             auto-mode-alist))
> 
> ;; To automatically use proper fonts under Emacs 20/21, also add:
> 
> (unless (featurep 'po-find-file-coding-system)
>   (autoload 'po-find-file-coding-system "po-compat"))
> (modify-coding-system-alist 'file "\\.po[tx]?\\'"
>                             'po-find-file-coding-system)
> 
> -=-=-=-=-=-=-=-=-=-=-=-=-=- cut here -=-=-=-=-=-=-=-=-=-=-=-=-=-

Ah, I see. Santiago, I guess this is what you need for the packages
then.

> Background: Current Emacs CVS version ("21.3.50") and the next Emacs
> major release will come with `po-find-file-coding-system' on its own to
> display .po files properly without loading po-mode.el.

Hmm. I don't know what you mean with "properly", po files show ok (like
a normal file) when I don't have po-mode installed. What will newer
emacs do then? Probably offtopic, but I'm pretty new to Emacs :)

Jordi
-- 
Jordi Mallach PĂ©rez || address@hidden || Rediscovering Freedom,
   aka Oskuro in    || address@hidden      || Using Debian GNU/Linux
 Reinos de Leyenda  || address@hidden          || http://www.debian.org/

http://sindominio.net  GnuPG public information:      pub  1024D/917A225E 
telnet pusa.uv.es 23   73ED 4244 FD43 5886 20AC  2644 2584 94BA 917A 225E

Attachment: pgplTlx3YM8xM.pgp
Description: PGP signature


reply via email to

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