[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: M-g in dired
From: |
Johan Bockgård |
Subject: |
Re: M-g in dired |
Date: |
Sat, 20 May 2006 17:46:17 +0200 |
User-agent: |
Gnus/5.110005 (No Gnus v0.5) Emacs/22.0.50 (gnu/linux) |
Juri Linkov <address@hidden> writes:
> Let's say you are editing a file in the Emacs buffer. When you need
> to perform some operation on this file in Dired, how do you do this?
,----
| C-x C-j runs the command dired-jump
| which is an interactive autoloaded Lisp function in `dired-x'.
| It is bound to C-x C-j.
| (dired-jump &optional OTHER-WINDOW)
|
| Jump to dired buffer corresponding to current buffer.
| If in a file, dired the current directory and move to file's line.
| If in Dired already, pop up a level and goto old directory's line.
| In case the proper dired file line cannot be found, refresh the dired
| buffer and try again.
`----
--
Johan Bockgård
- Re: M-g in dired, Richard Stallman, 2006/05/18
- Re: M-g in dired, Richard Stallman, 2006/05/20
- Re: M-g in dired, Juri Linkov, 2006/05/21
- Re: M-g in dired, Richard Stallman, 2006/05/21
- Re: M-g in dired, Juri Linkov, 2006/05/22
- Re: M-g in dired, Richard Stallman, 2006/05/22
- Re: M-g in dired, Juri Linkov, 2006/05/23
Re: M-g in dired, David Hansen, 2006/05/19