From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lorenzo Isella 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 01:34:56 +0200 Message-ID: <4845D520.6050102@gmail.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=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1212536139 27634 80.91.229.12 (3 Jun 2008 23:35:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 3 Jun 2008 23:35:39 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jun 04 01:36:17 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 1K3g35-0001GS-FV for geh-help-gnu-emacs@m.gmane.org; Wed, 04 Jun 2008 01:36:15 +0200 Original-Received: from localhost ([127.0.0.1]:54229 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K3g2I-0003Sn-VR for geh-help-gnu-emacs@m.gmane.org; Tue, 03 Jun 2008 19:35:27 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K3g20-0003S9-Fd for help-gnu-emacs@gnu.org; Tue, 03 Jun 2008 19:35:08 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K3g1y-0003Rl-P3 for help-gnu-emacs@gnu.org; Tue, 03 Jun 2008 19:35:08 -0400 Original-Received: from [199.232.76.173] (port=60060 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K3g1y-0003Ri-JT for help-gnu-emacs@gnu.org; Tue, 03 Jun 2008 19:35:06 -0400 Original-Received: from fg-out-1718.google.com ([72.14.220.155]:41387) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K3g1y-0005LK-3f for help-gnu-emacs@gnu.org; Tue, 03 Jun 2008 19:35:06 -0400 Original-Received: by fg-out-1718.google.com with SMTP id l26so1575369fgb.30 for ; Tue, 03 Jun 2008 16:34:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding:sender; bh=Y5qLdaPdQTxPnEoHpXxL4N1yWtZaTLWQENEQYQaEigU=; b=FWLPlhl0d3bRwyvQoHqtQRHEJcwXXzAuy+q73rgnJx8V4eSWdP7Z2M6rBpvV35nFwYRRKv2ckKGckxLv9IGQbGQDTR/YaD5eEhk+70/3VceQUsSWGE7D/695yjoDnAWOGzUr3VGaVqPoZI/w+zuGpMCxweK1455yvOdSjQhjJcA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding:sender; b=HzTFGknYqL6QVSJgMGbaQOemLvUGrl96kXj77h8lBwn7gk3y8whzU0X1hxmgTs7GpG5Qwyx/PCwgzRjQCYIMNfLvwSito+ueWSFJwkXGKflSi9K2fbg+ih1bssBCjnL77Q0UMGvInbINfLYeJzBFcBQ+Sy6QiMnRDXiDfdsxheI= Original-Received: by 10.86.52.6 with SMTP id z6mr471342fgz.48.1212536097942; Tue, 03 Jun 2008 16:34:57 -0700 (PDT) Original-Received: from cappero.jrc.it ( [151.59.223.249]) by mx.google.com with ESMTPS id 4sm732162fge.5.2008.06.03.16.34.57 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 03 Jun 2008 16:34:57 -0700 (PDT) User-Agent: Mozilla-Thunderbird 2.0.0.14 (X11/20080509) In-Reply-To: <48456c51.131e640a.2218.2323SMTPIN_ADDED@mx.google.com> X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) 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:54445 Archived-At: >In fact, this message is quite clear: Emacs does not find the >file `screen-lines(.el)', as requested by the `require' command. >So, in order to get that chunk of code working, you need to >download the package `screen-lines.el' and put that file into >a directory that's in your load-path (same directory as your >`.emacs' file would do, for example). >Get the package from there: >http://homepage1.nifty.com/bmonkey/emacs/elisp/screen-lines.el >Best regards, >Seb > > > Hello, 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]. As to another suggestion the long lines mode, the problem for me is that is screws up emacs highlighting and the text may become difficult to read. Where did I go wrong? Cheers Lorenzo