emacs-devel
[Top][All Lists]
Advanced

[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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]