emacs-devel
[Top][All Lists]
Advanced

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

Re: [Emacs-diffs] master 9ce1d38: Use curved quotes in core elisp diagno


From: Paul Eggert
Subject: Re: [Emacs-diffs] master 9ce1d38: Use curved quotes in core elisp diagnostics
Date: Tue, 18 Aug 2015 20:52:52 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.8.0

Richard Stallman wrote:
Tex mode automatically turns " into `` or '' according to the context.
Couldn't we easily have a mode for use in Text mode, that turns ' into
‘ or ’ according to the context?  (Maybe we already do.)

Yes we do, in Emacs master. It's Electric Quote mode. You can try it out by putting this into your ~/.emacs file:

(if (fboundp 'electric-quote-mode)
    (electric-quote-mode))




reply via email to

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