From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Peter Tury Newsgroups: gmane.emacs.help Subject: Re: next-line + recenter (- redraw frame)? Date: Mon, 06 Mar 2006 08:17:28 GMT Organization: Nokia Message-ID: <1g49xa6zb8ner$.10t1mn6pq44fr$.dlg@40tude.net> References: <5xlh1kdb5ttw$.1eomol2tpwh55.dlg@40tude.net> <44087e98$0$15789$14726298@news.sunsite.dk> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1141687286 11876 80.91.229.2 (6 Mar 2006 23:21:26 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 6 Mar 2006 23:21:26 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Mar 07 00:21:26 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 1FGP0y-0000VF-SX for geh-help-gnu-emacs@m.gmane.org; Tue, 07 Mar 2006 00:21:21 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FGP0x-0003k1-JD for geh-help-gnu-emacs@m.gmane.org; Mon, 06 Mar 2006 18:21:19 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!newsfeed.cw.net!cw.net!news-FFM2.ecrc.de!uio.no!newsfeed.kolumbus.fi!nntp.inet.fi!inet.fi!newsfeed1.nokia.com!news1.nokia.com!news2.nokia.com.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: 40tude_Dialog/2.0.15.1 Original-Lines: 17 Original-NNTP-Posting-Host: 172.24.170.68 Original-X-Complaints-To: newsmaster@nokia.com Original-X-Trace: news2.nokia.com 1141633048 172.24.170.68 (Mon, 06 Mar 2006 10:17:28 EET) Original-NNTP-Posting-Date: Mon, 06 Mar 2006 10:17:28 EET Original-Xref: shelby.stanford.edu gnu.emacs.help:137957 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:33584 Archived-At: On Fri, 03 Mar 2006 18:36:30 +0100, Ralf Angeli wrote: > You can get a similar functionality with `C-l' followed by `M-x > scroll-lock-mode RET' and using `C-p' and `C-n' for moving around. Hi, thanks for the info! I checked this mode now and learned from it. But I don't plan to use it instead of my code, because you reimplemented some functionality and thus (e.g.) doesn't work exactly as normally. I mean e.g. if I go to end of line and then down, then the column is keeped instead of the end of line (as normally). This solution is equivalently good also for me but I would like to have only one method... (Moreover: your minor mode sometimes skips two lines, I don't know why.) Anyway: thanks a lot, P