|
From: | Dmitry Gutov |
Subject: | Re: [Emacs-diffs] master 9ce1d38: Use curved quotes in core elisp diagnostics |
Date: | Mon, 17 Aug 2015 14:47:26 +0300 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:40.0) Gecko/20100101 Thunderbird/40.0 |
On 08/17/2015 06:44 AM, Paul Eggert wrote:
You can continue to type quote marks as before, and Emacs will behave as it always has. The only change here is if that if you want quotes in diagnostics to come out in the user's preferred style, a "mincing workaround" of some sort is needed.
You could use something like uLSQM", employed in the C code.
By the way, it's easy to search for quote marks in either style: just type C-s ` or C-s '. And it's easy to type curved quote marks by using Electric Quote mode. These are both new features. If you don't want to use these new features, that's fine too.
Enabling electric-quote-mode means *all* quotes will be translated to curvy ones in the source code one types from there on, automatically.
Bye-bye straight quotes.
[Prev in Thread] | Current Thread | [Next in Thread] |