]> git.eshelyaron.com Git - emacs.git/commit
Improve support for entering quotation marks
authorRobert Pluim <rpluim@gmail.com>
Thu, 16 May 2024 14:25:24 +0000 (16:25 +0200)
committerEshel Yaron <me@eshelyaron.com>
Mon, 3 Jun 2024 14:33:14 +0000 (16:33 +0200)
commit3e017d675fc3100221d7042dd07f1e7f2d797b5b
treedb5bb9fe57fde7b56b69cd120de7de0c90022ffd
parenta9a36b95b180c3fcd2d8a73cf60819c3c96bf593
Improve support for entering quotation marks

* lisp/international/iso-transl.el (iso-transl-char-map): Add entries
for "low" single and double quotation marks.
(iso-transl-language-alist): Add convenient support for the official
German quoting style to the German language entry. It uses "low" double
quotes on the left, and *left* double quotes on the right.  Add support
for single guillemets to the French language entry.
* lisp/leim/quail/latin-post.el ("latin-postfix"): Add entries for
single, double and "low" Unicode quotation marks.  Add entries for
single guillemets.
* lisp/leim/quail/latin-pre.el ("latin-prefix"): And here.

* etc/NEWS: Announce the changes.

(Bug#70984)

(cherry picked from commit 0e811aba53f5cc3a8d8c13fa8922149f95e83da4)
etc/NEWS
lisp/international/iso-transl.el
lisp/leim/quail/latin-post.el
lisp/leim/quail/latin-pre.el