Merge from origin/emacs-30

902029b141 * lisp/auth-source.el (read-passwd): Remove entry from `p...
a61bf74225 New FAQ about Ctrl keys on xterm
f353fcc850 Autoload 'message-narrow-to-headers-or-head' in mml.el
This commit is contained in:
Eli Zaretskii 2024-10-19 07:01:20 -04:00
commit c2a9f519f7
3 changed files with 22 additions and 1 deletions

View file

@ -4065,6 +4065,7 @@ information is available from
* Compose Character::
* Binding combinations of modifiers and function keys::
* Meta key does not work in xterm::
* Some Ctrl-modified keys do not work on xterm::
@end menu
@node Binding keys to commands
@ -4536,6 +4537,25 @@ You might have to replace @samp{Meta} with @samp{Alt}.
@end itemize
@node Some Ctrl-modified keys do not work on xterm
@section Why don't some keys like @kbd{C-.} work on xterm?
If your @code{xterm} version is 216 or newer, you should have keys like
@kbd{C-.} and @kbd{C-,} if you add the following resource specification
to your @file{~/.Xdefaults}:
@example
XTerm.VT100.modifyOtherKeys: 1
@end example
@noindent
If you want to use @code{uxterm}, also add the following:
@example
UXTerm.VT100.modifyOtherKeys: 1
@end example
@c ------------------------------------------------------------
@node Alternate character sets
@chapter Alternate character sets

View file

@ -2599,7 +2599,7 @@ by doing (clear-string STRING)."
;; Not sure why but it seems that there might be cases where the
;; minibuffer is not always properly reset later on, so undo
;; whatever we've done here (bug#11392).
(remove-hook 'after-change-functions
(remove-hook 'post-command-hook
#'read-passwd--hide-password 'local)
(kill-local-variable 'post-self-insert-hook)
;; And of course, don't keep the sensitive data around.

View file

@ -1039,6 +1039,7 @@ If HANDLES is non-nil, use it instead reparsing the buffer."
(message-remove-header "Content-Transfer-Encoding")))
(autoload 'message-encode-message-body "message")
(autoload 'message-narrow-to-headers-or-head "message")
(declare-function message-narrow-to-headers-or-head "message" ())
;;;###autoload