From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Steven Woody Newsgroups: gmane.emacs.help Subject: Problem With Emacs Lisp Mode Date: Sun, 26 Jun 2005 19:57:57 +0800 Message-ID: <877jgh5nzu.fsf@narke.yellow.line> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1119787295 26295 80.91.229.2 (26 Jun 2005 12:01:35 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 26 Jun 2005 12:01:35 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Jun 26 14:01:34 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DmVp9-00088p-9V for geh-help-gnu-emacs@m.gmane.org; Sun, 26 Jun 2005 14:01:19 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DmVwZ-0003Wg-P0 for geh-help-gnu-emacs@m.gmane.org; Sun, 26 Jun 2005 08:08:59 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsgate.cistron.nl!newsfeed.bit.nl!border1.nntp.ams.giganews.com!nntp.giganews.com!uio.no!quimby.gnus.org!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 14 Original-NNTP-Posting-Host: 61.145.232.112 Original-X-Trace: quimby.gnus.org 1119787019 2412 61.145.232.112 (26 Jun 2005 11:56:59 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: Sun, 26 Jun 2005 11:56:59 +0000 (UTC) User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:ie991+mqfShMwyRal8Jwp/gMEFw= Original-Xref: shelby.stanford.edu gnu.emacs.help:132181 Original-To: help-gnu-emacs@gnu.org 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:27656 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:27656 everyone knows that a Ctrl-e will move the cursor to the end of current statement, but in Emacs Lisp mode, it seems no the true to me. Created a .el file and typed in something like below, (setq a 1) (setq b 2) then, i put the cursor on the begin of the first sentence, the do a Ctrl-e, the cursor will unexpectedly go to the end of the second sentence! has anyone encountered this kind of problem? i like to share your solution. thanks! - narke