From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: bug#5618: 23.1.91; shell-command-on-region unexpectedly erases buffer Date: Tue, 23 Feb 2010 13:08:37 -0500 Message-ID: References: <20100222094413.GC21836@tomas> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1266949419 28923 80.91.229.12 (23 Feb 2010 18:23:39 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 23 Feb 2010 18:23:39 +0000 (UTC) Cc: 5618@debbugs.gnu.org, rfrancoise@debian.org To: tomas@tuxteam.de Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Feb 23 19:23:35 2010 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1NjzPy-0000dN-GO for geb-bug-gnu-emacs@m.gmane.org; Tue, 23 Feb 2010 19:23:34 +0100 Original-Received: from localhost ([127.0.0.1]:43163 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NjzPv-0003wu-If for geb-bug-gnu-emacs@m.gmane.org; Tue, 23 Feb 2010 13:23:31 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NjzPf-0003s7-Q6 for bug-gnu-emacs@gnu.org; Tue, 23 Feb 2010 13:23:15 -0500 Original-Received: from [140.186.70.92] (port=39246 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NjzPc-0003rc-1x for bug-gnu-emacs@gnu.org; Tue, 23 Feb 2010 13:23:15 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NjzPa-00089a-2Q for bug-gnu-emacs@gnu.org; Tue, 23 Feb 2010 13:23:11 -0500 Original-Received: from debbugs.gnu.org ([140.186.70.43]:52756) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NjzPZ-00089J-NU for bug-gnu-emacs@gnu.org; Tue, 23 Feb 2010 13:23:09 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1NjzBu-0005QY-DK; Tue, 23 Feb 2010 13:09:02 -0500 X-Loop: bug-gnu-emacs@gnu.org In-Reply-To: <20100222094413.GC21836@tomas> Resent-From: Glenn Morris Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 23 Feb 2010 18:09:02 +0000 Resent-Message-ID: Resent-Sender: bug-gnu-emacs@gnu.org X-Emacs-PR-Message: followup 5618 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Original-Received: via spool by 5618-submit@debbugs.gnu.org id=B5618.126694852520849 (code B ref 5618); Tue, 23 Feb 2010 18:09:02 +0000 Original-Received: (at 5618) by debbugs.gnu.org; 23 Feb 2010 18:08:45 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NjzBc-0005QE-FG for submit@debbugs.gnu.org; Tue, 23 Feb 2010 13:08:44 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NjzBa-0005Q5-H2 for 5618@debbugs.gnu.org; Tue, 23 Feb 2010 13:08:42 -0500 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1NjzBV-0004pl-Tj; Tue, 23 Feb 2010 13:08:37 -0500 X-Spook: 64 Vauxhall Cross Ortega USDOJ Crowell kilo class SCUD X-Ran: OqfO"=v`9dqIz>&~6p~7w`5JUBL'bZ@=LSNL?6O!nM0cxZwp&o0yJ"o~Fz"H|5y9JTE)^h X-Hue: magenta X-Attribution: GM User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Tue, 23 Feb 2010 13:09:02 -0500 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: bug-gnu-emacs@gnu.org 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:35252 Archived-At: tomas@tuxteam.de wrote: > The whole content of the buffer gets replaced by output of > command. According to the doc, I'd expect the ouput to be inserted > before point. I guess this is a documentation bug, in the same way as was http://debbugs.gnu.org/4891 I'm not sure that the installed doc fix for that bug is actually correct. The suggestion in http://debbugs.gnu.org/4891#10 seems correct to me.