GNU bug report logs - #52725
27.1; Allow editing same draft twice without exiting group first

Previous Next

Packages: gnus, emacs;

Reported by: 積丹尼 Dan Jacobson <jidanni <at> jidanni.org>

Date: Tue, 21 Dec 2021 23:16:02 UTC

Severity: normal

Tags: wontfix

Found in version 27.1

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 52725 in the body.
You can then email your comments to 52725 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org, bugs <at> gnus.org:
bug#52725; Package emacs,gnus. (Tue, 21 Dec 2021 23:16:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to 積丹尼 Dan Jacobson <jidanni <at> jidanni.org>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org, bugs <at> gnus.org. (Tue, 21 Dec 2021 23:16:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: 積丹尼 Dan Jacobson <jidanni <at> jidanni.org>
To: bug-gnu-emacs <at> gnu.org
Subject: 27.1; Allow editing same draft twice without exiting group first
Date: Wed, 22 Dec 2021 06:53:04 +0800
Put the cursor on the drafts folder containing existing drafts, and hit
 <return>		 ;; gnus-group-select-group
 D e			 ;; gnus-draft-edit-message
 bla bla		 ;; self-insert-command
 C-c C-d		 ;; message-dont-send #but oops, we forgot a third bla, so
 D e			 ;; gnus-draft-edit-message
At this point an error will happen. We need to quit the group and
reenter if we don't want the error.

Or, at least on
(info "(gnus) Drafts")
at

      When you want to continue editing the article, you simply enter the
   draft group and push ‘D e’ (‘gnus-draft-edit-message’) to do that.  You
   will be placed in a buffer where you left off.

Mention that there is a bug causing this to only work once.




Information forwarded to bug-gnu-emacs <at> gnu.org, bugs <at> gnus.org:
bug#52725; Package emacs,gnus. (Wed, 22 Dec 2021 09:12:02 GMT) Full text and rfc822 format available.

Message #8 received at 52725 <at> debbugs.gnu.org (full text, mbox):

From: Robert Pluim <rpluim <at> gmail.com>
To: 積丹尼 Dan Jacobson <jidanni <at> jidanni.org>
Cc: 52725 <at> debbugs.gnu.org
Subject: Re: bug#52725: 27.1; Allow editing same draft twice without exiting
 group first
Date: Wed, 22 Dec 2021 10:11:35 +0100
>>>>> On Wed, 22 Dec 2021 06:53:04 +0800, 積丹尼 Dan Jacobson <jidanni <at> jidanni.org> said:

    Dan> Put the cursor on the drafts folder containing existing drafts, and hit
    Dan>  <return>		 ;; gnus-group-select-group
    Dan>  D e			 ;; gnus-draft-edit-message
    Dan>  bla bla		 ;; self-insert-command
    Dan>  C-c C-d		 ;; message-dont-send #but oops, we forgot a third bla, so
    Dan>  D e			 ;; gnus-draft-edit-message
    Dan> At this point an error will happen. We need to quit the group and
    Dan> reenter if we don't want the error.

Or M-g to rescan the group, which kind of makes sense, since you've
deleted the old draft, and created a new one. I guess Gnus could
rescan the group always after `message-dont-send'.

Robert
-- 




Information forwarded to bug-gnu-emacs <at> gnu.org, bugs <at> gnus.org:
bug#52725; Package emacs,gnus. (Wed, 22 Dec 2021 14:34:01 GMT) Full text and rfc822 format available.

Message #11 received at 52725 <at> debbugs.gnu.org (full text, mbox):

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Robert Pluim <rpluim <at> gmail.com>
Cc: 52725 <at> debbugs.gnu.org,
 積丹尼 Dan Jacobson <jidanni <at> jidanni.org>
Subject: Re: bug#52725: 27.1; Allow editing same draft twice without exiting
 group first
Date: Wed, 22 Dec 2021 15:33:06 +0100
Robert Pluim <rpluim <at> gmail.com> writes:

> Or M-g to rescan the group, which kind of makes sense, since you've
> deleted the old draft, and created a new one. I guess Gnus could
> rescan the group always after `message-dont-send'.

I think hitting `M-g' is fine, so I'm closing this bug report.

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




Added tag(s) wontfix. Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Wed, 22 Dec 2021 14:34:02 GMT) Full text and rfc822 format available.

bug closed, send any further explanations to 52725 <at> debbugs.gnu.org and 積丹尼 Dan Jacobson <jidanni <at> jidanni.org> Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Wed, 22 Dec 2021 14:34:02 GMT) Full text and rfc822 format available.

Information forwarded to bug-gnu-emacs <at> gnu.org, bugs <at> gnus.org:
bug#52725; Package emacs,gnus. (Wed, 22 Dec 2021 20:54:02 GMT) Full text and rfc822 format available.

Message #18 received at 52725 <at> debbugs.gnu.org (full text, mbox):

From: 積丹尼 Dan Jacobson <jidanni <at> jidanni.org>
To: Lars Ingebrigtsen <larsi <at> gnus.org>
Cc: Robert Pluim <rpluim <at> gmail.com>, 52725 <at> debbugs.gnu.org
Subject: Re: bug#52725: 27.1; Allow editing same draft twice without exiting
 group first
Date: Thu, 23 Dec 2021 04:53:01 +0800
>>>>> "LI" == Lars Ingebrigtsen <larsi <at> gnus.org> writes:
LI> Robert Pluim <rpluim <at> gmail.com> writes:

>> Or M-g to rescan the group, which kind of makes sense, since you've
>> deleted the old draft, and created a new one. I guess Gnus could
>> rescan the group always after `message-dont-send'.

LI> I think hitting `M-g' is fine, so I'm closing this bug report.

Problem is: the user doesn't know that trick. So the error message might
mention it perhaps.

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





bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 20 Jan 2022 12:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 90 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.