summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorKarl Fogel <kfogel@red-bean.com>2016-08-30 11:14:37 -0500
committerKarl Fogel <kfogel@red-bean.com>2016-08-30 11:14:37 -0500
commit2b404e8391b7ac26b734710d8290a6ef6a2e32b1 (patch)
tree8957f34326c5a5b010011bdc87941d4ff0606436 /etc
parenta9118afcd7d601190c5474820b58289b5ab5cd7e (diff)
Use normal double quotes in TeX / LaTeX comments
* lisp/textmodes/tex-mode.el (tex-insert-quote): When in a comment, default to inserting a normal double quote (") instead of TeX-style open (``) or close ('') quote marks. * etc/NEWS (TeX mode): Note the change. * test/lisp/electric-tests.el (autowrapping-7): Adjust accordingly. See this thread for discussion: https://lists.gnu.org/archive/html/emacs-devel/2016-08/msg00611.html From: Karl Fogel <kfogel {_AT_} red-bean.com> To: Emacs Development <emacs-devel {_AT_} gnu.org> Subject: [PATCH] Have LaTeX mode use normal double quotes in comments. Date: Mon, 29 Aug 2016 14:44:12 -0500 Message-ID: <87twe3icmr.fsf@red-bean.com>
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 1290fa4b63..ee2bc3a2f0 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1477,6 +1477,9 @@ looking for macro definitions. By default, no symbols are ignored.
** TeX mode
+*** When in a TeX (LaTeX, etc) comment, insert a normal double quote (")
+instead of defaulting to TeX-style open (``) or close ('') quote marks.
+
*** New custom variable 'tex-print-file-extension' to help users who
use PDF instead of DVI.