From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.help Subject: Re: same-buffer-window-names Date: Wed, 03 Jun 2009 18:37:47 +0200 Message-ID: <4A26A6DB.7010107@gmx.at> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1244047112 27542 80.91.229.12 (3 Jun 2009 16:38:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 3 Jun 2009 16:38:32 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: sean.sieger@gmail.com Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jun 03 18:38:28 2009 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 1MBtTs-0000hq-UO for geh-help-gnu-emacs@m.gmane.org; Wed, 03 Jun 2009 18:38:25 +0200 Original-Received: from localhost ([127.0.0.1]:51310 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MBtTs-0002yI-0L for geh-help-gnu-emacs@m.gmane.org; Wed, 03 Jun 2009 12:38:24 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MBtTS-0002x3-MC for help-gnu-emacs@gnu.org; Wed, 03 Jun 2009 12:37:58 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MBtTN-0002vd-P1 for help-gnu-emacs@gnu.org; Wed, 03 Jun 2009 12:37:58 -0400 Original-Received: from [199.232.76.173] (port=50254 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MBtTN-0002vV-Ik for help-gnu-emacs@gnu.org; Wed, 03 Jun 2009 12:37:53 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]:48205) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1MBtTM-00011u-Uq for help-gnu-emacs@gnu.org; Wed, 03 Jun 2009 12:37:53 -0400 Original-Received: (qmail invoked by alias); 03 Jun 2009 16:37:49 -0000 Original-Received: from 62-47-51-17.adsl.highway.telekom.at (EHLO [62.47.51.17]) [62.47.51.17] by mail.gmx.net (mp046) with SMTP; 03 Jun 2009 18:37:49 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX1/LxK9TIG7LcM5mmlEfrs5GdiCug9ZBAq91iyiUim 0xTzkexnZjI/CM User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) Original-References: 87zlcp71j4.fsf@gmail.com X-Y-GMX-Trusted: 0 X-FuHaFi: 0.68 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:64928 Archived-At: > I have > > (nconc same-window-buffer-names '("*Buffer List*")) > > in my dotemacs, but I have noticed recently that from say *Calendar* > buffer ... hmm, can't think of the others, but there have been others, > that doing C-x C-b doesn't give me a single window and *Buffer List* in > it. (Shoot, I hope I used the right terminology thereby not obscuring > what I am trying to report.) Works as expected here with a build from 2009-05-31. So please give a recipe of what you expected to happen and what really happened, preferably using emacs -Q. Thank you, martin.