emacs-devel
[Top][All Lists]
Advanced

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

Re: disable-command (Re: [PATCH] Show/Hide menu)


From: Karl Eichwalder
Subject: Re: disable-command (Re: [PATCH] Show/Hide menu)
Date: Sat, 02 Feb 2002 10:30:13 +0100
User-agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.2.50 (i686-pc-linux-gnu)

Richard Stallman <address@hidden> writes:

> What do you think of this version?

I like the text.

Remembering the discussion on Native Language Support (gettext) I like
to point out that it isn't possible to find matches for those sequences
in other languages, because the word order could be different:

             (princ "You have invoked the disabled command ")
           (princ "You have typed ")
           (princ (key-description keys))
           (princ ", invoking disabled command ")))
       (princ this-command)
       (princ ".\n")

English version (simplified):
("You have invoked the disabled command %s.")
German (the verb comes last):
("Sie haben den abgeschalteten Befehl %s aufgerufen.")

This basically means, you must avoid concatenating message fragments; it
is recommended to use `format' or other printf like forms.  I hope it
is clear what I want to say.

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