diff options
| author | Paul Eggert | 2015-05-10 17:24:05 -0700 |
|---|---|---|
| committer | Paul Eggert | 2015-05-10 17:42:21 -0700 |
| commit | 4b41540b424468aeca87b9b47ffda2be25c5dac4 (patch) | |
| tree | 09810a04d1c78cc80274f0732fc195a6be70b52f /doc | |
| parent | 089632800a1d408d2d2a9f0ecc5c52ce9c5319c6 (diff) | |
| download | emacs-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.texi | 4 |
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 |
| 1663 | For Latin-1 only, you can use the key @kbd{C-x 8} as a ``compose | 1663 | You can use the key @kbd{C-x 8} as a ``compose character'' prefix for |
| 1664 | character'' prefix for entry of non-@acronym{ASCII} Latin-1 printing | 1664 | entry of non-@acronym{ASCII} Latin-1 and a few other printing |
| 1665 | characters. @kbd{C-x 8} is good for insertion (in the minibuffer as | 1665 | characters. @kbd{C-x 8} is good for insertion (in the minibuffer as |
| 1666 | well as other buffers), for searching, and in any other context where | 1666 | well as other buffers), for searching, and in any other context where |
| 1667 | a key sequence is allowed. | 1667 | a key sequence is allowed. |