diff options
author | Robert Pluim <rpluim@gmail.com> | 2019-11-19 11:33:10 +0100 |
---|---|---|
committer | Robert Pluim <rpluim@gmail.com> | 2019-11-23 18:51:07 +0100 |
commit | a27c8929f2ab26dc0d27c8969857d3bc108747f5 (patch) | |
tree | bd1e136fd360482749b2f9e9c6a54d514f2a8ef5 /etc | |
parent | b9e99ab5ac49f8cb03fc1c27eb830a24e9bdf83c (diff) | |
download | emacs-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/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |