From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: Unwanted ^M in the output from shell-command-on-region Date: Wed, 17 May 2006 08:14:24 +0200 Message-ID: <446ABF40.7040202@student.lu.se> References: <446A3101.5020007@student.lu.se> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1147846491 17256 80.91.229.2 (17 May 2006 06:14:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 17 May 2006 06:14:51 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed May 17 08:14:49 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FgFJ2-0003Pg-S7 for ged-emacs-devel@m.gmane.org; Wed, 17 May 2006 08:14:49 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FgFJ2-00087s-DW for ged-emacs-devel@m.gmane.org; Wed, 17 May 2006 02:14:48 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FgFIn-00085B-VB for emacs-devel@gnu.org; Wed, 17 May 2006 02:14:33 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FgFIn-00083Z-1M for emacs-devel@gnu.org; Wed, 17 May 2006 02:14:33 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FgFIm-00083G-OV for emacs-devel@gnu.org; Wed, 17 May 2006 02:14:32 -0400 Original-Received: from [81.228.8.83] (helo=pne-smtpout1-sn2.hy.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FgFLa-0001yg-5T for emacs-devel@gnu.org; Wed, 17 May 2006 02:17:26 -0400 Original-Received: from [192.168.123.121] (83.249.218.244) by pne-smtpout1-sn2.hy.skanova.net (7.2.072.1) id 4469AC9000037324; Wed, 17 May 2006 08:14:25 +0200 User-Agent: Thunderbird 1.5.0.2 (Windows/20060308) Original-To: Kenichi Handa In-Reply-To: X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:54621 Archived-At: Kenichi Handa wrote: > As you see, the output contains \r\r\n sequence. But, > undecided-dos docodes only the \r\n sequnce into \n. That's > why you see the remaining \r. > > So, it seems that it is the problem of Tidy.exe. > Thanks Handa, I did not think of that at all. It is a bit hard to imagine how that error emerged. However there is already a bug report on this and I hope it will be solved: http://sourceforge.net/tracker/index.php?func=detail&aid=1425219&group_id=27659&atid=390963