From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.help Subject: RE: how to get list of visible buffers of current frame Date: Thu, 13 Nov 2008 11:53:34 -0800 Message-ID: <000e01c945c9$84d870d0$c2b22382@us.oracle.com> References: <000d01c945c7$ac735da0$c2b22382@us.oracle.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1226606435 21399 80.91.229.12 (13 Nov 2008 20:00:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 13 Nov 2008 20:00:35 +0000 (UTC) To: "'Michal'" , "'emacs mailing list'" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Nov 13 21:01:37 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 1L0iNh-00084Q-0E for geh-help-gnu-emacs@m.gmane.org; Thu, 13 Nov 2008 21:01:33 +0100 Original-Received: from localhost ([127.0.0.1]:54553 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L0iMZ-0001fn-2G for geh-help-gnu-emacs@m.gmane.org; Thu, 13 Nov 2008 15:00:23 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L0iGA-0007UW-In for help-gnu-emacs@gnu.org; Thu, 13 Nov 2008 14:53:46 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L0iG8-0007TW-Q2 for help-gnu-emacs@gnu.org; Thu, 13 Nov 2008 14:53:46 -0500 Original-Received: from [199.232.76.173] (port=60559 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L0iG8-0007TP-ML for help-gnu-emacs@gnu.org; Thu, 13 Nov 2008 14:53:44 -0500 Original-Received: from acsinet12.oracle.com ([141.146.126.234]:33050) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1L0iG8-0000IH-6W for help-gnu-emacs@gnu.org; Thu, 13 Nov 2008 14:53:44 -0500 Original-Received: from rgminet15.oracle.com (rcsinet15.oracle.com [148.87.113.117]) by acsinet12.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id mADJrTub006201 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 13 Nov 2008 19:53:31 GMT Original-Received: from acsmt704.oracle.com (acsmt704.oracle.com [141.146.40.82]) by rgminet15.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id mADJreaX018337; Thu, 13 Nov 2008 19:53:41 GMT Original-Received: from dradamslap1 (/130.35.178.194) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Thu, 13 Nov 2008 19:53:35 +0000 X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <000d01c945c7$ac735da0$c2b22382@us.oracle.com> Thread-Index: AclFwxr14QOXz4OWQWmUWjMwOnkyNQAAGwSgAAFo/5A= X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3350 X-Source-IP: acsmt704.oracle.com [141.146.40.82] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A090204.491C85C1.010D:SCFSTAT928724,ss=1,fgs=0 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 1) 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:59760 Archived-At: I said: > `C-h f get-buffer-window' I should perhaps have mentioned using that to filter `buffer-list'. So you'll also want to do `C-h f buffer-list'. The same general comments about using the manual apply to finding `buffer-list'.