diff options
| author | Andrew Robbins | 2017-05-12 11:19:46 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2017-05-12 11:19:46 +0300 |
| commit | a1b69815147b67f4ff7730d0b97b526c8eda2935 (patch) | |
| tree | 1f01290857091a95adf2b69633c039fe6b1d38aa /etc | |
| parent | d9592104c8aa93a9b92a05c410a546f0abd8d0b5 (diff) | |
| download | emacs-a1b69815147b67f4ff7730d0b97b526c8eda2935.tar.gz emacs-a1b69815147b67f4ff7730d0b97b526c8eda2935.zip | |
Extend DNS lookup commands to allow specifying the name server
* lisp/net/net-utils.el (ffap-string-at-point): Removed due to
'net-utils-machine-at-point' obviating this autoloaded
function (Bug#25426).
(dig-program-options): New customization variable.
(nslookup-host, dns-lookup-host, run-dig): Can now specify
optional name server argument interactively (by prefix arg) and
non-interactively.
* etc/NEWS: Mention the extension of DNS lookup commands.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
| @@ -338,6 +338,12 @@ want to reverse the direction of the scroll, customize | |||
| 338 | ** Emacsclient has a new option -u/--suppress-output. The option | 338 | ** Emacsclient has a new option -u/--suppress-output. The option |
| 339 | suppresses display of return values from the server process. | 339 | suppresses display of return values from the server process. |
| 340 | 340 | ||
| 341 | --- | ||
| 342 | ** New user option 'dig-program-options' and extended functionality | ||
| 343 | for DNS-querying functions 'nslookup-host', 'dns-lookup-host', | ||
| 344 | and 'run-dig'. Each function now accepts an optional name server | ||
| 345 | argument interactively (with a prefix argument) and non-interactively. | ||
| 346 | |||
| 341 | 347 | ||
| 342 | * Editing Changes in Emacs 26.1 | 348 | * Editing Changes in Emacs 26.1 |
| 343 | 349 | ||