From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "B. Smith-Mannschott" Newsgroups: gmane.emacs.help Subject: Re: How to move the cursor to the bottom of the screen? Date: Wed, 9 Jan 2008 19:44:14 +0100 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v915) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1199904298 599 80.91.229.12 (9 Jan 2008 18:44:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 9 Jan 2008 18:44:58 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Ye ilho Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jan 09 19:45:19 2008 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 1JCfvO-0005wg-HF for geh-help-gnu-emacs@m.gmane.org; Wed, 09 Jan 2008 19:45:14 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JCfv1-0000ad-6o for geh-help-gnu-emacs@m.gmane.org; Wed, 09 Jan 2008 13:44:51 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JCfui-0000XP-3w for help-gnu-emacs@gnu.org; Wed, 09 Jan 2008 13:44:32 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JCfug-0000UM-E6 for help-gnu-emacs@gnu.org; Wed, 09 Jan 2008 13:44:31 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JCfug-0000U3-3w for help-gnu-emacs@gnu.org; Wed, 09 Jan 2008 13:44:30 -0500 Original-Received: from fg-out-1718.google.com ([72.14.220.158]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JCfuf-0006g1-Gc for help-gnu-emacs@gnu.org; Wed, 09 Jan 2008 13:44:30 -0500 Original-Received: by fg-out-1718.google.com with SMTP id d23so629842fga.30 for ; Wed, 09 Jan 2008 10:44:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:cc:message-id:from:to:in-reply-to:content-type:content-transfer-encoding:mime-version:subject:date:references:x-mailer; bh=d8KF+0XPdBFTl4vhCktxmx/Z2OUG5mkLaNc7u+Rbx7E=; b=DM75HHrVWjVFJlxfrnqI+4E0gVYE4fnLbO8IovHpupqB6eQ7Fzey9r+aEz0Y8rvk+OG/VZWqVmuULakrTGjMFVqRFfSBcokPEjutoVLnVRGCNz2xWtYN1NSC+TAIuyy7rPagWSaaj2R4QEqxPFNbwiUemM5i0uZaMr3C6RMTpKw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=cc:message-id:from:to:in-reply-to:content-type:content-transfer-encoding:mime-version:subject:date:references:x-mailer; b=M0twcM0LodKwSVzd1CkJnjwEXv3BUlvaT7wxlg7Boehra4r4Jbt3kUYM9WSy5jljwwyyy5kruAAPj/Z37V8bgxn8DeR6D8oMy3JuWihGyTedQOCeO45P9ySTZDtSRIlt38nPjxYP4epgcSJUVwpAcxbr4P7b1LDU7k70+sLZFt0= Original-Received: by 10.86.79.19 with SMTP id c19mr935626fgb.31.1199904267477; Wed, 09 Jan 2008 10:44:27 -0800 (PST) Original-Received: from ?192.168.2.3? ( [91.113.81.47]) by mx.google.com with ESMTPS id 4sm840788fgg.4.2008.01.09.10.44.25 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 09 Jan 2008 10:44:26 -0800 (PST) In-Reply-To: X-Mailer: Apple Mail (2.915) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) 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:50603 Archived-At: On Jan 9, 2008, at 18:58, Ye ilho wrote: > Hi everyone, > > I am sorry for my ignorance but I was trying to find out how to move > the cursor to the bottom/middle/top of the screen? > In other words, when I edit something, I sometimes want to go to the > top of the screen I see with one key stroke. > Is there any key for that? Or should I create a macro for this? > Please kindly let me know. Thanks in advance. > C-h b Will show you a list of key bindings. In particular: M-< beginning-of-buffer M-> end-of-buffer M-< can be typed as: [ESCape key] [< key] On the mac you may be able to hold down command or option while typing < to get the same effect. Under windows the ALT key will do this. / ben