From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/29438 Path: main.gmane.org!not-for-mail From: Jan Vroonhof Newsgroups: gmane.emacs.gnus.general Subject: Re: Preventing multiple startups of Gnus by the same user? Date: 07 Mar 2000 21:47:11 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035166108 2776 80.91.224.250 (21 Oct 2002 02:08:28 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:08:28 +0000 (UTC) Return-Path: Original-Received: from lisa.math.uh.edu (lisa.math.uh.edu [129.7.128.49]) by mailhost.sclp.com (Postfix) with ESMTP id E8882D051E for ; Tue, 7 Mar 2000 15:48:47 -0500 (EST) Original-Received: from sina.hpc.uh.edu (Sina.HPC.UH.EDU [129.7.3.5]) by lisa.math.uh.edu (8.9.1/8.9.1) with ESMTP id OAB04060; Tue, 7 Mar 2000 14:48:10 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 07 Mar 2000 14:47:21 -0600 (CST) Original-Received: from mailhost.sclp.com (postfix@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id OAA25674 for ; Tue, 7 Mar 2000 14:47:11 -0600 (CST) Original-Received: from frege.math.ethz.ch (frege-d-math-north-g-west.math.ethz.ch [129.132.145.3]) by mailhost.sclp.com (Postfix) with ESMTP id D2AAED051E for ; Tue, 7 Mar 2000 15:47:17 -0500 (EST) Original-Received: (from daemon@localhost) by frege.math.ethz.ch (8.9.1/8.9.1) id VAA28725 for ; Tue, 7 Mar 2000 21:47:14 +0100 (MET) Original-Received: from urysohn(129.132.146.167), claiming to be "urysohn.math.ethz.ch" via SMTP by frege, id smtpdAAAa0070n; Tue Mar 7 21:47:12 2000 Original-Received: (vroonhof@localhost) by urysohn.math.ethz.ch (8.9.3/D-MATH-client) id VAA31070; Tue, 7 Mar 2000 21:47:11 +0100 X-Authentication-Warning: urysohn.math.ethz.ch: vroonhof set sender to vroonhof@math.ethz.ch using -f Original-To: ding@gnus.org In-Reply-To: Lloyd Zusman's message of "Tue, 07 Mar 2000 04:05:58 GMT" Original-Lines: 10 User-Agent: Gnus/5.0803 (Gnus v5.8.3) XEmacs/21.2 (Iris) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:29438 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:29438 Lloyd Zusman writes: > under this second XEmacs process. What I'd like to do is for this > second Gnus to never start up because there's another one running > as the same user ID within a different process. Does it help if you compile --with-clash-detection (in the hope XEmacs would then complain if the second Gnus tries to open .newsrc.eld) Jan