unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* Dired buffers and finding files...
@ 2002-10-22 12:27 Tim Haynes
       [not found] ` <m3wuoa8viv.fsf@kuntu.zangpo.org>
  0 siblings, 1 reply; 5+ messages in thread
From: Tim Haynes @ 2002-10-22 12:27 UTC (permalink / raw)


Howdo,

Minor niggle here that's getting to me.

If I have a buffer visiting a file in a given directory - e.g. /tmp/foo.txt
or something - and then decide I want to bring up a dired buffer of that
directory, pressing `C-x C-f /tmp/ RET' flips me to the existing foo.txt
buffer, rather than starting dired. If I remove the trailing `/' then I get
the directory view. If there's no file from that directory open, it jumps
straight to it - this feels weird under the fingertips..

Any variables I should have customized or is this a bug/feature? (There's
not a single mention of `dired' in .*emacs* here.)

FWIW I'm running "GNU Emacs 21.2.1 (i386-debian-linux-gnu, X toolkit, Xaw3d
 scroll bars) of 2002-03-22 on raven, modified by Debian".

Cheers,

~Tim
-- 
   13:23:50 up 18 days, 18:09,  6 users,  load average: 0.36, 0.26, 0.22
piglet@stirfried.vegetable.org.uk |Roobarb and Custard let fly
http://piglet.is.dreaming.org     |with their secret weapon.

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

* Re: Dired buffers and finding files...
       [not found] ` <m3wuoa8viv.fsf@kuntu.zangpo.org>
@ 2002-10-22 14:33   ` Bernd Wolter
  2002-10-22 17:58     ` Tim Haynes
  0 siblings, 1 reply; 5+ messages in thread
From: Bernd Wolter @ 2002-10-22 14:33 UTC (permalink / raw)


Martin Schmitz <dosenfleisch@gmx.de> writes:

> Tim Haynes <usenet@stirfried.vegetable.org.uk> writes:
> 
> > If I have a buffer visiting a file in a given directory - e.g. /tmp/foo.txt
> > or something - and then decide I want to bring up a dired buffer of that
> > directory, pressing `C-x C-f /tmp/ RET' flips me to the existing foo.txt
>                        ^^^^^^^
> Try 'C-x d RET'
> 

Or from within the buffer in question C-x C-j.

bernd

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

* Re: Dired buffers and finding files...
  2002-10-22 14:33   ` Bernd Wolter
@ 2002-10-22 17:58     ` Tim Haynes
  0 siblings, 0 replies; 5+ messages in thread
From: Tim Haynes @ 2002-10-22 17:58 UTC (permalink / raw)


Bernd Wolter <mathae.wolter@gmx.de> writes:

> Martin Schmitz <dosenfleisch@gmx.de> writes:
>
>> Tim Haynes <usenet@stirfried.vegetable.org.uk> writes:
>> 
>> > If I have a buffer visiting a file in a given directory - e.g.
>> > /tmp/foo.txt or something - and then decide I want to bring up a dired
>> > buffer of that directory, pressing `C-x C-f /tmp/ RET' flips me to the
>> > existing foo.txt                    ^^^^^^^
>>
>> Try 'C-x d RET'
>
> Or from within the buffer in question C-x C-j.

OK thanks for those two; I'll have a play imminently :8)

~Tim
-- 
The night skips the sleeping years          |piglet@stirfried.vegetable.org.uk
And re-awakes the memory                    |http://spodzone.org.uk/

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

* RE: Dired buffers and finding files...
@ 2002-10-23 15:14 Bingham, Jay
  0 siblings, 0 replies; 5+ messages in thread
From: Bingham, Jay @ 2002-10-23 15:14 UTC (permalink / raw)


I have just one question about C-x C-j, what function does it invoke on your machine.

I am running 21.1 on Win2000 and 20.4 on a Unix box, it is undefined in both of these.

I would like to suggest to all responders that when ever your reply includes instructions to press a key sequence to invoke a function that you use the convention used in the help to describe key sequences and the functions that they invoke, i.e. `C-x d' (`dired'),.

-_
J_)
C_)ingham
.    HP - NonStop Austin Software & Services - Software Quality Assurance
.    Austin, TX
. Language is the apparel in which your thoughts parade in public.
. Never clothe them in vulgar and shoddy attire.          -Dr. George W. Crane-

 -----Original Message-----
From: 	Tim Haynes [mailto:usenet@stirfried.vegetable.org.uk] 
Sent:	Tuesday, October 22, 2002 12:59 PM
To:	help-gnu-emacs@gnu.org
Subject:	Re: Dired buffers and finding files...

Bernd Wolter <mathae.wolter@gmx.de> writes:

> Martin Schmitz <dosenfleisch@gmx.de> writes:
>
>> Tim Haynes <usenet@stirfried.vegetable.org.uk> writes:
>> 
>> > If I have a buffer visiting a file in a given directory - e.g.
>> > /tmp/foo.txt or something - and then decide I want to bring up a dired
>> > buffer of that directory, pressing `C-x C-f /tmp/ RET' flips me to the
>> > existing foo.txt                    ^^^^^^^
>>
>> Try 'C-x d RET'
>
> Or from within the buffer in question C-x C-j.

OK thanks for those two; I'll have a play imminently :8)

~Tim
-- 
The night skips the sleeping years          |piglet@stirfried.vegetable.org.uk
And re-awakes the memory                    |http://spodzone.org.uk/
_______________________________________________
Help-gnu-emacs mailing list
Help-gnu-emacs@gnu.org
http://mail.gnu.org/mailman/listinfo/help-gnu-emacs

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

* Re: Dired buffers and finding files...
       [not found] <mailman.1035386126.3889.help-gnu-emacs@gnu.org>
@ 2002-10-23 16:24 ` John Paul Wallington
  0 siblings, 0 replies; 5+ messages in thread
From: John Paul Wallington @ 2002-10-23 16:24 UTC (permalink / raw)


"Bingham, Jay" <Jay.Bingham@hp.com> wrote:

> I have just one question about C-x C-j, what function does it invoke
> on your machine.

It runs `dired-jump' iff you have loaded the dired-x library.

> I am running 21.1 on Win2000 and 20.4 on a Unix box, it is undefined
> in both of these.

(require 'dired-x) in your .emacs should define it.

> I would like to suggest to all responders that when ever your reply
> includes instructions to press a key sequence to invoke a function
> that you use the convention used in the help to describe key
> sequences and the functions that they invoke, i.e. `C-x d'
> (`dired'),.

IMHO, people should seriously consider avoiding top-posting (and
perhaps be wary of posting lines longer than a screen width) too ;-)

-- 
John Paul Wallington

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

end of thread, other threads:[~2002-10-23 16:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.1035386126.3889.help-gnu-emacs@gnu.org>
2002-10-23 16:24 ` Dired buffers and finding files John Paul Wallington
2002-10-23 15:14 Bingham, Jay
  -- strict thread matches above, loose matches on Subject: below --
2002-10-22 12:27 Tim Haynes
     [not found] ` <m3wuoa8viv.fsf@kuntu.zangpo.org>
2002-10-22 14:33   ` Bernd Wolter
2002-10-22 17:58     ` Tim Haynes

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