[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Emacsweblogs] i18n
From: |
Stefan Monnier |
Subject: |
Re: [Emacsweblogs] i18n |
Date: |
Mon, 01 Feb 2010 11:01:17 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.1.91 (gnu/linux) |
>> I don't know enough to say whether _"string" is a viable way to mark up
>> text in Emacs Lisp, but my first guess is that it isn't -- not without
>> work done to the internals.
> It's not.
It would be easy to change the reader such that _"foo" is automatically
read as (_ "foo"), just like we do for 'foo -> (quote foo).
Stefan