Gnus development mailing list
 help / color / mirror / Atom feed
From: David Mentre <David.Mentre@irisa.fr>
Cc: ding@gnus.org
Subject: Re: post to secondary server
Date: 28 Aug 1998 14:23:45 +0200	[thread overview]
Message-ID: <wd84suxuwfi.fsf@parate.irisa.fr> (raw)
In-Reply-To: Karsten Thygesen's message of "Fri, 28 Aug 1998 09:50:12 GMT"

Karsten Thygesen <karthy@kom.auc.dk> writes:

> Why not make the default server configurable on a pr. group basis (in
> the group configure system). I always forget to type C-u...

Lars has said it was more "natural" to post to the default
server. Anyway, here is a hack (sent to me by somebody I've lost the
name) I'm using:

;;;; Hack for posting on foreign servers
(add-hook 'message-setup-hook
	  (lambda ()
	    (local-set-key "\C-c\C-c" 'message-send-and-exit-with-prefix)))

(defun message-send-and-exit-with-prefix ()
  "Call the message-send-and-exit function with a positive number argument
to make it post the message on the foreign NNTP server of a group, instead
of the default NNTP server"
  (interactive)
  (message-send-and-exit 1))

Hope it helps,
d.
-- 
 David.Mentre@irisa.fr -- http://www.irisa.fr/prive/dmentre/


  reply	other threads:[~1998-08-28 12:23 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-08-26  9:36 Rolf Marvin B|e Lindgren
1998-08-26 10:15 ` Kai Grossjohann
1998-08-26 11:53 ` Lars Magne Ingebrigtsen
1998-08-26 13:07   ` Rolf Marvin B|e Lindgren
1998-08-28  9:50   ` Karsten Thygesen
1998-08-28 12:23     ` David Mentre [this message]
1998-08-28 12:40     ` Kai Grossjohann
     [not found]       ` <6fd89lrz32.fsf@dna.lth.se>
1998-08-28 14:26         ` Lars Balker Rasmussen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=wd84suxuwfi.fsf@parate.irisa.fr \
    --to=david.mentre@irisa.fr \
    --cc=ding@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).