From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Matthew Flaschen Newsgroups: gmane.emacs.help Subject: Re: Alt-v behavior near beginning of buffer Date: Sat, 27 Jan 2007 02:36:38 -0500 Message-ID: <45BB0106.7040007@gatech.edu> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0080261796==" X-Trace: sea.gmane.org 1169883427 19020 80.91.229.12 (27 Jan 2007 07:37:07 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 27 Jan 2007 07:37:07 +0000 (UTC) Cc: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Jan 27 08:37:01 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HAi7Q-0002Ht-Eo for geh-help-gnu-emacs@m.gmane.org; Sat, 27 Jan 2007 08:37:00 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HAi7P-0002fh-Ny for geh-help-gnu-emacs@m.gmane.org; Sat, 27 Jan 2007 02:36:59 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HAi7D-0002fc-Pg for help-gnu-emacs@gnu.org; Sat, 27 Jan 2007 02:36:47 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HAi7B-0002fQ-BA for help-gnu-emacs@gnu.org; Sat, 27 Jan 2007 02:36:46 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HAi7B-0002fN-3v for help-gnu-emacs@gnu.org; Sat, 27 Jan 2007 02:36:45 -0500 Original-Received: from deliverator8.gatech.edu ([130.207.165.183]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.52) id 1HAi7A-0001yj-PO for help-gnu-emacs@gnu.org; Sat, 27 Jan 2007 02:36:44 -0500 Original-Received: from deliverator8.gatech.edu (localhost [127.0.0.1]) by localhost (Postfix) with SMTP id C32EF159 for ; Sat, 27 Jan 2007 02:36:43 -0500 (EST) (envelope-from matthew.flaschen@gatech.edu) Original-Received: from mailprx2.gatech.edu (mailprx2.prism.gatech.edu [130.207.171.21]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (Client CN "smtp.mail.gatech.edu", Issuer "RSA Data Security, Inc." (verified OK)) by deliverator8.gatech.edu (Postfix) with ESMTP id 7F59E5C for ; Sat, 27 Jan 2007 02:36:43 -0500 (EST) (envelope-from matthew.flaschen@gatech.edu) Original-Received: from [128.61.73.81] (r73h81.res.gatech.edu [128.61.73.81]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) (sasl: method=PLAIN, username=mflaschen3@mailprx2.gatech.edu, sender=n/a) by mailprx2.gatech.edu (Postfix) with ESMTP id 3F7222610 for ; Sat, 27 Jan 2007 02:36:43 -0500 (EST) (envelope-from matthew.flaschen@gatech.edu) User-Agent: Thunderbird 1.5.0.9 (X11/20070103) In-Reply-To: X-Enigmail-Version: 0.94.1.2 X-GT-Spam-Rating: (7%) X-GT-Spam-Details: No antispam rules were triggered by this message X-GT-AVAS-Version: 5.2.1.279297, Antispam-Engine: 2.4.0.264935, Antispam-Data: 2007.1.26.232432 X-detected-kernel: Solaris 9 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:40701 Archived-At: This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --===============0080261796== Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigB1E5065F4B9EEDCE94C1C711" This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigB1E5065F4B9EEDCE94C1C711 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Eric Eide wrote: > "Matthew" =3D=3D Matthew Flaschen writes:= >=20 > Matthew> I am trying to figure out how to create a new function that > Matthew> will scroll up a screen if possible, or go the beginning of > Matthew> the buffer otherwise; I would then bind this to M-v. > Matthew> Ultimately, I want to have the corollary behavior for C-v. >=20 > If you want an Emacs add-on that does this (and much more), you might t= ry: >=20 > http://www.cs.utah.edu/~eeide/emacs/scroll-in-place.el.gz >=20 > Eric. >=20 Sometimes I think it's impossible to do anything in emacs without reinventing the wheel. ;) However, the package seems a bit hefty, given that the emacs scrolling behavior (after my adjustment) doesn't really bother me. I'll hold off installing it for now, but may do so later. Thanks, Matt --------------enigB1E5065F4B9EEDCE94C1C711 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFFuwEKQ5LSyju97VkRApGnAKCVO6I2S97NXAIsHO6n/OrknwbaMACfXlBs 1PVbBEc3piFec4k9WcaqOrU= =ko9J -----END PGP SIGNATURE----- --------------enigB1E5065F4B9EEDCE94C1C711-- --===============0080261796== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ help-gnu-emacs mailing list help-gnu-emacs@gnu.org http://lists.gnu.org/mailman/listinfo/help-gnu-emacs --===============0080261796==--