[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: address@hidden tramp-devel subscription notification
From: |
Douglas Gray Stephens |
Subject: |
Re: address@hidden tramp-devel subscription notification |
Date: |
Thu, 04 Jul 2002 12:21:09 +0100 |
At 09:36 (GMT+0200) on 4-July-2002, Kai Großjohann wrote:
> Tramp is now hosted on Savannah (savannah.gnu.org), and so the
> mailing list has moved, too. Do you want to subscribe to the mailing
> list on Savannah?
Yes please.
You may want to update
http://tramp.sourceforge.net/
as to points to the old list. The archive
http://www.mail-archive.com/address@hidden/
includes several messages about the move, but the last one
http://www.mail-archive.com/address@hidden/msg02808.html
says
Each of you should have received the "First SourceForge message" a
few seconds ago. If not, please holler: I probably forgot to
subscribe you. Subscribing you was not automatic.
Us new users are left wondering where to go:-(.
Further to my message yesterday about using Tramp with NT-emacs and
plink, I said that I had to strip out the status from the file
passed to base64-decode. Today I had a problem with saving a file,
and file-name-all-completions, which was returning //// in the list of
files. I think there is something odd with the echoing, as the trace
buffer has two sets of line endings tramp-end-of-output, so that in
tramp-wait-for-output
where 2 lines are deleted, I needed to change that to 4 (i.e.
(when found
(goto-char (point-max))
;; Thu 04-Jul-2002; Douglas Gray Stephens
;; For Windows, prompt is repeated twice so delete 4 lines
;; (forward-line -2)
(forward-line -4)
;; end of dgs change
(delete-region (point) (point-max)))
). This solved the base64 decode issue.
Let me know if you need more information on my set up, or would like
more debugging doen to improve the support of Tramp on NT emacs.
Will my posting
From: Douglas Gray Stephens <address@hidden>
To: address@hidden
CC: address@hidden
Subject: Tramp and NT-Emacs with plink
Date: Wed, 3 Jul 2002 19:10:25 +0100
or should I repost it once I'm on the new list?
Thanks,
Douglas.
>
> kai
> --
> A large number of young women don't trust men with beards. (BFBS Radio)
>
>
> Return-path: <address@hidden>
> Received: from lothlorien.cs.uni-dortmund.de (lothlorien [129.217.19.67])
> by lugburz.cs.uni-dortmund.de (8.8.8+Sun/8.8.8) with ESMTP id XAA00424
> for
> <address@hidden>; Wed,
> 3 Jul 2002 23:14:10 +0200 (MET DST)
> Received: from waldorf.cs.uni-dortmund.de (waldorf [129.217.4.42])
> by lothlorien.cs.uni-dortmund.de id XAA23796; Wed,
> 3 Jul 2002 23:14:09 +0200 (MET DST)
> Received: from usw-sf-list1.sourceforge.net
> (usw-sf-fw2.sourceforge.net [216.136.171.252])
> by waldorf.cs.uni-dortmund.de with ESMTP id g63LE9b01165 for
> <address@hidden>; Wed, 3 Jul 2002 23:14:09 +0200 (MES)
> Received: from usw-sf-list2-b.sourceforge.net
> ([10.3.1.14] helo=usw-sf-list2.sourceforge.net)
> by usw-sf-list1.sourceforge.net with esmtp (Cipher
> TLSv1:DES-CBC3-SHA:168)
> (Exim 3.31-VA-mm2 #1 (Debian))
> id 17PrRw-0001Yk-00 for <address@hidden>; Wed,
> 03 Jul 2002 14:14:08 -0700
> Received: from usw-sf-list1-b.sourceforge.net
> ([10.3.1.13] helo=usw-sf-list1.sourceforge.net)
> by usw-sf-list2.sourceforge.net with esmtp (Exim 3.31-VA-mm2 #1
> (Debian))
> id 17PrRv-0005h6-00 for <address@hidden>; Wed,
> 03 Jul 2002 14:14:07 -0700
> Date: Wed, 03 Jul 2002 14:14:07 -0700
> From: address@hidden
> Subject: tramp-devel subscription notification
> Sender: address@hidden
> To: address@hidden
> Errors-to: address@hidden
> Message-id: <address@hidden>
> MIME-version: 1.0
> Precedence: bulk
> X-BeenThere: address@hidden
> X-Sieve: cmu-sieve 1.3
> X-Ack: no
> X-Mailman-Version: 2.0.9-sf.net
> List-Post: <mailto:address@hidden>
> List-Subscribe: <https://lists.sourceforge.net/lists/listinfo/tramp-devel>,
> <mailto:address@hidden>
> List-Unsubscribe: <https://lists.sourceforge.net/lists/listinfo/tramp-devel>,
> <mailto:address@hidden>
> List-Archive: <http://www.geocrawler.com/redir-sf.php3?list=tramp-devel>
> List-Help: <mailto:address@hidden>
> List-Id: <tramp-devel.lists.sourceforge.net>
>
> address@hidden has been successfully subscribed to tramp-devel.
>
>
--
================================
Dr. Douglas GRAY STEPHENS
Technical Architect (Directories)
Schlumberger Cambridge Research
High Cross,
Madingley Road,
Cambridge.
CB3 0EL
ENGLAND
Phone +44 1223 325295
Mobile +44 773 0051628
Fax +44 1223 311830
Email address@hidden
================================
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: address@hidden tramp-devel subscription notification,
Douglas Gray Stephens <=