From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Steve Kemp Newsgroups: gmane.emacs.devel Subject: Re: Small Perl job for Tramp: base64 encoding/decoding Date: Sat, 27 Jul 2002 21:43:00 +0100 Sender: emacs-devel-admin@gnu.org Message-ID: <20020727214300.A18971@tardis.ed.ac.uk> References: <20020727175939.A18103@tardis.ed.ac.uk> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1027802635 28636 127.0.0.1 (27 Jul 2002 20:43:55 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 27 Jul 2002 20:43:55 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17YYPq-0007Rl-00 for ; Sat, 27 Jul 2002 22:43:54 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17YYgG-0007nO-00 for ; Sat, 27 Jul 2002 23:00:53 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17YYQB-0004Fm-00; Sat, 27 Jul 2002 16:44:15 -0400 Original-Received: from master.tardis.ed.ac.uk ([193.62.81.6]) by fencepost.gnu.org with smtp (Exim 3.35 #1 (Debian)) id 17YYP3-00040F-00 for ; Sat, 27 Jul 2002 16:43:05 -0400 Original-Received: from davros.tardis.ed.ac.uk (davros.tardis.ed.ac.uk [193.62.81.4]) by master.tardis.ed.ac.uk (Postfix) with ESMTP id C81B72F8AA; Sat, 27 Jul 2002 21:43:00 +0100 (BST) Original-Received: by davros.tardis.ed.ac.uk (Postfix, from userid 16012) id 9D335C149; Sat, 27 Jul 2002 21:43:00 +0100 (BST) Original-To: =?iso-8859-1?Q?Kai__Gro=DFjohann?= Mail-Followup-To: Steve Kemp , =?iso-8859-1?Q?Kai__Gro=DFjohann?= , emacs-devel@gnu.org Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from Kai.Grossjohann@CS.Uni-Dortmund.DE on Sat, Jul 27, 2002 at 10:38:29PM +0200 Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:6098 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:6098 On Sat, Jul 27, 2002 at 10:38:29PM +0200, Kai Großjohann wrote: > Or are you suggesting that I incorporate the code found there in > Tramp? Then the copyright would have to be assigned. [time passes] > Oh, the whole file is only 15 lines. So what do I do? > > Ah, it's not so difficult to write the encoders and decoders in > Perl. Now I have to figure out how to integrate those in Tramp. Sorry to be less clear - I was suggesting that you study the code there as it is very small and should be straightforward to understand. (On my system I also have a uuencode script in the same location) I've just about to head to work now - but I'll mail you a small encode + decode script tommorow if you've not received one by then. Steve --- www.steve.org.uk