all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* get to the first file like in real dired
@ 2012-12-31 23:17 jidanni
  2013-01-01  9:20 ` Arnaldo Mandel
  0 siblings, 1 reply; 3+ messages in thread
From: jidanni @ 2012-12-31 23:17 UTC (permalink / raw)
  To: help-gnu-emacs

This just gets me to the top of the buffer.
(defadvice dired-revert (after beginning-of-buffer activate)
  "Move to beginning of buffer (instead of keeping point on the current file)."
  (goto-char (point-min)))
How do I make it get me to the first line like in real dired?
dired.el is too complicated to read for me.

Too bad the emacs maintainers don't allow an option so I wouldn't need
this workaround.



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

end of thread, other threads:[~2013-01-01  9:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <CABHLsmfjg3oCiGsASLa-Bm35MHrCkJx6aAWtbExY3h2dZi40-g@mail.gmail.com>
2013-01-01  9:52 ` get to the first file like in real dired jidanni
2012-12-31 23:17 jidanni
2013-01-01  9:20 ` Arnaldo Mandel

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.