Gnus development mailing list
 help / color / mirror / Atom feed
From: dme@dme.org
Subject: Re: How do I interrupt attachment downloading over imap?
Date: Wed, 30 Oct 2002 12:40:25 +0000	[thread overview]
Message-ID: <m2znswayme.fsf@chocolate-chip-cookie.UK.Sun.COM> (raw)
In-Reply-To: <ubs5curb1.fsf@axis.com>

* 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)





  parent reply	other threads:[~2002-10-30 12:40 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-10-23  9:30 Niklas Morberg
2002-10-23 13:57 ` Wes Hardaker
2002-10-23 21:11   ` Simon Josefsson
2002-10-30  7:34     ` Niklas Morberg
2002-10-30 10:17       ` Kai Großjohann
2002-10-30 10:58         ` Niklas Morberg
2002-10-30 11:20           ` Kai Großjohann
2002-10-30 12:40           ` dme [this message]
2002-10-30 14:44             ` Niklas Morberg
2002-10-23 21:09 ` Simon Josefsson

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=m2znswayme.fsf@chocolate-chip-cookie.UK.Sun.COM \
    --to=dme@dme.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).