From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/47478 Path: main.gmane.org!not-for-mail From: dme@dme.org Newsgroups: gmane.emacs.gnus.general Subject: Re: How do I interrupt attachment downloading over imap? Date: Wed, 30 Oct 2002 12:40:25 +0000 Organization: none Sender: owner-ding@hpc.uh.edu Message-ID: References: <84k7k06xj7.fsf@crybaby.uni-duisburg.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035981633 17050 80.91.224.249 (30 Oct 2002 12:40:33 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 30 Oct 2002 12:40:33 +0000 (UTC) Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 186s9A-0004Qr-00 for ; Wed, 30 Oct 2002 13:40:32 +0100 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 186s9Y-0003tF-00; Wed, 30 Oct 2002 06:40:56 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 30 Oct 2002 06:41:41 -0600 (CST) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id GAA14011 for ; Wed, 30 Oct 2002 06:41:20 -0600 (CST) Original-Received: (qmail 10797 invoked by alias); 30 Oct 2002 12:40:30 -0000 Original-Received: (qmail 10792 invoked from network); 30 Oct 2002 12:40:30 -0000 Original-Received: from main.gmane.org (80.91.224.249) by gnus.org with SMTP; 30 Oct 2002 12:40:30 -0000 Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 186s7q-0004Ne-00 for ; Wed, 30 Oct 2002 13:39:10 +0100 Original-To: ding@gnus.org X-Injected-Via-Gmane: http://gmane.org/ Original-Received: from news by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 186s7p-0004NU-00 for ; Wed, 30 Oct 2002 13:39:09 +0100 Original-Path: not-for-mail Original-Lines: 17 Original-NNTP-Posting-Host: host217-37-28-201.in-addr.btopenworld.com Original-X-Trace: main.gmane.org 1035981549 16307 217.37.28.201 (30 Oct 2002 12:39:09 GMT) Original-X-Complaints-To: usenet@main.gmane.org Original-NNTP-Posting-Date: Wed, 30 Oct 2002 12:39:09 +0000 (UTC) User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.3.50 (powerpc-apple-darwin6.1) Cancel-Lock: sha1:J9OLs8tjGRMxIvem8W1daq+Oo3M= Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:47478 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:47478 * niklas.morberg@axis.com [2002-10-30 10:58:10] > Nope, the buffer is not here. I use iswitchb, so starting > spaces should not affect finding the buffer with typing only > "imap", right? I only find the *imap-log* buffer when doing > this here... The default configuration of iswitchb is to ignore buffers that begin with space: (defcustom iswitchb-buffer-ignore '("^ ") "*List of regexps or functions matching buffer names to ignore. For example, traditional behavior is not to list buffers whose names begin with a space, for which the regexp is `^ '. See the source file for example functions that filter buffernames." :type '(repeat regexp) :group 'iswitchb)