unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* How to prevent Emacs from translating beginning of file path into "~"?
@ 2015-04-10  7:02 MBR
  2015-04-10  8:01 ` Eli Zaretskii
  2015-04-10 12:31 ` Stefan Monnier
  0 siblings, 2 replies; 9+ messages in thread
From: MBR @ 2015-04-10  7:02 UTC (permalink / raw)
  To: help-gnu-emacs

The Emacs command ^x-^f (find-file) fills the mini-buffer with the full 
path to the current directory and then waits for you to type the 
filename.  I often I find it a useful way to copy the current directory 
to the system's clipboard so I can paste the path into some other 
application.  For example, in Emacs I'll type:

    ^x-^f (put path to current directory into mini-buffer)
    ^a             (go to beginning of line)
    ^k             (kill from beginning to end of mini-buffer, with the
    side effect of putting that string into the system clipboard)
    ^g             (cancel out of mini-buffer)

At this point I can paste the path into any non-Emacs application by 
typing CMD-v (in OS-X) or CTRL-v (in Windows or Linux).

But there's a problem. Current versions of Emacs (I'm currently running 
Emacs 24.3.1 under OS-X) try to be smart and replace the beginning of 
the path with "~" if it matches the logged in user's home directory.  
Unfortunately, some applications don't understand paths that begin with "~".

Is it possible to configure Emacs to put the full path (beginning with 
"/") into the mini-buffer, rather than just the path from the home 
directory (beginning with "~")?

        Mark Rosenthal
        mbr@arlsoft.com




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

end of thread, other threads:[~2015-04-11 21:37 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-10  7:02 How to prevent Emacs from translating beginning of file path into "~"? MBR
2015-04-10  8:01 ` Eli Zaretskii
2015-04-10  8:49   ` tomas
2015-04-10  9:16     ` Yuri Khan
2015-04-10  9:22       ` tomas
2015-04-11  5:35         ` Xavier Maillard
2015-04-11  5:48           ` tomas
2015-04-10 12:31 ` Stefan Monnier
2015-04-11 21:37   ` MBR

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).