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 22:50:49 +0200 Message-ID: <48597529.1000400@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> 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 1213823497 18044 80.91.229.12 (18 Jun 2008 21:11:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 18 Jun 2008 21:11:37 +0000 (UTC) Cc: Emacs-Devel devel To: David Reitter Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 18 23:12:21 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 1K94x1-0004VM-LZ for ged-emacs-devel@m.gmane.org; Wed, 18 Jun 2008 23:12:20 +0200 Original-Received: from localhost ([127.0.0.1]:47046 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K94wB-00063h-RK for ged-emacs-devel@m.gmane.org; Wed, 18 Jun 2008 17:11:27 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K94w8-00063T-E9 for emacs-devel@gnu.org; Wed, 18 Jun 2008 17:11:24 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K94w4-00062q-Ob for emacs-devel@gnu.org; Wed, 18 Jun 2008 17:11:23 -0400 Original-Received: from [199.232.76.173] (port=43807 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K94w4-00062n-MD for emacs-devel@gnu.org; Wed, 18 Jun 2008 17:11:20 -0400 Original-Received: from ch-smtp01.sth.basefarm.net ([80.76.149.212]:46930) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1K94cJ-0003nD-0c for emacs-devel@gnu.org; Wed, 18 Jun 2008 16:50:55 -0400 Original-Received: from c83-254-145-59.bredband.comhem.se ([83.254.145.59]:64673 helo=[127.0.0.1]) by ch-smtp01.sth.basefarm.net with esmtp (Exim 4.68) (envelope-from ) id 1K94cH-0003wD-3x; Wed, 18 Jun 2008 22:50:53 +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: 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 1K94cH-0003wD-3x. X-Scan-Signature: ch-smtp01.sth.basefarm.net 1K94cH-0003wD-3x 00f0f6e89c134afb26acd985f9485f21 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:99418 Archived-At: David Reitter wrote: > On 18 Jun 2008, at 17:17, Lennart Borgman (gmail) wrote: >> >> Thanks. What key bindings do you suggest? Maybe this could be a minor >> mode? > > > I have remapped the arrow keys but left C-n and C-p alone (in Aquamacs). That might perhaps be a good choice (or maybe better an option?) Could you show me exactly how and what you bind. I want to test and I had some trouble with bindings like this (define-key map [down] 'osxkeys-visual-line-down-in-buffers) > To cover the TTY situation, one could simply remap everything bound to > next-line and previous-line to the new commands when the minor mode is on. > > I wouldn't like to introduce new and different bindings for these functions.