* bug#52725: 27.1; Allow editing same draft twice without exiting group first
@ 2021-12-21 22:53 積丹尼 Dan Jacobson
2021-12-22 9:11 ` Robert Pluim
0 siblings, 1 reply; 4+ messages in thread
From: 積丹尼 Dan Jacobson @ 2021-12-21 22:53 UTC (permalink / raw)
To: 52725
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.
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#52725: 27.1; Allow editing same draft twice without exiting group first
2021-12-21 22:53 bug#52725: 27.1; Allow editing same draft twice without exiting group first 積丹尼 Dan Jacobson
@ 2021-12-22 9:11 ` Robert Pluim
2021-12-22 14:33 ` Lars Ingebrigtsen
0 siblings, 1 reply; 4+ messages in thread
From: Robert Pluim @ 2021-12-22 9:11 UTC (permalink / raw)
To: 積丹尼 Dan Jacobson; +Cc: 52725
>>>>> On Wed, 22 Dec 2021 06:53:04 +0800, 積丹尼 Dan Jacobson <jidanni@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
--
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#52725: 27.1; Allow editing same draft twice without exiting group first
2021-12-22 9:11 ` Robert Pluim
@ 2021-12-22 14:33 ` Lars Ingebrigtsen
2021-12-22 20:53 ` 積丹尼 Dan Jacobson
0 siblings, 1 reply; 4+ messages in thread
From: Lars Ingebrigtsen @ 2021-12-22 14:33 UTC (permalink / raw)
To: Robert Pluim; +Cc: 52725, 積丹尼 Dan Jacobson
Robert Pluim <rpluim@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
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#52725: 27.1; Allow editing same draft twice without exiting group first
2021-12-22 14:33 ` Lars Ingebrigtsen
@ 2021-12-22 20:53 ` 積丹尼 Dan Jacobson
0 siblings, 0 replies; 4+ messages in thread
From: 積丹尼 Dan Jacobson @ 2021-12-22 20:53 UTC (permalink / raw)
To: Lars Ingebrigtsen; +Cc: Robert Pluim, 52725
>>>>> "LI" == Lars Ingebrigtsen <larsi@gnus.org> writes:
LI> Robert Pluim <rpluim@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
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2021-12-22 20:53 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-21 22:53 bug#52725: 27.1; Allow editing same draft twice without exiting group first 積丹尼 Dan Jacobson
2021-12-22 9:11 ` Robert Pluim
2021-12-22 14:33 ` Lars Ingebrigtsen
2021-12-22 20:53 ` 積丹尼 Dan Jacobson
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.