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


Kai,

I love that defun.  I just implemented it for myself and it works like a
charm -- except that gnus always hangs!  This would be perfect for me if it
wasn;t for that minor detail.  It is quite consistent, however.  I will
always hang if I use your technique of starting gnus in a new frame.  If I
start it in the initial frame after immediately starting my session, gnus
works fine (that is, until it hangs due to some timeout)

...Jake



    KG> 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.

    KG> What's interesting is that for a few years, I've been doing M-x
    KG> kai-mail RET to start Gnus, and I've never had Emacs hang on me (not
    KG> because of Gnus, anyway).

    KG> (defun kai-mail ()
    KG>   (interactive) (select-frame
    KG>    (or (car
    KG> 	(filtered-frame-list
    KG> 	 (lambda (x)
    KG> 	   (string= "--Mail--"
    KG> 		    (cdr (assoc 'name (frame-parameters x)))))))
    KG>        (make-frame '((name . "--Mail--")))))
    KG>   (other-frame 0) (if (string-match "^slowfox\\>" (system-name))
    KG>       (progn (require 'gnus-agent) (gnus-unplugged))
    KG>     (gnus)))

    KG> Strange.  Seems to be an XEmacs-only problem.

    KG> kai
    KG> --
    KG> ~/.signature: No such file or directory

-- 
Jake Colman                     

Principia Partners LLC                  Phone: (201) 946-0300
Harborside Financial Center               Fax: (201) 946-0320
902 Plaza II                           Beeper: (800) 928-4640
Jersey City, NJ 07311                  E-mail: colman@ppllc.com
                                       E-mail: jcolman@jnc.com
                                          web: http://www.ppllc.com


  reply	other threads:[~2001-06-01 16:00 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
2001-06-01 16:00       ` Jake Colman [this message]
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=76lmnc6vhc.fsf@newjersey.ppllc.com \
    --to=colman@ppllc.com \
    --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).