all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Two tramp questions
@ 2007-10-24 14:58 henry atting
  2007-10-24 15:23 ` Joel J. Adamson
  2007-10-24 20:02 ` Peter Dyballa
  0 siblings, 2 replies; 6+ messages in thread
From: henry atting @ 2007-10-24 14:58 UTC (permalink / raw)
  To: help-gnu-emacs

Hi,

I use tramp to edit remote or root files. Although I've read
tramp works well with ido-mode I don't understand it. If ido (or
icicles) is enabled the moment I start typing '/ssh:...'  into
the the minibuffer a tramp process is started and dies right
away. No problem if both are disabled. Usually I simply evaluate
a form like this in a buffer (find-file
"/ssh:user@remote:/home/user") which spares me to disable/enable
both modes.

Another question: How can I start tramps ssh with X forwarding
(with the -X option)?


henry

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Two tramp questions
  2007-10-24 14:58 henry atting
@ 2007-10-24 15:23 ` Joel J. Adamson
  2007-10-24 18:05   ` Drew Adams
  2007-10-24 20:02 ` Peter Dyballa
  1 sibling, 1 reply; 6+ messages in thread
From: Joel J. Adamson @ 2007-10-24 15:23 UTC (permalink / raw)
  To: help-gnu-emacs

henry atting <henry@literaturlatenight.de> writes:

> Hi,
>
> I use tramp to edit remote or root files. Although I've read
> tramp works well with ido-mode I don't understand it. If ido (or
> icicles) is enabled the moment I start typing '/ssh:...'  into
> the the minibuffer a tramp process is started and dies right
> away.

This is why I started using iswitchb mode instead.  The processes
wouldn't die, on the other hand they would be going and tie up the
entire Emacs session.  That was worse ;)  iswitchb-mode works really
well: it does not enforce completion in situations like this, only on
buffers.  I found the file-finding of icicles and ido-mode to just
slow me down.

Joel

-- 
Joel J. Adamson
Biostatistician
Pediatric Psychopharmacology Research Unit
Massachusetts General Hospital
Boston, MA  02114
(617) 643-1432
(303) 880-3109

^ permalink raw reply	[flat|nested] 6+ messages in thread

* RE: Two tramp questions
  2007-10-24 15:23 ` Joel J. Adamson
@ 2007-10-24 18:05   ` Drew Adams
  0 siblings, 0 replies; 6+ messages in thread
From: Drew Adams @ 2007-10-24 18:05 UTC (permalink / raw)
  To: Joel J. Adamson, help-gnu-emacs

> > I use tramp to edit remote or root files. Although I've read
> > tramp works well with ido-mode I don't understand it. If ido (or
> > icicles) is enabled the moment I start typing '/ssh:...'  into
> > the the minibuffer a tramp process is started and dies right
> > away.
>
> This is why I started using iswitchb mode instead.  The processes
> wouldn't die, on the other hand they would be going and tie up the
> entire Emacs session.  That was worse ;)  iswitchb-mode works really
> well: it does not enforce completion in situations like this, only on
> buffers.  I found the file-finding of icicles and ido-mode to just
> slow me down.

In response to a specific bug report, the Tramp developer (Michael Albinus)
and I recently worked on making Tramp and Icicles play well together. Ido
also has a good deal of code that tries to make it get along well with
Tramp.

It is always better to report a specific bug than to ignore a problem you
encounter. Even if you don't really care whether something works, others
might benefit from reporting the problem. Please try the latest version of
Icicles and let me know if you encounter a problem with Tramp. Thx.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Two tramp questions
       [not found] <mailman.2516.1193249272.18990.help-gnu-emacs@gnu.org>
@ 2007-10-24 18:44 ` henry atting
  2007-10-24 20:53   ` Drew Adams
  0 siblings, 1 reply; 6+ messages in thread
From: henry atting @ 2007-10-24 18:44 UTC (permalink / raw)
  To: help-gnu-emacs

"Drew Adams" <drew.adams@oracle.com> writes:

>> > I use tramp to edit remote or root files. Although I've read
>> > tramp works well with ido-mode I don't understand it. If ido (or
>> > icicles) is enabled the moment I start typing '/ssh:...'  into
>> > the the minibuffer a tramp process is started and dies right
>> > away.
>>
>> This is why I started using iswitchb mode instead.  The processes
>> wouldn't die, on the other hand they would be going and tie up the
>> entire Emacs session.  That was worse ;)  iswitchb-mode works really
>> well: it does not enforce completion in situations like this, only on
>> buffers.  I found the file-finding of icicles and ido-mode to just
>> slow me down.
>
> In response to a specific bug report, the Tramp developer (Michael Albinus)
> and I recently worked on making Tramp and Icicles play well together. Ido
> also has a good deal of code that tries to make it get along well with
> Tramp.
>
> It is always better to report a specific bug than to ignore a problem you
> encounter. Even if you don't really care whether something works, others
> might benefit from reporting the problem. Please try the latest version of
> Icicles and let me know if you encounter a problem with Tramp. Thx.

I installed the latest version and it works fine. Great!

Thanks
henry

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Two tramp questions
  2007-10-24 14:58 henry atting
  2007-10-24 15:23 ` Joel J. Adamson
