all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: escherdragon <escherdragon@gmail.com>
To: Help-gnu-emacs@gnu.org
Subject: Re: Quickly Viewing Files in a File List, and then Quickly Closing
Date: Mon, 28 Oct 2013 04:45:23 -0700 (PDT)	[thread overview]
Message-ID: <1382960723202-301006.post@n5.nabble.com> (raw)
In-Reply-To: <m2y55rp1g8.fsf@mac.com>

(...)
> I am looking for a "QuickLook" feature for Emacs. For example, when
> scrolling through a file list in dired (or sunrise commander):
(...)

The Sunrise Commander has a quick-view function bound to the 'o' (or
'v') key. This is the docstring of that function:

    On regular files, opens the file in quick-view mode (see
    `sr-quick-view-file' for more details), on directories, visits
    the selected directory in the passive pane, and on symlinks
    follows the file the link points to in the passive pane.  With
    optional argument kills the last quickly viewed file without
    opening a new buffer.
 
and the one of the `sr-quick-view-file' function:

    Open the selected file on the viewer window without selecting it.
    Kills any other buffer opened previously the same way.
    
The "viewer window" is the window that opens at the bottom, beneath
the panes.

Hope this helps,

Cheers,
--
José A. Romero L.
escherdragon at gmail
"We who cut mere stones must always be envisioning cathedrals."
(Quarry worker's creed)



--
View this message in context: http://emacs.1067599.n5.nabble.com/Quickly-Viewing-Files-in-a-File-List-and-then-Quickly-Closing-tp300152p301006.html
Sent from the Emacs - Help mailing list archive at Nabble.com.



      parent reply	other threads:[~2013-10-28 11:45 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-18  5:55 Quickly Viewing Files in a File List, and then Quickly Closing Eric Brown
2013-10-18  7:46 ` Thorsten Jolitz
2013-10-18  8:38 ` Eric Abrahamsen
2013-10-18 11:32 ` Alan Schmitt
2013-10-18 14:23 ` Drew Adams
2013-10-18 16:55   ` Drew Adams
2013-10-19  7:13 ` Vagn Johansen
2013-10-28 11:45 ` escherdragon [this message]

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=1382960723202-301006.post@n5.nabble.com \
    --to=escherdragon@gmail.com \
    --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.