From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/16363 Path: main.gmane.org!not-for-mail From: David Mentre Newsgroups: gmane.emacs.gnus.general Subject: Re: post to secondary server Date: 28 Aug 1998 14:23:45 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 (generated by tm-edit 7.95) Content-Type: text/plain; charset=US-ASCII X-Trace: main.gmane.org 1035155248 27321 80.91.224.250 (20 Oct 2002 23:07:28 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 23:07:28 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: from gizmo.hpc.uh.edu (gizmo.hpc.uh.edu [129.7.102.31]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id IAA06484 for ; Fri, 28 Aug 1998 08:24:14 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (sina.hpc.uh.edu [129.7.3.5]) by gizmo.hpc.uh.edu (8.7.6/8.7.3) with ESMTP id GAF08403; Fri, 28 Aug 1998 06:55:18 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 28 Aug 1998 07:24:04 -0500 (CDT) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [209.195.19.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id HAA21125 for ; Fri, 28 Aug 1998 07:23:55 -0500 (CDT) Original-Received: from parasite.irisa.fr (parasite.irisa.fr [131.254.12.47]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id IAA06479 for ; Fri, 28 Aug 1998 08:23:48 -0400 (EDT) Original-Received: from parate.irisa.fr (parate.irisa.fr [131.254.12.25]) by parasite.irisa.fr (8.9.1/8.9.1) with ESMTP id OAA22994; Fri, 28 Aug 1998 14:23:46 +0200 (MET DST) Original-To: Karsten Thygesen In-Reply-To: Karsten Thygesen's message of "Fri, 28 Aug 1998 09:50:12 GMT" Original-Lines: 25 X-Mailer: Gnus v5.6.41/Emacs 19.34 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:16363 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:16363 Karsten Thygesen 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/