Gnus development mailing list
 help / color / mirror / Atom feed
From: Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann)
Cc: Mats Lidell <Mats.Lidell@contactor.se>, ding@gnus.org
Subject: Re: Imap Problem
Date: 01 Jun 2001 17:01:30 +0200	[thread overview]
Message-ID: <vaf1yp4fdmd.fsf@lucy.cs.uni-dortmund.de> (raw)
In-Reply-To: <76zobsxrkj.fsf@newjersey.ppllc.com> (Jake Colman's message of "01 Jun 2001 09:22:52 -0400")

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


  reply	other threads:[~2001-06-01 15:01 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-05-31 23:55 Jake Colman
2001-06-01  6:41 ` Kai Großjohann
2001-06-01 15:52   ` Jake Colman
2001-06-01  7:00 ` Mats Lidell
2001-06-01 13:22   ` Jake Colman
2001-06-01 15:01     ` Kai Großjohann [this message]
2001-06-01 16:00       ` Jake Colman
2001-06-01 15:46     ` Mats Lidell
2001-06-01 16:09       ` Jake Colman
2001-06-01 18:04       ` Jake Colman
2001-06-01 23:24       ` Simon Josefsson
2001-06-02 20:03         ` Mats Lidell
2001-06-02 20:13           ` Mats Lidell
2001-06-02 21:05           ` Simon Josefsson
2001-06-04 15:21             ` Jake Colman
2001-06-05 18:10               ` Simon Josefsson
2001-06-04 16:06             ` Jake Colman
2001-06-04 16:18             ` Jake Colman
2001-06-05  8:34               ` Mats Lidell
2001-06-05 14:58                 ` Nevin Kapur
2001-06-05 15:20                   ` Jake Colman
2001-06-05 18:20                     ` Simon Josefsson
2001-06-05 19:06                       ` Jake Colman
2001-06-05 19:39                         ` Simon Josefsson
2001-06-05 23:20                           ` Jake Colman
2001-06-05 23:56                           ` Mats Lidell
2001-06-05 18:19               ` Simon Josefsson
2001-06-05 19:07                 ` Jake Colman
2004-10-07 11:36 imap problem walter.franzini-M4bTUdDEyImonA0d6jMUrA

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=vaf1yp4fdmd.fsf@lucy.cs.uni-dortmund.de \
    --to=kai.grossjohann@cs.uni-dortmund.de \
    --cc=Mats.Lidell@contactor.se \
    --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).