@ 2007-10-24 20:02 ` Peter Dyballa
  1 sibling, 0 replies; 6+ messages in thread
From: Peter Dyballa @ 2007-10-24 20:02 UTC (permalink / raw)
  To: henry atting; +Cc: help-gnu-emacs


Am 24.10.2007 um 16:58 schrieb henry atting:

> Another question: How can I start tramps ssh with X forwarding
> (with the -X option)?

This enables basic X11 forwarding. -Y would enable trusted  
forwarding, i.e. you won't need to set up anything else in X11  
authenticity management.

--
Greetings

   Pete

Never be led astray onto the path of virtue

^ permalink raw reply	[flat|nested] 6+ messages in thread

* RE: Two tramp questions
  2007-10-24 18:44 ` Two tramp questions henry atting
@ 2007-10-24 20:53   ` Drew Adams
  0 siblings, 0 replies; 6+ messages in thread
From: Drew Adams @ 2007-10-24 20:53 UTC (permalink / raw)
  To: henry atting, help-gnu-emacs

> >> > I use tramp to edit remote or root files. Although I've read
> >> > tramp works well with ido-mode I don't understand it. If ido (or
> >> > icicles) is enabled the moment I start typing '/ssh:...'  into
> >> > the the minibuffer a tramp process is started and dies right
> >> > away.
> >>
> >> This is why I started using iswitchb mode instead.  The processes
> >> wouldn't die, on the other hand they would be going and tie up the
> >> entire Emacs session.  That was worse ;)  iswitchb-mode works really
> >> well: it does not enforce completion in situations like this, only on
> >> buffers.  I found the file-finding of icicles and ido-mode to just
> >> slow me down.
> >
> > In response to a specific bug report, the Tramp developer
> > (Michael Albinus) and I recently worked on making Tramp and
> > Icicles play well together. Ido also has a good deal of code
> > that tries to make it get along well with Tramp.
> >
> > It is always better to report a specific bug than to ignore a
> > problem you encounter. Even if you don't really care whether
> > something works, others might benefit from reporting the
> > problem. Please try the latest version of
> > Icicles and let me know if you encounter a problem with Tramp. Thx.
>
> I installed the latest version and it works fine. Great!

Good to hear; thanks for reporting back.

Tramp, Icicles, Ido, etc. are non-trivial. The developers rely on bug
reports to know about problems that arise. Don't hesitate to report things
that don't seem to work well.

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2007-10-24 20:53 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.2516.1193249272.18990.help-gnu-emacs@gnu.org>
2007-10-24 18:44 ` Two tramp questions henry atting
2007-10-24 20:53   ` Drew Adams
2007-10-24 14:58 henry atting
2007-10-24 15:23 ` Joel J. Adamson
2007-10-24 18:05   ` Drew Adams
2007-10-24 20:02 ` Peter Dyballa

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.