From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Fernando Dobladez Newsgroups: gmane.emacs.help Subject: Re: current line to top or bottom of window Date: Mon, 12 Aug 2002 11:15:19 -0500 Sender: help-gnu-emacs-admin@gnu.org Message-ID: <3D57DF17.5030406@fuego.com> References: <3D568C2F.1E362E18@pacbell.net> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1029168974 28609 127.0.0.1 (12 Aug 2002 16:16:14 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 12 Aug 2002 16:16:14 +0000 (UTC) Cc: help-gnu-emacs@gnu.org Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17eHrX-0007RD-00 for ; Mon, 12 Aug 2002 18:16:11 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17eHsP-0000JN-00; Mon, 12 Aug 2002 12:17:05 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17eHsC-0000It-00 for help-gnu-emacs@gnu.org; Mon, 12 Aug 2002 12:16:52 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17eHsA-0000Ih-00 for help-gnu-emacs@gnu.org; Mon, 12 Aug 2002 12:16:51 -0400 Original-Received: from [65.201.108.41] (helo=saturn.fuegotech.com) by monty-python.gnu.org with esmtp (Exim 4.10) id 17eHsA-0000Ic-00 for help-gnu-emacs@gnu.org; Mon, 12 Aug 2002 12:16:50 -0400 Original-Received: from fuego.com ([192.168.0.250]) by saturn.fuegotech.com with Microsoft SMTPSVC(5.0.2195.4453); Mon, 12 Aug 2002 11:16:50 -0500 User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020607 X-Accept-Language: en-us, en Original-To: Bruce Korb X-OriginalArrivalTime: 12 Aug 2002 16:16:50.0118 (UTC) FILETIME=[A9DD0660:01C2421B] Errors-To: help-gnu-emacs-admin@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:803 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:803 This default keybindings do the job: 'C-0 C-l' and 'C-- C-l' or maybe, what you wanted is: 'M-0 M-r' and 'M-- M-r' Fer Bruce Korb wrote: >Hi, > >Once upon a time, I used to be able to move the line with point >to the top or bottom of the window by clicking the scroll area >with the left (top) or right (bottom) button. The new version >of emacs won't let me do that. I've wandered around the docs >quite a bit and haven't found any way to do it, short of learning >emacs-lisp and writing my own macro. That seems a little over >the top. :-( Does *anyone* have macros for this, either as >a keyboard macro or a mouse click? Thank you. I will *sure* >appreciate it!! > > >_______________________________________________ >Help-gnu-emacs mailing list >Help-gnu-emacs@gnu.org >http://mail.gnu.org/mailman/listinfo/help-gnu-emacs > > >