From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: dkcombs@panix.com (David Combs) Newsgroups: gmane.emacs.help Subject: Re: next-line + recenter (- redraw frame)? Date: Sun, 26 Mar 2006 02:38:34 +0000 (UTC) Organization: Public Access Networks Corp. Message-ID: References: <5xlh1kdb5ttw$.1eomol2tpwh55.dlg@40tude.net> <19aniuq151di2$.1qyujo75j1w3b$.dlg@40tude.net> NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1143340840 758 80.91.229.2 (26 Mar 2006 02:40:40 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 26 Mar 2006 02:40:40 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Mar 26 04:40:36 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FNLB7-0007El-TV for geh-help-gnu-emacs@m.gmane.org; Sun, 26 Mar 2006 04:40:30 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FNLB7-0004SL-7b for geh-help-gnu-emacs@m.gmane.org; Sat, 25 Mar 2006 21:40:29 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!panix!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 33 Original-NNTP-Posting-Host: panix3.panix.com Original-X-Trace: reader2.panix.com 1143340714 11890 166.84.1.3 (26 Mar 2006 02:38:34 GMT) Original-X-Complaints-To: abuse@panix.com Original-NNTP-Posting-Date: Sun, 26 Mar 2006 02:38:34 +0000 (UTC) X-Newsreader: trn 4.0-test76 (Apr 2, 2001) Original-Xref: shelby.stanford.edu gnu.emacs.help:138384 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:33988 Archived-At: In article <19aniuq151di2$.1qyujo75j1w3b$.dlg@40tude.net>, Peter Tury wrote: >On Fri, 3 Mar 2006 23:20:55 +0100, Peter Dyballa wrote: > >> Please compare it to scroll-down-in-place in lisp/term/sun.el by Jeff >> Peck! >> >> (defun scroll-down-in-place (n) >> (interactive "p") >> (previous-line n) >> (scroll-down n)) >> >> (defun scroll-up-in-place (n) >> (interactive "p") >> (next-line n) >> (scroll-up n)) > Never even knew it was there, sun.el. Questions: . What makes sun.el relevant to (only?) Sun computers, or Solaris? . Is this sun.el so well liked that just about *anyone* running emacs on a Sun should put a load-file of it in their .emacs? Thanks, David