From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Lowell Gilbert Newsgroups: gmane.emacs.help Subject: Re: Emacs pager? Date: Sun, 22 Dec 2002 19:42:10 GMT Organization: AT&T Broadband Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <44isxl7sdp.fsf@be-well.ilk.org> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1040586405 13364 80.91.224.249 (22 Dec 2002 19:46:45 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 22 Dec 2002 19:46:45 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18QC2C-0003Q7-00 for ; Sun, 22 Dec 2002 20:45:12 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18QC2S-00063u-07 for gnu-help-gnu-emacs@m.gmane.org; Sun, 22 Dec 2002 14:45:28 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!logbridge.uoregon.edu!news.stealth.net!news.stealth.net!204.127.161.6.MISMATCH!wn12feed!worldnet.att.net!204.127.198.204!attbi_feed4!attbi_feed3!attbi.com!sccrnsc04.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 14 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Original-NNTP-Posting-Host: 24.147.188.198 Original-X-Complaints-To: abuse@attbi.com Original-X-Trace: sccrnsc04 1040586130 24.147.188.198 (Sun, 22 Dec 2002 19:42:10 GMT) Original-NNTP-Posting-Date: Sun, 22 Dec 2002 19:42:10 GMT Original-Xref: shelby.stanford.edu gnu.emacs.help:108423 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:4952 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:4952 Da Witch writes: > Many of the commands to move around a buffer viewed with less are the > same as vi commands. It would be nice to have a less-like pager that > felt like Emacs. Is there such a thing? less(1) provides a mechanism for redefining the key maps. I wouldn't be surprised if somebody had done one for emacs style commands. > (Of course, one *could* just use Emacs as a pager, but Emacs takes too > long to load up to be convenient.) emacsclient (or gnuclient) would solve that problem.