emacs-devel
[Top][All Lists]
Advanced

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

Re: Before l10n, better practices for (message) ?


From: Jean-Christophe Helary
Subject: Re: Before l10n, better practices for (message) ?
Date: Wed, 24 May 2017 07:03:36 +0900

> On May 24, 2017, at 3:42, Eli Zaretskii <address@hidden> wrote:
> 
>> If we were to externalize strings in a given file, would a (setq) at the 
>> beginning of the file do the trick or are there better ways to store 
>> "key=value" data?
> 
> I don't think I understand the proposal.  Please elaborate.

(setq
(key1 "string1")
(key2 "string2"))

(message key1)
(message key2)

Jean-Christophe 


reply via email to

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