From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Lennart Borgman (gmail)" Newsgroups: gmane.emacs.devel Subject: Re: Longlines mode in menu Date: Sat, 21 Jun 2008 15:08:38 +0200 Message-ID: <485CFD56.5020802@gmail.com> References: <87wsl41lq0.fsf@stupidchicken.com> <87bq2666dd.fsf@stupidchicken.com> <516DD869-4D41-4EDD-B2A3-57787DF374D7@gmail.com> <4858B5B4.2070604@gmail.com> <66259172-038D-4367-BEAC-211FE9981637@gmail.com> <48593500.1030003@gmail.com> <48597529.1000400@gmail.com> <485BFBE7.30304@gmail.com> <485C0AA7.2010302@gmail.com> <485C3FA5.8000806@gmail.com> <077617FC-FB7C-4E6B-BC8A-79C78544EFED@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1214053738 23040 80.91.229.12 (21 Jun 2008 13:08:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 21 Jun 2008 13:08:58 +0000 (UTC) Cc: Stefan Monnier , Emacs-Devel devel To: David Reitter Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jun 21 15:09:43 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KA2qa-0001Qi-9s for ged-emacs-devel@m.gmane.org; Sat, 21 Jun 2008 15:09:40 +0200 Original-Received: from localhost ([127.0.0.1]:55559 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KA2pl-0006mA-C4 for ged-emacs-devel@m.gmane.org; Sat, 21 Jun 2008 09:08:49 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KA2pg-0006k3-G8 for emacs-devel@gnu.org; Sat, 21 Jun 2008 09:08:44 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KA2pf-0006iy-D8 for emacs-devel@gnu.org; Sat, 21 Jun 2008 09:08:44 -0400 Original-Received: from [199.232.76.173] (port=34640 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KA2pf-0006iq-AG for emacs-devel@gnu.org; Sat, 21 Jun 2008 09:08:43 -0400 Original-Received: from ch-smtp02.sth.basefarm.net ([80.76.149.213]:34267) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KA2pe-00074W-S1 for emacs-devel@gnu.org; Sat, 21 Jun 2008 09:08:43 -0400 Original-Received: from c83-254-145-59.bredband.comhem.se ([83.254.145.59]:60605 helo=[127.0.0.1]) by ch-smtp02.sth.basefarm.net with esmtp (Exim 4.68) (envelope-from ) id 1KA2pc-0002Nj-7L; Sat, 21 Jun 2008 15:08:40 +0200 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.9) Gecko/20071031 Thunderbird/2.0.0.9 Mnenhy/0.7.5.666 In-Reply-To: <077617FC-FB7C-4E6B-BC8A-79C78544EFED@gmail.com> X-Antivirus: avast! (VPS 080620-0, 2008-06-20), Outbound message X-Antivirus-Status: Clean X-Originating-IP: 83.254.145.59 X-Scan-Result: No virus found in message 1KA2pc-0002Nj-7L. X-Scan-Signature: ch-smtp02.sth.basefarm.net 1KA2pc-0002Nj-7L 4e5a6752b5d4a2cc1951742fb6a85a96 X-detected-kernel: by monty-python.gnu.org: Linux 2.6? (barebone, rare!) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:99605 Archived-At: David Reitter wrote: > On 21 Jun 2008, at 00:39, Lennart Borgman (gmail) wrote: >> >> David, there is also a small change to end-of-visual-line. Can you >> check it, please? I do not understand your comment in that function. > > OK, I'll look into this over the next days or so; I'm pretty busy at the > moment. > I'm happy to maintain the package given that I wrote the core functions. Very nice. I would be glad if you could adapt the functions for and too. I played a little bit with visual-line-up/down and noticed that it looks slower when point is at the bottom half of the screen. Could that be the call to `pos-visible-in-window-p'? (I am doing this with a fresh CVS Emacs from today on w32.)