diff options
| author | Lars Ingebrigtsen | 2019-09-23 12:27:42 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2019-09-23 12:27:42 +0200 |
| commit | 87b685f4365f663ef1258cd60616034cd2cc89c9 (patch) | |
| tree | 01188c37f996df8688ca4a8e17c379756e1ac523 /etc | |
| parent | 0f45f383b9e66e90f092a6095b2f0faa19e55af3 (diff) | |
| download | emacs-87b685f4365f663ef1258cd60616034cd2cc89c9.tar.gz emacs-87b685f4365f663ef1258cd60616034cd2cc89c9.zip | |
Add an `authinfo-hidden' variable
* lisp/auth-source.el (authinfo-hidden): New variable.
(authinfo--hide-passwords): Use it to allow users to decide what
to hide.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -1497,7 +1497,8 @@ To recover the previous behavior, set new user option | |||
| 1497 | *** .authinfo and .netrc files now use a new mode: 'authinfo-mode'. | 1497 | *** .authinfo and .netrc files now use a new mode: 'authinfo-mode'. |
| 1498 | This is just like 'fundamental-mode', except that it hides passwords | 1498 | This is just like 'fundamental-mode', except that it hides passwords |
| 1499 | under a "****" display property. When the cursor moves to this text, | 1499 | under a "****" display property. When the cursor moves to this text, |
| 1500 | the real password is revealed (via 'reveal-mode'). | 1500 | the real password is revealed (via 'reveal-mode'). The |
| 1501 | 'authinfo-hidden' variable can be used to control what to hide. | ||
| 1501 | 1502 | ||
| 1502 | ** Tramp | 1503 | ** Tramp |
| 1503 | 1504 | ||