From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: Re: Bug in clone-indirect-buffer and clone-indirect-buffer-other-window Date: Wed, 18 Jan 2006 20:56:05 +0200 Message-ID: References: <20060117.125238.27535.43697@webmail05.nyc.untd.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1137620347 10291 80.91.229.2 (18 Jan 2006 21:39:07 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 18 Jan 2006 21:39:07 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Jan 18 22:39:06 2006 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EzL1E-0002ym-GV for geb-bug-gnu-emacs@m.gmane.org; Wed, 18 Jan 2006 22:39:04 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EzKqd-0003t3-MF for geb-bug-gnu-emacs@m.gmane.org; Wed, 18 Jan 2006 16:28:07 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EzIe4-0005me-Ea for bug-gnu-emacs@gnu.org; Wed, 18 Jan 2006 14:07:00 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EzIYG-0003R7-Cd for bug-gnu-emacs@gnu.org; Wed, 18 Jan 2006 14:01:01 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EzIVx-0002be-Gw for bug-gnu-emacs@gnu.org; Wed, 18 Jan 2006 13:58:37 -0500 Original-Received: from [192.114.186.66] (helo=romy.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EzIZq-0007hj-Op for bug-gnu-emacs@gnu.org; Wed, 18 Jan 2006 14:02:39 -0500 Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-21-9.inter.net.il [80.230.21.9]) by romy.inter.net.il (MOS 3.7.3-GA) with ESMTP id DJX46902 (AUTH halo1); Wed, 18 Jan 2006 20:56:02 +0200 (IST) Original-To: "Jay Bingham" In-reply-to: <20060117.125238.27535.43697@webmail05.nyc.untd.com> (b.jc-emacs@netzero.com) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:14724 Archived-At: > From: "Jay Bingham" > Date: Tue, 17 Jan 2006 20:52:02 GMT > > The first discrepancy is that when these commands are executed the `' is not prefixed to the buffer name it is suffixed to the buffer name, that is it comes after the name of the buffer not before it. Either the info page is incorrect or the code is incorrect. Thank you for your report. The manual distributed with Emacs 21.1 was incorrect: is the suffix. In the current development sources, this is already fixed.