From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?utf-8?Q?S=C3=A9bastien_Vauban?= Newsgroups: gmane.emacs.help Subject: Re: How to go to next line on the screen instead of going to, , next line in the text? Date: Wed, 04 Jun 2008 08:42:25 +0200 Organization: Sebastien Vauban Message-ID: <874p89wvji.fsf@mundaneum.com> References: <48456c51.131e640a.2218.2323SMTPIN_ADDED@mx.google.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1212565257 1445 80.91.229.12 (4 Jun 2008 07:40:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 4 Jun 2008 07:40:57 +0000 (UTC) To: help-gnu-emacs-mXXj517/zsQ@public.gmane.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org-mXXj517/zsQ@public.gmane.org Wed Jun 04 09:41:39 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1K3ncb-0008Bv-U4 for geh-help-gnu-emacs@m.gmane.org; Wed, 04 Jun 2008 09:41:26 +0200 Original-Received: from localhost ([127.0.0.1]:34227 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K3nbp-0003hQ-GN for geh-help-gnu-emacs@m.gmane.org; Wed, 04 Jun 2008 03:40:37 -0400 Original-Path: news.stanford.edu!newsfeed.stanford.edu!postnews.google.com!news3.google.com!proxad.net!feeder1-2.proxad.net!nerim.net!feed1.news.be.easynet.net!reader0.news.be.easynet.net!not-for-mail Original-Newsgroups: gnu.emacs.help X-Www-site: Under construction... X-Archive: encrypt User-Agent: Gnus/5.110009 (No Gnus v0.9) Emacs/23.0.60 (gnu/linux) Cancel-Lock: sha1:KvZhrBEwwydNpXPibPRfgHYKkBU= Original-Lines: 20 Original-NNTP-Posting-Date: 04 Jun 2008 06:42:25 GMT Original-NNTP-Posting-Host: 81.188.7.152 Original-X-Trace: 1212561745 reader0.news.be.easynet.net 1598 [::ffff:81.188.7.152]:20906 Original-X-Complaints-To: abuse-sq41lydJq48WI+UwmH2aBQ@public.gmane.org Original-Xref: news.stanford.edu gnu.emacs.help:159094 X-BeenThere: help-gnu-emacs-mXXj517/zsQ@public.gmane.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-mXXj517/zsQ@public.gmane.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org-mXXj517/zsQ@public.gmane.org Xref: news.gmane.org gmane.emacs.help:54447 Archived-At: Hello Lorenzo, > I think I did everything properly; I introduced the code chunk > in my .emacs file and put the screen-lines.el package in > /usr/share/emacs/site-lisp/ . I do not have any warnings, but > emacs does not do what I'd like [when it folds a long line, if > I use the arrow, I jump directly past the folded long line, I > do not proceed screen line after screen line]. Maybe try to load it explicitly in a session by running: M-x load-library RET screen-lines RET and see what it does then. Best regards, Seb --=20 S=C3=A9bastien=C2=A0Vauban