From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Phillip Lord Newsgroups: gmane.emacs.help Subject: Re: PCL-CVS:- strange messages in *cvs* buffer Date: 04 Dec 2002 14:37:55 +0000 Organization: BIOSCI/MRC Human Genome Mapping Project Resource Centre Sender: help-gnu-emacs-admin@gnu.org Message-ID: References: <5ln0nomdx0.fsf@rum.cs.yale.edu> <5l8yz7m8vq.fsf@rum.cs.yale.edu> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1039012866 9252 80.91.224.249 (4 Dec 2002 14:41:06 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 4 Dec 2002 14:41:06 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18JahU-0002M9-00 for ; Wed, 04 Dec 2002 15:40:32 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18Jai2-0004VT-00; Wed, 04 Dec 2002 09:41:06 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!newsfeed.icl.net!newsfeed.fjserv.net!news-lond.gip.net!news.gsl.net!gip.net!news.tele.dk!news.tele.dk!small.news.tele.dk!news100.image.dk!feed.news.nacamar.de!newsfeed01.sul.t-online.de!t-online.de!lnewspeer00.lnd.ops.eu.uu.net!emea.uu.net!server1.netnews.ja.net!pegasus.csx.cam.ac.uk!hgmp.mrc.ac.uk!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 28 Original-NNTP-Posting-Host: bromine.hgmp.mrc.ac.uk Original-X-Trace: niobium.hgmp.mrc.ac.uk 1039012676 9067 193.62.192.35 (4 Dec 2002 14:37:56 GMT) Original-X-Complaints-To: news@net.bio.net Original-NNTP-Posting-Date: Wed, 4 Dec 2002 14:37:56 +0000 (UTC) User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2.92 Original-Xref: shelby.stanford.edu gnu.emacs.help:107722 Original-To: help-gnu-emacs@gnu.org Errors-To: help-gnu-emacs-admin@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:4273 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:4273 >>>>> "Stefan" == "Stefan Monnier " writes: Stefan> ;; If process-connection-type is nil and the Stefan> ;; repository is accessed via SSH, a bad Stefan> ;; interaction between libc, CVS and SSH can Stefan> ;; lead to garbled output. It might be a Stefan> ;; glibc-specific problem. Until the problem Stefan> ;; is cleared, we'll use a pty rather Stefan> than Stefan> ;; a pipe. (process-connection-type nil) ; Use Stefan> ;; a pipe, not a Stefan> pty. Stefan> PS: yes, the problem only happens if the output is a pipe Stefan> rather than a pty. Stefan> it's all due to incompatible buffering settings. Okay, so I've tried this, and it does seem to eliminate the problem. Thanks very much for your help! Cheers Phil