From: joseito@poczta.onet.pl
To: help-gnu-emacs@gnu.org
Subject: Re: sunrise commander will always show attribute entering a new directory?
Date: Mon, 16 Jun 2008 13:41:14 -0700 (PDT) [thread overview]
Message-ID: <ccffdb8a-f11c-490e-9559-ed26bf5cb895@y38g2000hsy.googlegroups.com> (raw)
In-Reply-To: mailman.13386.1213618301.18990.help-gnu-emacs@gnu.org
On Jun 16, 2:10 pm, sunway <sunwayfore...@gmail.com> wrote:
> I have add (sunrise-hide-attribute) to sunrise start hook, so it hide
> attributes when startsunrise commander, however, when I entered a
> subdir, the attributes is always shown again , how to hide attributes
> all the time?
Try this:
(add-hook 'sr-mode-hook (lambda () (run-with-timer 0.01 nil 'sr-hide-
attributes)))
be warned though, that for long listings this can considerably slow
down your emacs (unless you have a very powerful machine, YMMV). Dired
needs those attributes to work properly, sr-hide-attributes just hides
them behind invisible layers.
Cheers,
--
José A. Romero L.
j (dot) romero (at) mrted (dot) com
"We who cut mere stones must always be envisioning cathedrals."
(Quarry worker's creed)
next parent reply other threads:[~2008-06-16 20:41 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <mailman.13386.1213618301.18990.help-gnu-emacs@gnu.org>
2008-06-16 20:41 ` joseito [this message]
2008-06-16 12:10 sunrise commander will always show attribute entering a new directory? sunway
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=ccffdb8a-f11c-490e-9559-ed26bf5cb895@y38g2000hsy.googlegroups.com \
--to=joseito@poczta.onet.pl \
--cc=help-gnu-emacs@gnu.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.