aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorPaul Eggert2015-05-10 17:24:05 -0700
committerPaul Eggert2015-05-10 17:42:21 -0700
commit4b41540b424468aeca87b9b47ffda2be25c5dac4 (patch)
tree09810a04d1c78cc80274f0732fc195a6be70b52f /etc
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 'etc')
-rw-r--r--etc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 844181c334d..aa6a257a7f7 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -213,6 +213,9 @@ successive char insertions.
213 213
214** Unicode names entered via C-x 8 RET now use substring completion by default. 214** Unicode names entered via C-x 8 RET now use substring completion by default.
215 215
216** C-x 8 now has shorthands for these chars: ‐ ‑ ‒ – — ― ‘ ’ “ ” † ‡ • ′ ″
217€ № ← → ↔ − ≈ ≠ ≤ ≥. As before, you can type C-x 8 C-h to list shorthands.
218
216** New minor mode global-eldoc-mode is enabled by default. 219** New minor mode global-eldoc-mode is enabled by default.
217 220
218** Emacs now supports "bracketed paste mode" when running on a terminal 221** Emacs now supports "bracketed paste mode" when running on a terminal