summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorRobert Pluim <rpluim@gmail.com>2019-11-19 11:33:10 +0100
committerRobert Pluim <rpluim@gmail.com>2019-11-23 18:51:07 +0100
commita27c8929f2ab26dc0d27c8969857d3bc108747f5 (patch)
treebd1e136fd360482749b2f9e9c6a54d514f2a8ef5 /etc
parentb9e99ab5ac49f8cb03fc1c27eb830a24e9bdf83c (diff)
downloademacs-a27c8929f2ab26dc0d27c8969857d3bc108747f5.tar.gz
Have what-cursor-position optionally show character name
* lisp/simple.el (what-cursor-show-names): New defcustom, default nil. (what-cursor-position): Show character names if what-cursor-show-names is non-nil. * doc/emacs/basic.texi (Position Info): Add what-cursor-show-names description. * etc/NEWS: Announce what-cursor-show-names.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index ad349b1613a..a872a8f6b5d 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -232,6 +232,11 @@ To get the old, less-secure behavior, you can set the
(Instead you can use Tramp methods to run root commands in a non-root Emacs.)
+++
+** New user option 'what-cursor-show-names'.
+When non-nil, 'what-cursor-position' will show the name of the character
+in addition to the decimal/hex/octal representation. Default nil.
+
++++
** New function 'network-lookup-address-info'.
This does IPv4 and/or IPv6 address lookups on hostnames.