all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Piet van Oostrum <piet@cs.uu.nl>
Subject: Re: Editing a file as root
Date: 19 Dec 2003 12:16:15 +0100	[thread overview]
Message-ID: <wzr7z1jbwg.fsf@nono.cs.uu.nl> (raw)
In-Reply-To: 877k0uq8tb.fsf@emptyhost.emptydomain.de

>>>>> Kai Grossjohann <kai@emptydomain.de> (KG) wrote:

KG> Kevin Rodgers <ihs_4664@yahoo.com> writes:
>> Does tramp provide a hook where Se'bastien could do
>> 
>> (set (make-local-variable 'process-connection-type) t)

KG> Hm.  Since it is used when start-process is called, then maybe I
KG> should just provide a tramp-process-connection-type variable to
KG> tweak...  Does anybody here want to submit a patch?  ;-)

I think inside tramp process-connection-type should always be set to t (or
'pty) 
I have advised tramp myself to get this:

(defadvice tramp-maybe-open-connection 
  (around set-process-connection-type)
  "Set process-connection-type to pty."
  (let ((process-connection-type 'pty))
    ad-do-it))
(ad-activate 'tramp-maybe-open-connection)

-- 
Piet van Oostrum <piet@cs.uu.nl>
URL: http://www.cs.uu.nl/~piet [PGP]
Private email: P.van.Oostrum@hccnet.nl

  reply	other threads:[~2003-12-19 11:16 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <E1AT5y2-0002EZ-OF@monty-python.gnu.org>
2003-12-14 18:54 ` Editing a file as root bhiker
     [not found] ` <mailman.62.1071431778.868.help-gnu-emacs@gnu.org>
2003-12-14 21:09   ` Dan Anderson
2003-12-14 21:25     ` David Kastrup
2003-12-15  0:12       ` Micha Feigin
     [not found]       ` <mailman.65.1071450890.868.help-gnu-emacs@gnu.org>
2003-12-15  0:50         ` David Kastrup
2003-12-15 17:22           ` Micha Feigin
     [not found]           ` <mailman.105.1071513681.868.help-gnu-emacs@gnu.org>
2003-12-15 21:57             ` Benjamin Rutt
2003-12-16 12:41               ` Micha Feigin
     [not found]               ` <mailman.136.1071582719.868.help-gnu-emacs@gnu.org>
2003-12-16 15:36                 ` Benjamin Rutt
2003-12-17 18:01             ` Kai Grossjohann
2003-12-15 10:47       `  Sébastien Kirche
2003-12-15 12:40         ` gebser
2003-12-17 15:51         ` Piet van Oostrum
2003-12-17 18:04         ` Kai Grossjohann
2003-12-18 17:28           ` Kevin Rodgers
2003-12-18 18:28             ` Kai Grossjohann
2003-12-19 11:16               ` Piet van Oostrum [this message]
2003-12-21 13:52                 ` Kai Grossjohann
2003-12-15 18:39   ` kgold
     [not found] <mailman.83.1071495859.868.help-gnu-emacs@gnu.org>
2003-12-15 13:15 `  Sébastien Kirche
2003-12-15 16:17   ` gebser
2003-12-17 18:06   ` Kai Grossjohann
     [not found] <mailman.97.1071509004.868.help-gnu-emacs@gnu.org>
2003-12-17 10:07 `  Sébastien Kirche
2003-12-17 13:19   ` gebser
2003-12-17 18:08   ` Kai Grossjohann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=wzr7z1jbwg.fsf@nono.cs.uu.nl \
    --to=piet@cs.uu.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.