Gnus development mailing list
 help / color / mirror / Atom feed
* Recommended way to force a posted article into drafts?
@ 2000-05-08  0:11 Lloyd Zusman
  2000-05-08  0:21 ` Shenghuo ZHU
  0 siblings, 1 reply; 3+ messages in thread
From: Lloyd Zusman @ 2000-05-08  0:11 UTC (permalink / raw)


I'm using the latest (or near-latest) CVS version of gnus.

In certain newsgroups, I want to be able to review and revise all of
my articles before they actually get posted.  In these special groups,
I map `\C-c \C-c' to my special function for deferring the post.  What
this function does is to simply force the article into my `drafts'
folder. `\C-c \C-c' remains mapped to `message-send-and-exit' in all
the other groups (including `drafts').

My question is this: is the following function the recommended method
for forcing an article into `drafts'?  (this is a stripped-down version
of my actual function, showing only the essentials):

  (my-defer-posting ()
    (save-article)
    (kill-buffer (current-buffer)))

This seems to work just fine and is consistent with how drafts work in
general ... but just in case, I want to double-check in case there's
something special that I should do in addition to this or instead of
this.

Thanks in advance.

-- 
 Lloyd Zusman
 ljz@asfast.com



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

end of thread, other threads:[~2000-05-08  0:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-05-08  0:11 Recommended way to force a posted article into drafts? Lloyd Zusman
2000-05-08  0:21 ` Shenghuo ZHU
2000-05-08  0:34   ` Lloyd Zusman

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 NNTP newsgroup(s).