From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/28029 Path: main.gmane.org!not-for-mail From: wmperry@aventail.com (William M. Perry) Newsgroups: gmane.emacs.gnus.general Subject: Re: nnslashdot groups hang emacs! Date: Thu, 9 Dec 1999 16:14:54 -0800 Sender: owner-ding@hpc.uh.edu Message-ID: <199912100014.QAA27590@newman.aventail.com> References: <5bd7sfpw94.fsf@giga.cs.rochester.edu> Reply-To: wmperry@aventail.com NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035164947 27654 80.91.224.250 (21 Oct 2002 01:49:07 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:49:07 +0000 (UTC) Cc: Shenghuo ZHU , ding@gnus.org Return-Path: Original-Received: from bart.math.uh.edu (bart.math.uh.edu [129.7.128.48]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id TAA23133 for ; Thu, 9 Dec 1999 19:16:05 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by bart.math.uh.edu (8.9.1/8.9.1) with ESMTP id SAB25450; Thu, 9 Dec 1999 18:15:58 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 09 Dec 1999 18:15:32 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id SAA01024 for ; Thu, 9 Dec 1999 18:15:20 -0600 (CST) Original-Received: from newman.aventail.com (newman.aventail.com [216.207.80.1]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id TAA23118 for ; Thu, 9 Dec 1999 19:14:55 -0500 (EST) Original-Received: from leo.in.aventail.com (leo.in.aventail.com [192.168.1.136]) by newman.aventail.com (8.9.3/8.9.3) with ESMTP id QAA27590; Thu, 9 Dec 1999 16:14:54 -0800 Original-Received: from localhost.localdomain.aventail.com (LOCALHOST [192.168.100.75]) by leo.in.aventail.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2448.0) id YG2W1YPM; Thu, 9 Dec 1999 16:17:27 -0800 Original-To: dave-mlist@bfnet.com X-Face: O~Rn;(l][/-o1sALg4A@xpE:9-"'IR[%;,,!m7 dave> I see "contacting..." and "1k..." and then "Mark Set" and then > dave> nothing. When I try to Ctl-g out of it, nothing happens. My WS > dave> load average goes to 1. I have to kill emacs to get out. > > ZSH> I think it is because URL package is not sensitive to `C-g'. > > Is there any way to break out of it without killing emacs? Well, it is usually in a spin of (while ... (accept-process-output process 1)), and if that is not interruptible, it is a bug in emacs. This should be less of a problem since everything in the new package is asynch by default and doesn't do silly things like those asynch loops. -bp