From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.bugs Subject: Re: Bug in clone-indirect-buffer and clone-indirect-buffer-other-window Date: Sun, 22 Jan 2006 12:44:50 -0500 Message-ID: References: <20060117.125238.27535.43697@webmail05.nyc.untd.com> <87hd7x3xbm.fsf@jurta.org> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1137961880 4301 80.91.229.2 (22 Jan 2006 20:31:20 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 22 Jan 2006 20:31:20 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org, b.jc-emacs@netzero.com Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sun Jan 22 21:31:17 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 1F0lrl-0001oU-8l for geb-bug-gnu-emacs@m.gmane.org; Sun, 22 Jan 2006 21:31:13 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F0luM-0004KP-EC for geb-bug-gnu-emacs@m.gmane.org; Sun, 22 Jan 2006 15:33:54 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F0jMm-0002iU-R7 for bug-gnu-emacs@gnu.org; Sun, 22 Jan 2006 12:51:05 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F0jMj-0002gY-Fd for bug-gnu-emacs@gnu.org; Sun, 22 Jan 2006 12:51:01 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F0jMh-0002fI-Dc for bug-gnu-emacs@gnu.org; Sun, 22 Jan 2006 12:50:59 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1F0jRI-00029V-IV for bug-gnu-emacs@gnu.org; Sun, 22 Jan 2006 12:55:44 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1F0jGk-000698-TG; Sun, 22 Jan 2006 12:44:50 -0500 Original-To: Juri Linkov In-reply-to: <87hd7x3xbm.fsf@jurta.org> (message from Juri Linkov on Sun, 22 Jan 2006 02:45:01 +0200) 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:14736 Archived-At: The following patch also changes the prompt strings of `clone-buffer', `clone-indirect-buffer' and `clone-indirect-buffer-other-window'. (Note that the command `make-indirect-buffer' is already ok: it correctly uses the interactive specification string "BName of indirect buffer: " where the first character "B" is necessary. But all other commands construct a list of arguments instead of using the interactive specification string). Please install those patches.