Eli Zaretskii schrieb am Fr., 29. Sep. 2017 um 09:09 Uhr: > > From: Philipp Stephani > > Date: Sun, 24 Sep 2017 07:04:07 +0000 > > Cc: 24710@debbugs.gnu.org > > > > Eli Zaretskii wrote: > > > Thanks. How about updating the Emacs manual as well? > > > > Yes, other than that it looks good to me. > > > > OK, here's a new patch. > > Thanks, this LGTM. > > > Subject: [PATCH] Electric quote mode: Conditionally replace " (Bug#24710) > > > > * lisp/electric.el (electric-quote-replace-double): New user option. > > (electric-quote-post-self-insert-function): Use it. > > > > * electric-tests.el (electric-quote-replace-double-disabled) > > (electric-quote-replace-double-bob) > > (electric-quote-replace-double-bol) > > (electric-quote-replace-double-after-space) > > (electric-quote-replace-double-after-letter) > > (electric-quote-replace-double-after-paren): New unit tests. > > Please add the log entries for the documentation here, when you push. > Pushed as d247e1d30a to master.