aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorPaul Eggert2015-05-10 17:24:05 -0700
committerPaul Eggert2015-05-10 17:42:21 -0700
commit4b41540b424468aeca87b9b47ffda2be25c5dac4 (patch)
tree09810a04d1c78cc80274f0732fc195a6be70b52f /doc
parent089632800a1d408d2d2a9f0ecc5c52ce9c5319c6 (diff)
downloademacs-4b41540b424468aeca87b9b47ffda2be25c5dac4.tar.gz
emacs-4b41540b424468aeca87b9b47ffda2be25c5dac4.zip
C-x 8 shorthands for curved quotes, Euro, etc.
Although C-x 8 lets you insert arbitrary Unicode characters, it's awkward to use this to insert commonly used symbols such as curved quotes, the Euro symbol, etc. This patch adds simpler sequences for characters commonly found in English text and in basic math. For example, assuming the Alt key works on your keyboard and iso-transl is loaded, one can now type "A-[" instead of "A-RET LEFT SIN TAB RET" to get the character "‘" (U+2018 LEFT SINGLE QUOTATION MARK). (Bug#20499) * doc/emacs/mule.texi (Unibyte Mode): A few other printing characters now work too. * etc/NEWS: Document this. * lisp/international/iso-transl.el (iso-transl-char-map): Also support the following characters: ‐ ‑ ‒ – — ― ‘ ’ “ ” † ‡ • ′ ″ € № ← → ↔ − ≈ ≠ ≤ ≥
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/mule.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/emacs/mule.texi b/doc/emacs/mule.texi
index de381dfa1e8..d929e0947e1 100644
--- a/doc/emacs/mule.texi
+++ b/doc/emacs/mule.texi
@@ -1660,8 +1660,8 @@ characters present directly on the keyboard or using @key{Compose} or
1660@cindex compose character 1660@cindex compose character
1661@cindex dead character 1661@cindex dead character
1662@item 1662@item
1663For Latin-1 only, you can use the key @kbd{C-x 8} as a ``compose 1663You can use the key @kbd{C-x 8} as a ``compose character'' prefix for
1664character'' prefix for entry of non-@acronym{ASCII} Latin-1 printing 1664entry of non-@acronym{ASCII} Latin-1 and a few other printing
1665characters. @kbd{C-x 8} is good for insertion (in the minibuffer as 1665characters. @kbd{C-x 8} is good for insertion (in the minibuffer as
1666well as other buffers), for searching, and in any other context where 1666well as other buffers), for searching, and in any other context where
1667a key sequence is allowed. 1667a key sequence is allowed.