From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Jacobson Newsgroups: gmane.emacs.bugs Subject: shell-command-on-region fooled by long lines Date: Wed, 01 Feb 2006 08:23:04 +0800 Message-ID: <87mzhchqqf.fsf@jidanni.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1138763162 29989 80.91.229.2 (1 Feb 2006 03:06:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 1 Feb 2006 03:06:02 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Feb 01 04:06:00 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 1F48Jj-0006eD-Sv for geb-bug-gnu-emacs@m.gmane.org; Wed, 01 Feb 2006 04:06:00 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F48Mm-0005FK-C5 for geb-bug-gnu-emacs@m.gmane.org; Tue, 31 Jan 2006 22:09:08 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F48Mk-0005FE-Vl for bug-gnu-emacs@gnu.org; Tue, 31 Jan 2006 22:09:07 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F48Mh-0005Eu-DC for bug-gnu-emacs@gnu.org; Tue, 31 Jan 2006 22:09:06 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F48Mh-0005Er-A8 for bug-gnu-emacs@gnu.org; Tue, 31 Jan 2006 22:09:03 -0500 Original-Received: from [204.74.68.40] (helo=frodo.hserus.net) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1F48LH-0008QW-Ib for bug-gnu-emacs@gnu.org; Tue, 31 Jan 2006 22:07:35 -0500 Original-Received: from tc218-187-20-96.dialup.dynamic.apol.com.tw ([218.187.20.96]:3933 helo=jidanni1) by frodo.hserus.net with esmtpsa (Cipher TLSv1:AES256-SHA:256) (Exim 4.60 #0) id 1F48Jb-000Gwn-0O by authid with plain for ; Wed, 01 Feb 2006 08:35:51 +0530 Original-To: bug-gnu-emacs@gnu.org 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:14763 Archived-At: shell-command-on-region on this: perl -le 'for(1..6){print $_ x 111}' mistakenly thinks it is showing all the output in the minibuffer, so it doesn't create new a new buffer for the output, when in fact it gets fooled by the wrapped lines. Adjust the 6 and 111 for your screen if you don't see the effect. I was using Emacs.geometry: 81x35+-6+. emacs-version"21.4.1"