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: Kenichi Handa
Subject: Re: po file charset via auto-coding-functions
Date: Mon, 24 Oct 2005 14:19:11 +0900
User-agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/22.0.50 (i686-pc-linux-gnu) MULE/5.0 (SAKAKI)

In article <address@hidden>, Kevin Ryde <address@hidden> writes:

> Kenichi Handa <address@hidden> writes:
>> 
>>  But, it seems that the current po.el doesn't do that but expects
>>  that it is called only on PO file.

> Yes, that's so.  That's why I tightened it up with a looking-at to
> demand a msgid "" + msgstr "", then the "Content-Type" in that header
> block.  It's always possible a non-po file could start that way, but
> it should be unlikely.

I see.

>>  especially when we can fix the problem by the other method (as in my
>>  previous mail).

> 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.  :-(

*** jka-compr.el        08 Aug 2005 10:13:24 +0900      1.87
--- jka-compr.el        24 Oct 2005 11:38:27 +0900      
***************
*** 500,509 ****
             (delete-file local-copy)))
  
          (unless notfound
            (decode-coding-inserted-region
             (point) (+ (point) size)
!            (jka-compr-byte-compiler-base-file-name file)
!            visit beg end replace))
  
          (and
           visit
--- 500,513 ----
             (delete-file local-copy)))
  
          (unless notfound
+           (let ((buffer-file-name
+                  (concat file "!"
+                          (jka-compr-byte-compiler-base-file-name file))))
+ 
            (decode-coding-inserted-region
             (point) (+ (point) size)
!            buffer-file-name
!            visit beg end replace)))
  
          (and
           visit

---
Kenichi Handa
address@hidden




reply via email to

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