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: Wed, 18 Jun 2008 18:17:04 +0200 Message-ID: <48593500.1030003@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> 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 1213805869 17753 80.91.229.12 (18 Jun 2008 16:17:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 18 Jun 2008 16:17:49 +0000 (UTC) Cc: Chong Yidong , "Kim F. Storm" , Stefan Monnier , Emacs-Devel devel To: David Reitter Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 18 18:18:32 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 1K90Ma-0002sp-Gc for ged-emacs-devel@m.gmane.org; Wed, 18 Jun 2008 18:18:24 +0200 Original-Received: from localhost ([127.0.0.1]:56252 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K90Ll-0007ip-TA for ged-emacs-devel@m.gmane.org; Wed, 18 Jun 2008 12:17:33 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K90Lh-0007ia-NK for emacs-devel@gnu.org; Wed, 18 Jun 2008 12:17:29 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K90Lf-0007iN-PN for emacs-devel@gnu.org; Wed, 18 Jun 2008 12:17:28 -0400 Original-Received: from [199.232.76.173] (port=43781 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K90Lf-0007iJ-KT for emacs-devel@gnu.org; Wed, 18 Jun 2008 12:17:27 -0400 Original-Received: from ch-smtp01.sth.basefarm.net ([80.76.149.212]:54714) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1K90Lf-0001RL-3j for emacs-devel@gnu.org; Wed, 18 Jun 2008 12:17:27 -0400 Original-Received: from c83-254-145-59.bredband.comhem.se ([83.254.145.59]:63201 helo=[127.0.0.1]) by ch-smtp01.sth.basefarm.net with esmtp (Exim 4.68) (envelope-from ) id 1K90LX-00055J-5o; Wed, 18 Jun 2008 18:17:22 +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: <66259172-038D-4367-BEAC-211FE9981637@gmail.com> X-Antivirus: avast! (VPS 080617-0, 2008-06-17), Outbound message X-Antivirus-Status: Clean X-Originating-IP: 83.254.145.59 X-Scan-Result: No virus found in message 1K90LX-00055J-5o. X-Scan-Signature: ch-smtp01.sth.basefarm.net 1K90LX-00055J-5o c0284d683f27b4a0c5e086f983200a2f 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:99402 Archived-At: David Reitter wrote: > On 18 Jun 2008, at 08:13, Lennart Borgman (gmail) wrote: >>> >>> http://article.gmane.org/gmane.emacs.devel/90861 >> >> Does this take also of wrapped lines? > > yes, it does. > >> There is a couple of modes for that at >> >> http://www.emacswiki.org/cgi-bin/wiki/MoveByVisibleLineCommands > > .. which fail to deal with variable width fonts and/or hidden portions > of text (folding). Thanks. What key bindings do you suggest? Maybe this could be a minor mode?