emacs-devel
[Top][All Lists]
Advanced

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

Re: quotation marks [was Re: TUTORIAL.de updated]


From: Paul Eggert
Subject: Re: quotation marks [was Re: TUTORIAL.de updated]
Date: Thu, 19 Jan 2012 15:08:26 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:8.0) Gecko/20111115 Thunderbird/8.0

On 01/19/12 09:22, Drew Adams wrote:
> `...' is an Emacs doc & UI convention, not simply a "coding standard".

For user interfaces it would be better if Emacs quoted
“like this” or ‘like this’ (i.e., using directed
quote marks) in the typical case where these quote marks
are supported.  Quoting `like this' is no longer appropriate,
since modern displays typically don't render ` and ' symmetrically,
and it confuses new users when Emacs gives unusual interpretations
to ` and '.

One way to address this would be to prefer directed
quote marks within the Emacs source code; the surrounding
technology should recognize these quotes and do the right
thing when displaying diagnostics on ASCII-only platforms.

Use of ` for Lisp backquotes, shell backquotes, etc., would
be undisturbed, of course.  The only change would be for
when we're quoting something in English text.




reply via email to

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