emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Bug in Emacs 23 ??


From: Leo
Subject: Re: Bug in Emacs 23 ??
Date: Mon, 06 Aug 2007 21:29:40 +0100
User-agent: Gnus/5.110007 Emacs/23.0.0 (20070727) Fedora 7 (gnu/linux)

On 2007-08-06 15:20 +0100, Richard Stallman wrote:
>     Leo has reported some strange freezes related to buffer switching
>     with ido-mode enabled.
>
>     Here's the result of looking at the process when emacs hangs.
>     He's using Emacs 23.  
>
>     Anyone want to look into this?
>
> This is really strange.  Leo, can you try single-stepping by
> instructions?  The pc must be somewhere.

I don't know how to do this. But I have the following observation:


I have found that it is something to do with Gnus. It seems Gnus is
waiting for an external process to return and C-g cannot cancel it.

So I have to kill emacs by 'killall emacs' and subsequently found that
there were three processes of 'openssl', each took up 33% of the CPU.

I connect to imap and pop3 by ssl and the settings are:

(nnimap "example"
                (nnimap-server-address "imap.example.ac.uk")
                (nnimap-stream ssl))

(setq mail-sources
      '((pop :server "pop.gmail.com"
             :port 995
             :user "user"
             :password "password")))

Regards,
-- 
Leo <sdl.web AT gmail.com>                         (GPG Key: 9283AA3F)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]