Gnus development mailing list
 help / color / mirror / Atom feed
From: Jake Colman <colman@ppllc.com>
Subject: Re: Imap Problem
Date: 05 Jun 2001 19:20:58 -0400	[thread overview]
Message-ID: <76r8wyeco5.fsf@newjersey.ppllc.com> (raw)
In-Reply-To: <ilulmn6zpfv.fsf@barbar.josefsson.org> (Simon Josefsson's message of "05 Jun 2001 21:39:32 +0200")


>>>>> "SJ" == Simon Josefsson <jas@extundo.com> writes:

    SJ> Jake Colman <colman@ppllc.com> writes:
    >> >> This is not a 21.4.3 problem.  I can reproduce it exactly the same
    >> >> way using 21.1.12.
    >>
    SJ> Maybe a XEmacs+Windows problem then?  `read-passwd' seem to do all
    SJ> sorts of weird system specific stuff, grabbing the keyboard and such.
    >>
    >> I'm running XEmacs under Solaris 7 and Mat has the same problem with
    >> XEmacs under WinNT.  Are you not seeing the same problem?

    SJ> No.  XEmacs 21.4, RedHat 7.1.  But I wasn't able to reproduce the
    SJ> original problem either, so I'm probably doing something wrong.
    SJ> Simply clicking on the toolbar Gnus icon (thus starting Gnus in
    SJ> another frame) trigger the bug?

Starting gnus via the following defuun will trigger the problem:

(defun jnc-gnus ()
  (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)))

Alternatively, simply create a new frame via 'C-x 5 b' and then start gnus in
that new frame.

With 21.4.3 under Solaris 7 I will consistently hang with the symptom that
has now been corrected via your patch.  However, password handling will not
work.  If I start gnus in the intial frame, password handling will work fine
and the original problem (using latest ognus with your patches) works fine
too.  And this is true even of I move gnus into its own frame after it is up
and running.


-- 
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-05 23:20 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
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 [this message]
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=76r8wyeco5.fsf@newjersey.ppllc.com \
    --to=colman@ppllc.com \
    /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).