* tramp recursive load
@ 2012-04-01 13:06 David Rosenthal
2012-04-01 19:56 ` Michael Albinus
0 siblings, 1 reply; 2+ messages in thread
From: David Rosenthal @ 2012-04-01 13:06 UTC (permalink / raw)
To: help-gnu-emacs
[-- Attachment #1.1: Type: text/plain, Size: 1540 bytes --]
There is some discussion of this problem in May 2011, but it wasn't helpful
to me.
I'm trying to use emacs, running on a Windows machine to edit files on a
remote Linux machine, using tramp. Using v. 23.1.1 from my laptop, which
has Windows 7 professional 32 bit, everything is fine.
Using 23.1.1 or other recent emacs versions from a virtual Windows 7
Enterprise (SP 1) 32 bit machine, I get the "recursive load" error.
The command I'm trying to run is /plink:<user>@<ip-address><:/home/<user>,
which should get me into dired on the remote machine.
It looks as though requiring tramp loads tramp.el, which in turn requires
tramp-cmds, which in turn requires tramp. I'm guessing the fact that
tramp-cmds is loaded by eval-after-load is supposed to make this work out
right, but something goes wrong.
I also get the problem on 23.4, and there isn't a later version for Windows.
I've also tried lots of other variants, to no avail.
I have no idea why Windows 7 Pro 32 doesn't have the problem, but Windows 7
Enterprise 32 does.
I don't think this is a plink problem.
I've also tried requiring 'tramp in my .emacs file, and manually loading
tramp or tramp-cmds. On occasion, I've gotten it to work (even on Windows
Enterprise) but then I can't reproduce it. I'd be happy with a work-around,
even if I have to do some rigmarole when I start emacs.
David Rosenthal
COO, Principal
139 Billerica Rd. EB1
Chelmsford, MA 01824
Cell: 781 354-0390
<http://www.iq-associates.com/> www.IQ-Associates.com
[-- Attachment #1.2: Type: text/html, Size: 8114 bytes --]
[-- Attachment #2: image001.jpg --]
[-- Type: image/jpeg, Size: 4486 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: tramp recursive load
2012-04-01 13:06 tramp recursive load David Rosenthal
@ 2012-04-01 19:56 ` Michael Albinus
0 siblings, 0 replies; 2+ messages in thread
From: Michael Albinus @ 2012-04-01 19:56 UTC (permalink / raw)
To: david; +Cc: help-gnu-emacs
"David Rosenthal" <david@iq-associates.com> writes:
> I’m trying to use emacs, running on a Windows machine to edit files on
> a remote Linux machine, using tramp. Using v. 23.1.1 from my laptop,
> which has Windows 7 professional 32 bit, everything is fine.
>
> Using 23.1.1 or other recent emacs versions from a virtual Windows 7
> Enterprise (SP 1) 32 bit machine, I get the “recursive load” error.
I'm sorry that you are plagued with this problem. In the upcoming Emacs
24, this problem ought to be solved. If you do not want to jump to that
pretest version, you might consider downloading the recent Tramp 2.2.4.
> I’ve also tried requiring ‘tramp in my .emacs file, and manually
> loading tramp or tramp-cmds. On occasion, I’ve gotten it to work
> (even on Windows Enterprise) but then I can’t reproduce it. I’d be
> happy with a work-around, even if I have to do some rigmarole when I
> start emacs.
What Tramp related settings do you use? For me, a simple
(require 'tramp)
did the job.
> David Rosenthal
Best regards, Michael.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-04-01 19:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-01 13:06 tramp recursive load David Rosenthal
2012-04-01 19:56 ` Michael Albinus
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.