From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: storm@cua.dk (Kim F. Storm) Newsgroups: gmane.emacs.devel Subject: Re: problem with tramp and uuencode-decode Date: Fri, 05 Nov 2004 13:43:09 +0100 Message-ID: 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 1099658604 28483 80.91.229.6 (5 Nov 2004 12:43:24 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 5 Nov 2004 12:43:24 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Nov 05 13:43:12 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 1CQ3Qu-0001Dz-00 for ; Fri, 05 Nov 2004 13:43:12 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CQ3Z6-0007ws-LO for ged-emacs-devel@m.gmane.org; Fri, 05 Nov 2004 07:51:40 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CQ3Z0-0007wm-3A for emacs-devel@gnu.org; Fri, 05 Nov 2004 07:51:34 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CQ3Yz-0007wa-Mo for emacs-devel@gnu.org; Fri, 05 Nov 2004 07:51:33 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CQ3Yz-0007wX-Ht for emacs-devel@gnu.org; Fri, 05 Nov 2004 07:51:33 -0500 Original-Received: from [212.88.64.25] (helo=mail-relay.sonofon.dk) by monty-python.gnu.org with smtp (Exim 4.34) id 1CQ3Qh-0000HB-0S for emacs-devel@gnu.org; Fri, 05 Nov 2004 07:42:59 -0500 Original-Received: (qmail 16441 invoked from network); 5 Nov 2004 12:42:57 -0000 Original-Received: from unknown (HELO kfs-l.imdomain.dk.cua.dk) (213.83.150.2) by 0 with SMTP; 5 Nov 2004 12:42:57 -0000 Original-To: emacs-devel@gnu.org In-Reply-To: <20041105003700.GC1275@boetes.org> (Han Boetes's message of "Fri, 5 Nov 2004 01:36:38 +0059") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (gnu/linux) 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:29459 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:29459 Han Boetes writes: > I really start feeling like an emacs-hacker :-) A nice feeling indeed :-) > > I also cleaned up some trailing whitespace in the meanwhile. Please don't do this when submitting patches -- it makes it impossible to judge the size and effect of the patch. Since you haven't signed papers, we can only accept a few tiny patches from you. AFAICS, the only actual change was this Doc fix: -Many systems support `uudecode -o -' for this or `uudecode -p', but -some systems don't, and for them we have this shell function.") +Many systems support `uudecode -o /dev/stdout', but some systems +don't, and for them we have this shell function.") Is that correct? -- Kim F. Storm http://www.cua.dk