From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/36544 Path: main.gmane.org!not-for-mail From: Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai =?iso-8859-1?q?Gro=DFjohann?=) Newsgroups: gmane.emacs.gnus.general Subject: Re: Imap Problem Date: 01 Jun 2001 17:01:30 +0200 Message-ID: References: <76y9rdaxai.fsf@newjersey.ppllc.com> <76zobsxrkj.fsf@newjersey.ppllc.com> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035172111 9154 80.91.224.250 (21 Oct 2002 03:48:31 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:48:31 +0000 (UTC) Cc: Mats Lidell , ding@gnus.org Return-Path: Return-Path: Original-Received: (qmail 22177 invoked from network); 1 Jun 2001 15:02:03 -0000 Original-Received: from waldorf.cs.uni-dortmund.de (129.217.4.42) by gnus.org with SMTP; 1 Jun 2001 15:02:03 -0000 Original-Received: from marcy.cs.uni-dortmund.de (marcy.cs.uni-dortmund.de [129.217.20.159]) by waldorf.cs.uni-dortmund.de with ESMTP id RAA13150; Fri, 1 Jun 2001 17:01:31 +0200 (MES) Original-Received: from lucy.cs.uni-dortmund.de (lucy [129.217.20.160]) by marcy.cs.uni-dortmund.de id RAA23577; Fri, 1 Jun 2001 17:01:30 +0200 (MET DST) Original-Received: (from grossjoh@localhost) by lucy.cs.uni-dortmund.de (8.9.3/8.9.3/Debian 8.9.3-21) id RAA14787; Fri, 1 Jun 2001 17:01:30 +0200 X-Face: 6=pZ4hVbjN:C?j1$h/-bi4:F%*~B#Rxb$[0%!{5NK"dE:_QRAM]Dzl=$yMu%Rh4xCSm/#>! $n%@SHJ](KFJKL,uF\=G=bRJQC$ ?+Dlxu*pj.Z,-GK<~y7sd/l*PN\]>} In-Reply-To: <76zobsxrkj.fsf@newjersey.ppllc.com> (Jake Colman's message of "01 Jun 2001 09:22:52 -0400") User-Agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.0.104 Original-Lines: 29 Xref: main.gmane.org gmane.emacs.gnus.general:36544 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:36544 On 01 Jun 2001, Jake Colman wrote: > The only way I can successfully start gnus is if I start gnus from > the initial frame and create my additional frames only after gnus is > up and running. What's interesting is that for a few years, I've been doing M-x kai-mail RET to start Gnus, and I've never had Emacs hang on me (not because of Gnus, anyway). (defun kai-mail () (interactive) (select-frame (or (car (filtered-frame-list (lambda (x) (string= "--Mail--" (cdr (assoc 'name (frame-parameters x))))))) (make-frame '((name . "--Mail--"))))) (other-frame 0) (if (string-match "^slowfox\\>" (system-name)) (progn (require 'gnus-agent) (gnus-unplugged)) (gnus))) Strange. Seems to be an XEmacs-only problem. kai -- ~/.signature: No such file or directory