emacs-devel
[Top][All Lists]
Advanced

[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 21:02:45 +0100
User-agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.2.50 (i686-pc-linux-gnu)

Richard Stallman <address@hidden> writes:

> Ok.  Eli, could you install it?  Meanwhile, Karl, could you look at
> the bug that has been reported?

Andreas found the problem; I'll fix po-mode.el coming with GNU gettext
accordingly.

Andreas Schwab <address@hidden> writes:

> That's because your function is called with the same arguments as
> find-operation-coding-system, which itself gets the same arguments as the
> I/O primitives.  Those are, for file I/O, insert-file-contents and
> write-region.  The latter has the signature
>
> (write-region START END FILENAME &optional APPEND VISIT LOCKNAME MUSTBENEW)
>
> which means that (car (cdr arg-list)) == START.  You should just move the
> second test before the first one.

Thanks for explaining the error I made!

>   (and (eq (car arg-list) 'insert-file-contents)
>        (file-exists-p (car (cdr arg-list)))

Eli, will you be able to install po.el now?

-- 
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]