From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Matt Price Newsgroups: gmane.emacs.help Subject: Re: check to see if a buffer with a certain name exists? Date: Fri, 14 Nov 2008 10:38:39 -0500 Organization: History Department, University of Toronto Message-ID: <1226677119.4606.41.camel@localhost> References: <1226590775.8767.2137.camel@localhost> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1226677271 31052 80.91.229.12 (14 Nov 2008 15:41:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 14 Nov 2008 15:41:11 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Nikolaj Schumacher Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Nov 14 16:42:12 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1L10o0-0004cm-2J for geh-help-gnu-emacs@m.gmane.org; Fri, 14 Nov 2008 16:41:56 +0100 Original-Received: from localhost ([127.0.0.1]:39095 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L10mr-0005av-I4 for geh-help-gnu-emacs@m.gmane.org; Fri, 14 Nov 2008 10:40:45 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L10kx-0004zm-FD for help-gnu-emacs@gnu.org; Fri, 14 Nov 2008 10:38:47 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L10kw-0004zQ-0w for help-gnu-emacs@gnu.org; Fri, 14 Nov 2008 10:38:47 -0500 Original-Received: from [199.232.76.173] (port=41426 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L10kv-0004zN-S2 for help-gnu-emacs@gnu.org; Fri, 14 Nov 2008 10:38:45 -0500 Original-Received: from bureau60.ns.utoronto.ca ([128.100.132.147]:38354) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1L10kv-0004o3-VR for help-gnu-emacs@gnu.org; Fri, 14 Nov 2008 10:38:46 -0500 Original-Received: from anarres.mercey.org (CPE001d7e1d5798-CM0014f8cd1c4c.cpe.net.cable.rogers.com [173.32.83.31]) (authenticated bits=0) by bureau60.ns.utoronto.ca (8.13.8/8.13.8) with ESMTP id mAEFcg2p025992 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 14 Nov 2008 10:38:43 -0500 Original-Received: by anarres.mercey.org (Postfix, from userid 1000) id C117D120352; Fri, 14 Nov 2008 10:38:40 -0500 (EST) In-Reply-To: X-Mailer: Evolution 2.24.1 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:59794 Archived-At: On Thu, 2008-11-13 at 20:50 +0100, Nikolaj Schumacher wrote: > (member "*scratch*" (mapcar 'buffer-name (buffer-list))) wow, i really like the Awesome LISP Way (TM). thanks for the debugging help... matt -- Matt Price matt.price@utoronto.ca