Merge from origin/emacs-29

b392169e54 ; * doc/lispref/commands.texi (Event Mod): Add motivation...
e272fd3da9 ; Update description of 'mail-mode'
scratch/comp-safety2
Eli Zaretskii 2024-05-04 08:10:54 -04:00
commit 1e4cb12a81
2 changed files with 9 additions and 4 deletions

View File

@ -676,9 +676,11 @@ using this.
In this chapter we have described the usual Emacs mode for editing
and sending mail---Message mode. This is only one of several
available modes. Prior to Emacs 23.2, the default mode was Mail mode,
which is similar to Message mode in many respects but lacks features
such as MIME support. Another available mode is MH-E
(@pxref{Top,,MH-E,mh-e, The Emacs Interface to MH}).
which is similar to Message mode in many respects but is less
feature-rich; for example, it supports only basic MIME: it allows you
to add attachments, but lacks more sophisticated MIME features.
Another available mode is MH-E (@pxref{Top,,MH-E,mh-e, The Emacs
Interface to MH}).
@vindex mail-user-agent
@findex define-mail-user-agent

View File

@ -3763,7 +3763,10 @@ character as far as keyboard translation is concerned, but it has the
same usual meaning.
@xref{Translation Keymaps}, for mechanisms that translate event sequences
at the level of @code{read-key-sequence}.
at the level of @code{read-key-sequence}. If you need to translate
input events that are not characters (i.e., @code{characterp} returns
@code{nil} for them), you must use the event translation mechanism
described there.
@node Invoking the Input Method
@subsection Invoking the Input Method