Gnus development mailing list
 help / color / mirror / Atom feed
From: Katsumi Yamaoka <yamaoka@jpl.org>
Subject: Re: nnrss often hangs recent CVS Emacs
Date: Tue, 11 Jan 2005 15:21:30 +0900	[thread overview]
Message-ID: <b9yr7ksv639.fsf@jpl.org> (raw)
In-Reply-To: <87hdlpcc6r.fsf@mid.packer.its.vanderbilt.edu>

[-- Attachment #1: Type: text/plain, Size: 865 bytes --]

>> "Andrew A. Raines" <aaraines@pobox.com> writes:
>>
>>> nnrss, however, works intermittently.  Often when updating a group,
>>> Emacs will hang indefinitely.

> Adam Duck <duck@informatik.uni-frankfurt.de> writes:

>> I have a strange problem, too: whenever I make multiple
>> rss-feeds update and make emacs lose its focus, emacs
>> will stay hogging all CPU time.

>>>>> In <87hdlpcc6r.fsf@mid.packer.its.vanderbilt.edu> Andrew A. Raines wrote:

> Yes, this happens to me too.  Any updating of nnrss groups
> only works 10% of the time.  However, when it fails and I
> hit C-g to regain control, if I immediately try an update
> it will generally work.

I found the way to reproduce the problem.  It is `g', not `M-g'.
I'm not sure but it may occur only when using the http proxy.  I
also found the way to fix it; it is to apply the following patch
to url.el.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Type: text/x-patch, Size: 334 bytes --]

--- url.el~	2004-11-21 22:23:54 +0000
+++ url.el	2005-01-11 06:18:59 +0000
@@ -187,7 +187,7 @@
 	;; However, raman claims that it blocks Emacs with Emacspeak
 	;; for unexplained reasons.  Put back for his benefit until
 	;; someone can understand it.
-	;; (sleep-for 0.1)
+	(sleep-for 0.1)
 	(sit-for 0.1))
       asynch-buffer)))
 

[-- Attachment #3: Type: text/plain, Size: 454 bytes --]


However, there is the unknown reason that we cannot use it in
Emacs globally.  See the comment in the url-retrieve-synchronously
function definition.

Another solution is not to use the url ELisp package.  To do
that, use the following:

(setq mm-url-use-external t)

And Gnus comes to use the wget command instead of the url ELisp
package.  Where wget is normally the default value for the
mm-url-program variable.  You can alter it to w3m, lynx, etc.

  reply	other threads:[~2005-01-11  6:21 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-01-07 16:31 Andrew A. Raines
2005-01-07 17:07 ` Mark Plaksin
2005-01-07 22:37 ` Adam Duck
2005-01-08 21:39   ` Dan Christensen
2005-01-10 19:32   ` Andrew A. Raines
2005-01-11  6:21     ` Katsumi Yamaoka [this message]
2005-01-11 15:47       ` Adam Duck
2005-01-12 11:31         ` Katsumi Yamaoka
2005-01-11 17:00       ` Andrew A. Raines

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=b9yr7ksv639.fsf@jpl.org \
    --to=yamaoka@jpl.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).