all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* sunrise commander will always show attribute entering a new directory?
@ 2008-06-16 12:10 sunway
  0 siblings, 0 replies; 2+ messages in thread
From: sunway @ 2008-06-16 12:10 UTC (permalink / raw)
  To: help-gnu-emacs

I have add (sunrise-hide-attribute) to sunrise start hook, so it hide
attributes when start sunrise commander, however, when I entered a
subdir, the attributes is always shown again , how to hide attributes
all the time? 
-- 
sunway

Nothing for nothing.




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

* Re: sunrise commander will always show attribute entering a new  directory?
       [not found] <mailman.13386.1213618301.18990.help-gnu-emacs@gnu.org>
@ 2008-06-16 20:41 ` joseito
  0 siblings, 0 replies; 2+ messages in thread
From: joseito @ 2008-06-16 20:41 UTC (permalink / raw)
  To: help-gnu-emacs

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)


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

end of thread, other threads:[~2008-06-16 20:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-16 12:10 sunrise commander will always show attribute entering a new directory? sunway
     [not found] <mailman.13386.1213618301.18990.help-gnu-emacs@gnu.org>
2008-06-16 20:41 ` joseito

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.