all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: help-gnu-emacs@gnu.org
Subject: Re: Saving a remote buffer into a local file
Date: Tue, 24 Jan 2017 18:00:36 +0200	[thread overview]
Message-ID: <83sho830t7.fsf@gnu.org> (raw)
In-Reply-To: <CAH8Pv0g3zLXE15md9iXWq0L7OtWGihMACv-iCTEdnTBcUvbtCw@mail.gmail.com> (message from Dani Moncayo on Tue, 24 Jan 2017 10:37:23 +0100)

> From: Dani Moncayo <dmoncayo@gmail.com>
> Date: Tue, 24 Jan 2017 10:37:23 +0100
> 
> > I think it would be nice to have some special syntax, so that I can
> > specify a path in my local host (and avoid the cumbersome
> > "/localuser@localhost:/localpath").
> >
> > Is there such a syntax?
> 
> Answering myself: Yes, it seems so: Just quote the local path with "/:":
> 
>   C-x C-w /:~/file2

Yes.  However, don't expect this to resolve to a file in your local
home directory.  That's what currently happens on MS-Windows (not on
Unix), but it will go away in Emacs 26, where "~/" will no longer
expand to HOME in quoted file names.  Instead, you will get
DEFDIR/~/file2, where DEFDIR is the default-directory of the buffer
from which you invoke the command.  That's because "/:" is supposed to
quote the tilde as well, allowing to use it as a literal character in
a file name.



  reply	other threads:[~2017-01-24 16:00 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-24  9:07 Saving a remote buffer into a local file Dani Moncayo
2017-01-24  9:37 ` Dani Moncayo
2017-01-24 16:00   ` Eli Zaretskii [this message]
2017-01-24 16:10 ` Stefan Monnier
2017-01-25  8:42   ` Dani Moncayo
2017-01-25  9:51   ` Michael Albinus

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=83sho830t7.fsf@gnu.org \
    --to=eliz@gnu.org \
    --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.
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.