unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Michael Albinus <michael.albinus@gmx.de>
To: Lei Wang <f3d27b@gmail.com>
Cc: Daniel Pittman <daniel@rimspace.net>, help-gnu-emacs@gnu.org
Subject: Re: Could someone give me a hint how to write my own function based on tramp?
Date: Sat, 04 Sep 2010 20:45:40 +0200	[thread overview]
Message-ID: <87k4n1z6sr.fsf@gmx.de> (raw)
In-Reply-To: <AANLkTikvRGW0H2ocac0iBJxkneyRjfvG-pzF8VWqYFJr@mail.gmail.com> (Lei Wang's message of "Sat, 4 Sep 2010 20:54:03 +0800")

Lei Wang <f3d27b@gmail.com> writes:

>>> I want to write a function for my own use. It is going to be a wraper of
>>> an
>>> operation sequence, such as, change to root, run some shell and create and
>>> open a file. But i even can't find to use which tramp function, and how
>>> does
>>> tramp start.
>>
>> Yeah.  You probably won't find TRAMP much help in writing that, frankly,
>> because it does a lot of things that are entirely irrelevant but quite
>> complex
>> compared to what you want.
>
> Thanks for this information.

Likely, you don't need to think about Tramp at all. When you operate
with a default-directory pointing to your remote host, Emacs' functions
like `shell', `process-file' and `start-file-process' work on the remote
host. Whether it is Tramp or not, is not relevant.

(Tramp works in the background for you. It requires Tramp 2.1, also part
of Emacs 23)

> Ok. Nowadays, when i want to access a crypto partition, i do the
> following steps, open a shell, su to root, /sbin/cryptsetup luksOpen,
> mount, create a file, edit, save, umount, /sbin/cryptsetup luksClose.
> It's very annoying. So i want to make a wrapper function. Of course,
> the 2 times  password inputs couldn't be bypassed.

(let ((default-directory "/su::/"))
  ... do your actions ...
  )

> Regards,
> Lei

Best regards, Michael.



  reply	other threads:[~2010-09-04 18:45 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-04  9:16 Could someone give me a hint how to write my own function based on tramp? Lei Wang
2010-09-04 10:29 ` Daniel Pittman
2010-09-04 12:54   ` Lei Wang
2010-09-04 18:45     ` Michael Albinus [this message]
2010-09-05  1:51       ` Lei Wang

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=87k4n1z6sr.fsf@gmx.de \
    --to=michael.albinus@gmx.de \
    --cc=daniel@rimspace.net \
    --cc=f3d27b@gmail.com \
    --cc=help-gnu-emacs@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.
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).