emacs-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] Disable electric quotes in the Emacs codebase.


From: Philipp Stephani
Subject: Re: [PATCH] Disable electric quotes in the Emacs codebase.
Date: Sun, 6 Jan 2019 01:40:49 +0100

Am Mi., 2. Jan. 2019 um 22:58 Uhr schrieb Paul Eggert <address@hidden>:
>
> Philipp Stephani wrote:
> > +         (electric-quote-comment . nil)
> > +         (electric-quote-string . nil)))
>
> Why is this needed? Electric quote mode isn't on by default.

That is true, but I have it enabled by default, and it's fine most of
the time, except when working on the Emacs codebase, where using C-q
for every quote is quite annoying.

>
> I find it helpful to use electric-quote mode for some files, and if there's a
> need to disable it it'd be better to limit it to files where it should be
> disabled rather than have a blanket prohibition.

I'm happy to implement alternative solutions. Which files shouldn't
have Unicode quotes?



reply via email to

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