From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: escherdragon Newsgroups: gmane.emacs.help Subject: Re: Quickly Viewing Files in a File List, and then Quickly Closing Date: Mon, 28 Oct 2013 04:45:23 -0700 (PDT) Message-ID: <1382960723202-301006.post@n5.nabble.com> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1382964569 14632 80.91.229.3 (28 Oct 2013 12:49:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 28 Oct 2013 12:49:29 +0000 (UTC) To: Help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Oct 28 13:49:32 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VamGC-0003lN-Ai for geh-help-gnu-emacs@m.gmane.org; Mon, 28 Oct 2013 13:49:32 +0100 Original-Received: from localhost ([::1]:41275 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VamGB-0006cx-Ni for geh-help-gnu-emacs@m.gmane.org; Mon, 28 Oct 2013 08:49:31 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:36249) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ValGF-0001V6-U8 for Help-gnu-emacs@gnu.org; Mon, 28 Oct 2013 07:45:36 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ValG8-0003QA-OB for Help-gnu-emacs@gnu.org; Mon, 28 Oct 2013 07:45:31 -0400 Original-Received: from sam.nabble.com ([216.139.236.26]:57087) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ValG8-0003Py-JN for Help-gnu-emacs@gnu.org; Mon, 28 Oct 2013 07:45:24 -0400 Original-Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1ValG7-0005Xu-7Z for Help-gnu-emacs@gnu.org; Mon, 28 Oct 2013 04:45:23 -0700 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 216.139.236.26 X-Mailman-Approved-At: Mon, 28 Oct 2013 08:49:22 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:94228 Archived-At: (...) > 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. =20 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. =20 The "viewer window" is the window that opens at the bottom, beneath the panes. Hope this helps, Cheers, -- Jos=C3=A9 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-Vi= ewing-Files-in-a-File-List-and-then-Quickly-Closing-tp300152p301006.html Sent from the Emacs - Help mailing list archive at Nabble.com.