all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Thorsten Jolitz <tjolitz@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: How to put default-directory into kill-ring?
Date: Tue, 04 Feb 2014 12:46:25 +0100	[thread overview]
Message-ID: <87fvnzrtgu.fsf@gmail.com> (raw)
In-Reply-To: 20140204120722.75a765ff@aga-netbook

Marcin Borkowski <mbork@wmi.amu.edu.pl> writes:

Hi Marcin,

> quite often I want to put some full path to some file (usually
> init.el).  It would be quite convenient for M-x pwd (or maybe C-u M-x
> pwd?) to put its output into the kill ring, which is does not.  So: is
> there any function to do this?  (I can easily write it myself, but
> don't want to reinvent the wheel.)  If not, could this be considered a
> feature request?

I use this in dired (typing '0 w' with point on a file/dir):

,-----------------------------------------------------------------------------
| w runs the command dired-copy-filename-as-kill, which is an
| interactive compiled Lisp function in `dired.el'.
| 
| It is bound to w, <menu-bar> <operate> <kill-ring>.
| 
| (dired-copy-filename-as-kill &optional ARG)
| 
| Copy names of marked (or next ARG) files into the kill ring.
| The names are separated by a space.
| With a zero prefix arg, use the absolute file name of each marked file.
| With C-u, use the file name relative to the dired buffer's
| `default-directory'.  (This still may contain slashes if in a subdirectory.)
`-----------------------------------------------------------------------------

-- 
cheers,
Thorsten




  reply	other threads:[~2014-02-04 11:46 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-04 11:07 How to put default-directory into kill-ring? Marcin Borkowski
2014-02-04 11:46 ` Thorsten Jolitz [this message]
2014-02-05 17:03   ` Marcin Borkowski
2014-02-04 14:01 ` Drew Adams
2014-02-05 17:03   ` Marcin Borkowski
2014-02-04 17:34 ` Leo Liu
  -- strict thread matches above, loose matches on Subject: below --
2014-02-12 14:44 Barry OReilly
2014-02-12 15:14 ` Stefan Monnier
2014-02-14 12:41   ` Marcin Borkowski
2014-02-14 13:24     ` Stefan Monnier
2014-02-14 13:40       ` Nicolas Richard
2014-02-14 16:32         ` Stefan Monnier
2014-02-14 18:41         ` Marcin Borkowski
2014-02-14 21:31           ` Nicolas Richard
2014-02-14 18:42       ` Marcin Borkowski
2014-02-14 12:59   ` Michael Heerdegen
2014-02-14 18:40     ` Marcin Borkowski

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=87fvnzrtgu.fsf@gmail.com \
    --to=tjolitz@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.
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.