unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Thierry Volpiatto <thierry.volpiatto@gmail.com>
To: 11194@debbugs.gnu.org
Subject: bug#11194: 24.0.95; sudo rm doesn't work with absolute directory paths on the file system
Date: Tue, 10 Apr 2012 18:35:57 +0200	[thread overview]
Message-ID: <87mx6jzgr6.fsf@gmail.com> (raw)
In-Reply-To: <877gxrbz1p.fsf@rbdash.i-did-not-set--mail-host-address--so-tickle-me>

Hi Michael,

Michael Albinus <michael.albinus@gmx.de> writes:

> And, btw, people who don't like the current behaviour are free to add
>
> alias sudo *sudo $*
Most people use such an alias because eshell/sudo is not working with
commands where files are not involved 
e.g "eshell/sudo uname -a" or "eshell/sudo fdisk -l" etc...

==> ssh: connect to host localhost port 22: Connection refused

Using default-directory instead of
/sudo:user@localhost:<default-directory> (which use ssh port 22!!!!)
fix it

--8<---------------cut here---------------start------------->8---
(let ((default-directory (if (string= host "localhost")
                             default-directory
                             (format "/sudo:%s@%s:%s" user host dir))))
--8<---------------cut here---------------end--------------->8---

But maybe I missed something?

-- 
  Thierry
Get my Gnupg key:
gpg --keyserver pgp.mit.edu --recv-keys 59F29997 






  parent reply	other threads:[~2012-04-10 16:35 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-07 10:45 bug#11194: 24.0.95; sudo rm doesn't work with absolute directory paths on the file system Cray Elliott
2012-04-08 11:00 ` Michael Albinus
2012-04-09  2:20   ` Stefan Monnier
2012-04-09 18:08     ` Michael Albinus
2012-04-10  1:58       ` Stefan Monnier
2012-04-10  7:07         ` Michael Albinus
2012-04-10 13:01           ` Stefan Monnier
2012-04-10 14:00             ` Michael Albinus
2012-04-10 14:55               ` Stefan Monnier
2012-04-10 15:14                 ` Michael Albinus
2012-04-10 16:23                   ` Stefan Monnier
2012-04-10 16:41                     ` Thierry Volpiatto
2012-04-10 17:07                       ` Thierry Volpiatto
2012-04-10 18:00                       ` Stefan Monnier
2012-04-20 13:35                     ` Michael Albinus
2012-04-21  2:03                       ` Stefan Monnier
2012-04-22 17:47                         ` Michael Albinus
2012-04-24  1:52                           ` Stefan Monnier
2012-04-25  9:32                             ` Michael Albinus
2012-04-10 16:35                   ` Thierry Volpiatto [this message]
2012-04-10 16:57                     ` Thierry Volpiatto
2012-04-20 13:38                       ` Michael Albinus
2012-04-20 20:58                         ` Thierry Volpiatto

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=87mx6jzgr6.fsf@gmail.com \
    --to=thierry.volpiatto@gmail.com \
    --cc=11194@debbugs.gnu.org \
    /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 public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).