unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#43853: message-insert-signature should lead to full docs
@ 2020-10-07 20:44 積丹尼 Dan Jacobson
  2020-10-09  4:49 ` Lars Ingebrigtsen
  0 siblings, 1 reply; 2+ messages in thread
From: 積丹尼 Dan Jacobson @ 2020-10-07 20:44 UTC (permalink / raw)
  To: 43853

!C-c C-w runs the command message-insert-signature (found in
!message-mode-map), which is an interactive compiled Lisp function in
!‘message.el’.
!
!It is bound to C-c C-w, <menu-bar> <Message> <Insert Signature>.
!
!(message-insert-signature &optional FORCE)
!
!Insert a signature.  See documentation for variable ‘message-signature’.

OK

!message-signature is a variable defined in ‘message.el’.
!Its value is nil
!Original value was t
!
!  This variable may be risky if used as a file-local variable.
!
!Documentation:
!String to be inserted at the end of the message buffer.
!If t, the ‘message-signature-file’ file will be inserted instead.
!If a function, the result from the function will be used instead.
!If a form, the result from the form will be used instead.
!
!You can customize this variable.
!
!This variable was introduced, or its default value was changed, in
!version 23.2 of Emacs.

OK

but all that never gets around to mentioning e.g.,

(defcustom message-signature-insert-empty-line t
  "If non-nil, insert an empty line before the signature separator."

etc.

So the C-c C-w user never finds out how to get rid of that newline
without looking at the source code, (or (info "(message) Insertion
Variables".))
emacs-version "26.3"





^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#43853: message-insert-signature should lead to full docs
  2020-10-07 20:44 bug#43853: message-insert-signature should lead to full docs 積丹尼 Dan Jacobson
@ 2020-10-09  4:49 ` Lars Ingebrigtsen
  0 siblings, 0 replies; 2+ messages in thread
From: Lars Ingebrigtsen @ 2020-10-09  4:49 UTC (permalink / raw)
  To: 積丹尼 Dan Jacobson; +Cc: 43853

積丹尼 Dan Jacobson <jidanni@jidanni.org> writes:

> but all that never gets around to mentioning e.g.,
>
> (defcustom message-signature-insert-empty-line t
>   "If non-nil, insert an empty line before the signature separator."

OK; done in Emacs 28.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-10-09  4:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-07 20:44 bug#43853: message-insert-signature should lead to full docs 積丹尼 Dan Jacobson
2020-10-09  4:49 ` Lars Ingebrigtsen

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).