[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: PO files and Emacs
From: |
Karl Eichwalder |
Subject: |
Re: PO files and Emacs |
Date: |
Mon, 11 Mar 2002 18:54:38 +0100 |
User-agent: |
Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.2.50 (i686-pc-linux-gnu) |
Eli Zaretskii <address@hidden> writes:
> Sure. Karl, where do I get the version you suggest to include?
It was attached to my first mail. I'll attach it here again as po.el,
plus this check:
(file-exists-p (car (cdr arg-list)))
I also attach file-4.1.5.hu.po; loading this Hungarian file will set
the coding system to iso-8859-2/latin-2:
emacs --no-site-file -q -l po.el file-4.1.5.hu.po
Now you can edit and save the file. Starting with a non-existing file
emacs will produce an error message when you will try to save it:
emacs --no-site-file -q -l po.el not-there.hu.po
Enter:
# a comment line
C-x C-s
error--> and: Wrong type argument: stringp, 1
This used to work with Emacs 20. As I said: I don't understand
`po-find-file-coding-system'; maybe it's worth to re-write it from
scratch.
po.el
Description: application/emacs-lisp
file-4.1.5.hu.po
Description: Binary data
--
address@hidden (work) / address@hidden (home): |
http://www.suse.de/~ke/ | ,__o
Free Translation Project: | _-\_<,
http://www.iro.umontreal.ca/contrib/po/HTML/ | (*)/'(*)
- Re: PO files and Emacs, Richard Stallman, 2002/03/10
- Re: PO files and Emacs, Karl Eichwalder, 2002/03/10
- Re: PO files and Emacs, Karl Eichwalder, 2002/03/11
- Re: PO files and Emacs, Eli Zaretskii, 2002/03/12
- Re: PO files and Emacs, Bruno Haible, 2002/03/12
- Re: PO files and Emacs, Kim F. Storm, 2002/03/12
- Re: PO files and Emacs, Karl Eichwalder, 2002/03/12
- Re: PO files and Emacs, Bruno Haible, 2002/03/12
- Re: PO files and Emacs, Bruno Haible, 2002/03/12
- Re: PO files and Emacs, Eli Zaretskii, 2002/03/15
- Re: PO files and Emacs, Karl Eichwalder, 2002/03/15