[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Tramp with GUD broken on trunk?
From: |
Michael Albinus |
Subject: |
Re: Tramp with GUD broken on trunk? |
Date: |
Mon, 09 Jul 2007 13:20:39 +0200 |
User-agent: |
Gnus/5.1008 (Gnus v5.10.8) Emacs/21.3 (hpux) |
Nick Roberts <address@hidden> writes:
> Sure, I was just reporting a regression that I thought might not have been
> noticed. I don't understand the workings of TRAMP but if you can express what
> changes are needed to gud.el, I might be able to help
First of all, call-process and/or start-process must be replaced by
process-file and start-file-process, respectively.
Then I needed to adapt gud-find-file, gud-%s-find-file and
gud-%s-massage-args. I don't remember the details (I wrote it in
November 2005); you might check the code at
<http://cvs.savannah.gnu.org/viewvc/tramp/lisp/tramp-util.el?revision=2.44&root=tramp&view=markup>.
I fear the change is not trivial, although it might be simpler to
change inside the concerned gud functions. If you could apply a patch
I'ld really appreciate it because my todo list is rather long.
Best regards, Michael.
- Tramp with GUD broken on trunk?, Nick Roberts, 2007/07/09
- Re: Tramp with GUD broken on trunk?, Michael Albinus, 2007/07/09
- Re: Tramp with GUD broken on trunk?, Nick Roberts, 2007/07/09
- Re: Tramp with GUD broken on trunk?,
Michael Albinus <=
- Re: Tramp with GUD broken on trunk?, Nick Roberts, 2007/07/09
- Re: Tramp with GUD broken on trunk?, Michael Albinus, 2007/07/10
- Re: Tramp with GUD broken on trunk?, Stefan Monnier, 2007/07/10
- Re: Tramp with GUD broken on trunk?, Michael Albinus, 2007/07/10
- Re: Tramp with GUD broken on trunk?, Stefan Monnier, 2007/07/10
- Re: Tramp with GUD broken on trunk?, Michael Albinus, 2007/07/10
- Re: Tramp with GUD broken on trunk?, Stefan Monnier, 2007/07/10
- Re: Tramp with GUD broken on trunk?, Michael Albinus, 2007/07/10
- Re: Tramp with GUD broken on trunk?, Nick Roberts, 2007/07/10
- Re: Tramp with GUD broken on trunk?, Nick Roberts, 2007/07/10