emacs-devel
[Top][All Lists]
Advanced

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

Re: po file charset via auto-coding-functions


From: Juri Linkov
Subject: Re: po file charset via auto-coding-functions
Date: Tue, 25 Oct 2005 02:35:54 +0300
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux)

>> I think jka-compr is also affected, try visiting a compressed
>> vi.po.gz.
>
> It seems that this additional patch will fix it.  But I
> admit that that this change is rather tricky compared with
> the previous ones.  :-(

Please also pay attention to the related problem: .tar and .zip don't
support some Emacs features.  For example, after (require 'generic-x)
visiting vi.po or vi.po.gz sets Default-Generic mode, but visiting the
vi.po file from x.tar or x.zip doesn't set this mode.  Or after
(progn (setq-default save-place t) (require 'saveplace)) visiting
vi.po or vi.po.gz remembers point positions, but visiting them
from x.tar or x.zip doesn't.

These features work by putting the hook in `find-file-hook'.
Calling this hook on a visited archive file seems work for these
features, but is it the right way to do?

-- 
Juri Linkov
http://www.jurta.org/emacs/





reply via email to

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