all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Drew Adams <drew.adams@oracle.com>
To: Emanuel Berg <incal@dataswamp.org>,
	"help-gnu-emacs@gnu.org" <help-gnu-emacs@gnu.org>
Subject: RE: [External] : don't show dired header
Date: Thu, 5 May 2022 03:43:56 +0000	[thread overview]
Message-ID: <SJ0PR10MB5488DAAF586496995766209AF3C29@SJ0PR10MB5488.namprd10.prod.outlook.com> (raw)
In-Reply-To: <87v8ukrcxp.fsf@dataswamp.org>

> I think this line
> 
>   /home/incal/.emacs.d/emacs-init: (32.8 GiB available)
> 
> is pretty meaningless, can I disable it and instead get an
> extra line to list the directory files?

No, not out of the box, as far as I know.

It's not really meaningless, but it may not
be very useful for you (and that's what
counts).  To not include it you'll need to
tweak or advise some Dired functions, I think.
___

That line might not appear very useful if you
never list more than one directory in a Dired
buffer (though even then it can help).

But be aware of `i', which inserts a subdir
listing (which can have its own `ls' switches
etc.) in the same Dired buffer.

When you have an inserted subdir listing, its
own dir header line is maybe more helpful to
you, to recognize its listing, than is the
top-level dir heading.

A Dired buffer can have any number of dir
listings.  You can mark files in any of them,
act on the marked files, etc.  Dired actions
are thus not limited to the files and subdirs
of only one directory.  You can act on
anything that's listed in the buffer.

`C-M-n' and `C-M-p' take you the next and
previous such inserted subdir listing.  (`>'
and `<' take you to the next and previous
dir name in a listing.)

`C-M-u' and `C-M-d' take you up and down a
listing level.  E.g., if you have inserted
listings for .../a/, .../a/b/, .../a/b/c/,
and if point is in the .../a/b/c/ listing,
then `C-M-u' twice, or `C-2 C-M-u', takes
you to the listing for .../a/.
___

[If you use `dired+.el' then `i' flips point
back and forth between a subdir entry in a
parent listing and the inserted listing for
that subdir.]



  reply	other threads:[~2022-05-05  3:43 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-05  1:22 don't show dired header Emanuel Berg
2022-05-05  3:43 ` Drew Adams [this message]
2022-05-05  3:58   ` [External] : " Emanuel Berg
2022-05-05 15:48     ` Drew Adams
2022-05-05 19:01       ` Emanuel Berg
2022-05-05 21:06         ` Drew Adams
2022-05-05 21:14           ` Emanuel Berg
2022-05-05 15:39 ` Marcin Borkowski
2022-05-05 18:58   ` Emanuel Berg
2022-05-06  5:17     ` Marcin Borkowski
2022-05-06 15:35       ` Emanuel Berg

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=SJ0PR10MB5488DAAF586496995766209AF3C29@SJ0PR10MB5488.namprd10.prod.outlook.com \
    --to=drew.adams@oracle.com \
    --cc=help-gnu-emacs@gnu.org \
    --cc=incal@dataswamp.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.