* From file to dired with that file choosen
@ 2008-08-28 22:30 Lennart Borgman (gmail)
2008-08-29 0:02 ` Nikolaj Schumacher
2008-08-29 1:48 ` Allan Gottlieb
0 siblings, 2 replies; 4+ messages in thread
From: Lennart Borgman (gmail) @ 2008-08-28 22:30 UTC (permalink / raw)
To: help-gnu-emacs@gnu.org
How do you open dired from a file and go to that file in the dired buffer?
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: From file to dired with that file choosen
2008-08-28 22:30 From file to dired with that file choosen Lennart Borgman (gmail)
@ 2008-08-29 0:02 ` Nikolaj Schumacher
2008-08-29 0:07 ` Lennart Borgman (gmail)
2008-08-29 1:48 ` Allan Gottlieb
1 sibling, 1 reply; 4+ messages in thread
From: Nikolaj Schumacher @ 2008-08-29 0:02 UTC (permalink / raw)
To: Lennart Borgman (gmail); +Cc: help-gnu-emacs@gnu.org
"Lennart Borgman (gmail)" <lennart.borgman@gmail.com> wrote:
> How do you open dired from a file and go to that file in the dired
> buffer?
dired-find-alternate-file
regards,
Nikolaj Schumacher
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: From file to dired with that file choosen
2008-08-29 0:02 ` Nikolaj Schumacher
@ 2008-08-29 0:07 ` Lennart Borgman (gmail)
0 siblings, 0 replies; 4+ messages in thread
From: Lennart Borgman (gmail) @ 2008-08-29 0:07 UTC (permalink / raw)
To: Nikolaj Schumacher; +Cc: help-gnu-emacs@gnu.org
Nikolaj Schumacher wrote:
> "Lennart Borgman (gmail)" <lennart.borgman@gmail.com> wrote:
>
>> How do you open dired from a file and go to that file in the dired
>> buffer?
>
> dired-find-alternate-file
Thanks, but I meant the file I am visiting in the buffer.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: From file to dired with that file choosen
2008-08-28 22:30 From file to dired with that file choosen Lennart Borgman (gmail)
2008-08-29 0:02 ` Nikolaj Schumacher
@ 2008-08-29 1:48 ` Allan Gottlieb
1 sibling, 0 replies; 4+ messages in thread
From: Allan Gottlieb @ 2008-08-29 1:48 UTC (permalink / raw)
To: help-gnu-emacs
At Fri, 29 Aug 2008 00:30:11 +0200 "Lennart Borgman (gmail)" <lennart.borgman@gmail.com> wrote:
> How do you open dired from a file and go to that file in the dired buffer?
C-x C-j runs the command dired-jump
which is an interactive compiled Lisp function in `dired-x.el'.
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.
Hope this helps,
allan
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2008-08-29 1:48 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-28 22:30 From file to dired with that file choosen Lennart Borgman (gmail)
2008-08-29 0:02 ` Nikolaj Schumacher
2008-08-29 0:07 ` Lennart Borgman (gmail)
2008-08-29 1:48 ` Allan Gottlieb
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.