[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?
- [PATCH] Disable electric quotes in the Emacs codebase., Philipp Stephani, 2019/01/02
- Re: [PATCH] Disable electric quotes in the Emacs codebase., Paul Eggert, 2019/01/02
- Re: [PATCH] Disable electric quotes in the Emacs codebase., Dmitry Gutov, 2019/01/02
- Re: [PATCH] Disable electric quotes in the Emacs codebase., Eli Zaretskii, 2019/01/03
- Re: [PATCH] Disable electric quotes in the Emacs codebase.,
Philipp Stephani <=
- Re: [PATCH] Disable electric quotes in the Emacs codebase., Paul Eggert, 2019/01/05
- Re: [PATCH] Disable electric quotes in the Emacs codebase., Eli Zaretskii, 2019/01/05
- Re: [PATCH] Disable electric quotes in the Emacs codebase., Philipp Stephani, 2019/01/06
- [PATCH] Disable electric quotes for most files in the Emacs codebase., Philipp Stephani, 2019/01/06
- Re: [PATCH] Disable electric quotes for most files in the Emacs codebase., Eli Zaretskii, 2019/01/09
- Re: [PATCH] Disable electric quotes for most files in the Emacs codebase., Philipp Stephani, 2019/01/14