C-x 8 shorthands for curved quotes, Euro, etc.
commit4b41540b424468aeca87b9b47ffda2be25c5dac4
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 11 May 2015 00:24:05 +0000 (10 17:24 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 11 May 2015 00:42:21 +0000 (10 17:42 -0700)
tree09810a04d1c78cc80274f0732fc195a6be70b52f
parent089632800a1d408d2d2a9f0ecc5c52ce9c5319c6
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:
‐ ‑ ‒ – — ― ‘ ’ “ ” † ‡ • ′ ″ € № ← → ↔ − ≈ ≠ ≤ ≥
doc/emacs/mule.texi
etc/NEWS
lisp/international/iso-transl.el