all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Paul Eggert <eggert@cs.ucla.edu>
To: Eli Zaretskii <eliz@gnu.org>
Cc: 20545@debbugs.gnu.org
Subject: bug#20545: New minor mode Electric Quote
Date: Wed, 27 May 2015 08:27:16 -0700	[thread overview]
Message-ID: <5565E254.4050007@cs.ucla.edu> (raw)
In-Reply-To: <83382iyu7c.fsf@gnu.org>

[-- Attachment #1: Type: text/plain, Size: 187 bytes --]

Thanks for the review.  I'll fold in the attached further patch before 
installing.  As you may be able to tell, I don't use the manual indexes and so 
my indexing can be a bit random.



[-- Attachment #2: doc.txt --]
[-- Type: text/plain, Size: 1599 bytes --]

diff --git a/doc/emacs/modes.texi b/doc/emacs/modes.texi
index b4538db..e79561a 100644
--- a/doc/emacs/modes.texi
+++ b/doc/emacs/modes.texi
@@ -200,9 +200,6 @@ Auto Save mode saves the buffer contents periodically to reduce the
 amount of work you can lose in case of a crash.  @xref{Auto Save}.
 
 @item
-@cindex Electric Quote mode
-@cindex mode, Electric Quote
-@findex electric-quote-mode
 Electric Quote mode automatically converts quotation marks.  For
 example, it requotes text typed @t{`like this'} to text @t{‘like
 this’}.  You can control what kind of text it operates in, and you can
diff --git a/doc/emacs/text.texi b/doc/emacs/text.texi
index f243095..0785026 100644
--- a/doc/emacs/text.texi
+++ b/doc/emacs/text.texi
@@ -410,6 +410,7 @@ beginning of a line.
 @cindex Quotation marks
 @cindex Electric Quote mode
 @cindex mode, Electric Quote
+@findex electric-quote-mode
   One common way to quote is the typewriter convention, which quotes
 using straight apostrophes @t{'like this'} or double-quotes @t{"like
 this"}.  Another common way is the curved quote convention, which uses
@@ -425,6 +426,9 @@ converts a quotation's double grave accent and double apostrophe
 conversions are suppressed in buffers whose coding systems cannot
 represent curved quote characters.
 
+@vindex electric-quote-paragraph
+@vindex electric-quote-comment
+@vindex electric-quote-string
   You can customize the behavior of Electric Quote mode by customizing
 variables that control where it is active.  It is active in text
 paragraphs if @code{electric-quote-paragraph} is non-@code{nil}, in

      reply	other threads:[~2015-05-27 15:27 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-10 23:55 bug#20545: New minor mode Electric Punct Paul Eggert
2015-05-11 15:00 ` Eli Zaretskii
2015-05-13  7:48   ` Paul Eggert
2015-05-13 13:10     ` Stefan Monnier
2015-05-13 14:49       ` Paul Eggert
2015-05-13 17:05         ` Eli Zaretskii
2015-05-14  3:52         ` Stefan Monnier
2015-05-14 14:54           ` Eli Zaretskii
2015-05-13 16:54       ` Eli Zaretskii
2015-05-13 16:38     ` Eli Zaretskii
2015-05-13 16:56       ` Paul Eggert
2015-05-13 17:16         ` Eli Zaretskii
2015-05-13 18:10           ` Eli Zaretskii
2015-05-14  6:32           ` Paul Eggert
2015-05-16 21:20             ` Paul Eggert
2015-05-17 14:33               ` Eli Zaretskii
2015-05-17 16:58                 ` Paul Eggert
2015-05-17 19:04                   ` Eli Zaretskii
2015-06-01  3:06                     ` bug#20545: Transliterating curved to straight quotes in 8-bit environments Paul Eggert
2015-06-01 14:31                       ` Eli Zaretskii
2015-05-11 15:57 ` bug#20545: New minor mode Electric Punct Stefan Monnier
2015-05-13  7:33   ` Paul Eggert
2015-05-11 16:48 ` Artur Malabarba
2015-05-26 11:24 ` bug#20545: New minor mode Electric Quote Paul Eggert
2015-05-27 14:24   ` Eli Zaretskii
2015-05-27 15:27     ` Paul Eggert [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5565E254.4050007@cs.ucla.edu \
    --to=eggert@cs.ucla.edu \
    --cc=20545@debbugs.gnu.org \
    --cc=eliz@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.