From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo de Moraes Serpa Subject: Re: Re: [OT-emacs] Scrolling horizontally Date: Tue, 1 Feb 2011 09:53:57 -0600 Message-ID: References: <87aaigvwee.fsf@member.fsf.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=55807 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PkIc8-0001jV-Kl for emacs-orgmode@gnu.org; Tue, 01 Feb 2011 10:58:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PkIbx-0002XT-0s for emacs-orgmode@gnu.org; Tue, 01 Feb 2011 10:57:46 -0500 Received: from mail-iy0-f169.google.com ([209.85.210.169]:59695) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PkIbw-0002XP-Sg for emacs-orgmode@gnu.org; Tue, 01 Feb 2011 10:57:44 -0500 Received: by iyj17 with SMTP id 17so7255966iyj.0 for ; Tue, 01 Feb 2011 07:57:44 -0800 (PST) In-Reply-To: <87aaigvwee.fsf@member.fsf.org> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Tassilo Horn Cc: emacs-orgmode@gnu.org I've seen this article, but thanks for pointing anyway. What I'd like is a good integration with the Mac/OSX trackpad, I've tried, but couldn't. I haven't checked if AquaMacs has any improvements on this side, anyone out there that could share something? I also noticed that there's a tendency of people prefering to use cocoa over aquamacs in the emacs osx community, not sure why. Anyway, this is starting to be too OT, so, I might as well just post it on the emacs-users mailing list. I just wanted to know if there are other OSX (or non-osx) users that share my feelings. Thanks, Marcelo. On Tue, Feb 1, 2011 at 5:15 AM, Tassilo Horn wrote= : > Marcelo de Moraes Serpa writes: > > Hi Marcelo, > >> The only way I've found was to actually go to the long line and press >> C-e, which is totally not what I would like :) > > ,----[ C-h f scroll-left RET ] > | scroll-left is an interactive built-in function in `C source code'. > | > | It is bound to , C-x <. > | > | (scroll-left &optional ARG SET-MINIMUM) > | > | Scroll selected window display ARG columns left. > | Default for ARG is window width minus 2. > | Value is the total amount of leftward horizontal scrolling in > | effect after the change. > | If SET-MINIMUM is non-nil, the new scroll amount becomes the > | lower bound for automatic scrolling, i.e. automatic scrolling > | will not scroll a window to a column less than the value returned > | by this function. =A0This happens in an interactive call. > `---- > > ,----[ C-h f scroll-right RET ] > | scroll-right is an interactive built-in function in `C source code'. > | > | It is bound to , C-x >. > | > | (scroll-right &optional ARG SET-MINIMUM) > | > | Scroll selected window display ARG columns right. > | Default for ARG is window width minus 2. > | Value is the total amount of leftward horizontal scrolling in > | effect after the change. > | If SET-MINIMUM is non-nil, the new scroll amount becomes the > | lower bound for automatic scrolling, i.e. automatic scrolling > | will not scroll a window to a column less than the value returned > | by this function. =A0This happens in an interactive call. > `---- > > As you can read, those scroll about one window width by default. =A0If yo= u > want to have a more "smooth" horizontal scroll experience, you could > wrap two custum commands around that call the default functions with a > sufficiently small ARG. > > Bye, > Tassilo > > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode >