From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kai Grossjohann Newsgroups: gmane.emacs.devel Subject: Re: problem with tramp and uuencode-decode Date: Fri, 05 Nov 2004 15:52:55 +0100 Message-ID: <86fz3oqreg.fsf@ketchup.de.uu.net> References: <20041104153107.GA1251@boetes.org> <20041104204711.GB1275@boetes.org> <20041105003700.GC1275@boetes.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1099662841 8872 80.91.229.6 (5 Nov 2004 13:54:01 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 5 Nov 2004 13:54:01 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Nov 05 14:53:49 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CQ4XF-0006fg-00 for ; Fri, 05 Nov 2004 14:53:49 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CQ4fQ-0006rA-U5 for ged-emacs-devel@m.gmane.org; Fri, 05 Nov 2004 09:02:16 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CQ4fG-0006pR-79 for emacs-devel@gnu.org; Fri, 05 Nov 2004 09:02:06 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CQ4fF-0006oz-MD for emacs-devel@gnu.org; Fri, 05 Nov 2004 09:02:05 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CQ4fF-0006ou-GU for emacs-devel@gnu.org; Fri, 05 Nov 2004 09:02:05 -0500 Original-Received: from [80.91.229.2] (helo=main.gmane.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CQ4Wj-0006jd-Op for emacs-devel@gnu.org; Fri, 05 Nov 2004 08:53:17 -0500 Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1CQ4Wh-00046r-00 for ; Fri, 05 Nov 2004 14:53:15 +0100 Original-Received: from ketchup.de.uu.net ([139.4.38.244]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 05 Nov 2004 14:53:15 +0100 Original-Received: from kai by ketchup.de.uu.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 05 Nov 2004 14:53:15 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Lines: 15 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: ketchup.de.uu.net User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:5Bt3VAI900H+v/BQt+/Yj/50o70= 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: main.gmane.org gmane.emacs.devel:29460 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:29460 Han Boetes writes: > Please apply this patch: [using "-o /dev/stdout" instead of "-o -" > because of Posix compliance] I suggest not to replace "-o -" with "-o /dev/stdout". Instead, add another entry in the list so that "-o /dev/stdout" is tried first, then "-o -". It is important for Tramp to work with as many remote systems as possible, even non-Posix ones. There are users who wish to access AIX and IRIX systems, and these are very different from what you are accustomed to. Kai