Gnus development mailing list
 help / color / mirror / Atom feed
From: Josh Huber <huber@alum.wpi.edu>
Subject: Re: article buffer still exists
Date: 06 Jun 2001 16:51:43 -0400	[thread overview]
Message-ID: <87u21tjpr4.fsf@mclinux.com> (raw)
In-Reply-To: <ulmn54pzd.fsf@gmx.net>

Frank Haun <pille3000@gmx.net> writes:

> Thank you, yes `kill-buffer' exist in emacs. But I've to verify if a
> buffer article exist. I think I can do it with an `if' statement.

> At the moment I'm learning lisp, but a pointer would help me. :-)

:)

try something like

(when (get-buffer artbuf)
      (kill-buffer artbuf))

-- 
Josh Huber


  reply	other threads:[~2001-06-06 20:51 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-06-04 20:22 Frank Haun
2001-06-04 20:45 ` Kai Großjohann
2001-06-05 15:15   ` Frank Haun
2001-06-04 21:58 ` Francisco Solsona
2001-06-05 15:20   ` Frank Haun
2001-06-05 19:00     ` Francisco Solsona
2001-06-06 14:55       ` Frank Haun
2001-06-06 20:51         ` Josh Huber [this message]
2001-06-06 22:37           ` Frank Haun
2001-06-07 10:38             ` Kai Großjohann
2001-06-07 15:44               ` Frank Haun

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=87u21tjpr4.fsf@mclinux.com \
    --to=huber@alum.wpi.edu \
    /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).