bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#55571: [PATCH] Fix submit-emacs-patch


From: Damien Cassou
Subject: bug#55571: [PATCH] Fix submit-emacs-patch
Date: Sun, 22 May 2022 08:40:53 +0200

Tags: patch

Hi,

submit-emacs-patch creates a new message and immediately inserts new
lines without first moving the point to the message body.  This doesn't
work with notmuch (and its notmuch-user-agent symbol) because the point
starts in the headers and nothing in Emacs specifies that the mua should
move point to the body automatically.

* lisp/mail/emacsbug.el (submit-emacs-patch): Make sure point is in
the body before inserting new lines.

Best

-- 
Damien Cassou

"Success is the ability to go from one failure to another without
losing enthusiasm." --Winston Churchill

Attachment: 0001-Fix-submit-emacs-patch.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]