From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: xgl99@mails.tsinghua.edu.cn Newsgroups: gmane.emacs.bugs Subject: M-> cannot go to the end of buffer Date: Sat, 02 Jul 2005 15:07:13 +0800 Message-ID: <320288033.00840@mails.tsinghua.edu.cn> Reply-To: xgl99@mails.tsinghua.edu.cn NNTP-Posting-Host: main.gmane.org Content-Type: text/plain X-Trace: sea.gmane.org 1120288961 12986 80.91.229.2 (2 Jul 2005 07:22:41 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 2 Jul 2005 07:22:41 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Jul 02 09:22:30 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DocKQ-0006Yb-Qt for geb-bug-gnu-emacs@m.gmane.org; Sat, 02 Jul 2005 09:22:18 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DocT2-00079e-1M for geb-bug-gnu-emacs@m.gmane.org; Sat, 02 Jul 2005 03:31:12 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DocRr-0006iM-T3 for bug-gnu-emacs@gnu.org; Sat, 02 Jul 2005 03:30:00 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DocRo-0006gn-6n for bug-gnu-emacs@gnu.org; Sat, 02 Jul 2005 03:29:58 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DocRn-0006gB-Ua for bug-gnu-emacs@gnu.org; Sat, 02 Jul 2005 03:29:56 -0400 Original-Received: from [166.111.8.16] (helo=mails.tsinghua.edu.cn) by monty-python.gnu.org with smtp (Exim 4.34) id 1DocSw-0005lv-PE for bug-gnu-emacs@gnu.org; Sat, 02 Jul 2005 03:31:07 -0400 Original-Received: (eyou send program); Sat, 02 Jul 2005 15:07:13 +0800 Original-Received: from 166.111.201.235 by mails.tsinghua.edu.cn with HTTP; Sat, 02 Jul 2005 15:07:13 +0800 X-WebMAIL-MUA: [166.111.201.235] Original-To: bug-gnu-emacs@gnu.org X-Priority: 3 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:12391 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:12391 hi, I am using the CVS version of emacs. I notice a problem that M-> cannot go to the end of buffer when the number of lines is larger than 35. I am not sure if it is a bug. Guanglei