Gnus development mailing list
 help / color / mirror / Atom feed
* Simulating prefix arg on `message-cross-post-followup-to'
@ 2004-08-07  8:42 Christoph Conrad
  2004-08-09 13:08 ` David S Goldberg
  0 siblings, 1 reply; 2+ messages in thread
From: Christoph Conrad @ 2004-08-07  8:42 UTC (permalink / raw)


Hi,

i wanted to write a shortcut function which simply calls
message-cross-post-followup-to with a prefix arg, so that a
"Followup-To" is inserted, but no cross post is done.

I tried several variations of:

(call-interactively 'message-cross-post-followup-to nil '[(4)])
(call-interactively 'message-cross-post-followup-to nil [(4)])

but they do not work. Any hint?

Herzliche Grüße,
  Christoph
-- 
"[...] denn es ist die Sprache, die den Strom der Zeit anhält. Es
existiert keine Statik, es gibt keine Endgültigkeit des Anfangs und des
Endes." Heinz von Foerster



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

* Re: Simulating prefix arg on `message-cross-post-followup-to'
  2004-08-07  8:42 Simulating prefix arg on `message-cross-post-followup-to' Christoph Conrad
@ 2004-08-09 13:08 ` David S Goldberg
  0 siblings, 0 replies; 2+ messages in thread
From: David S Goldberg @ 2004-08-09 13:08 UTC (permalink / raw)


>>>>> On Sat, 07 Aug 2004 10:42:32 +0200, Christoph Conrad <christoph.conrad@gmx.de> said:

(let ((current-prefix-arg 4))
  (call-interactively 'message-cross-post-followup-to))

should do what you want.

-- 
Dave Goldberg
david.goldberg6@verizon.net





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

end of thread, other threads:[~2004-08-09 13:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-08-07  8:42 Simulating prefix arg on `message-cross-post-followup-to' Christoph Conrad
2004-08-09 13:08 ` David S Goldberg

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).