From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.help Subject: Re: Problem With Emacs Lisp Mode Date: Tue, 28 Jun 2005 03:16:02 -0400 Organization: Bell Sympatico Message-ID: <87k6kf7y0z.fsf-monnier+gnu.emacs.help@gnu.org> References: <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 1119943671 9491 80.91.229.2 (28 Jun 2005 07:27:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 28 Jun 2005 07:27:51 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jun 28 09:27:51 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DnAVX-0007qg-O2 for geh-help-gnu-emacs@m.gmane.org; Tue, 28 Jun 2005 09:27:47 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DnAdK-0000i9-Ou for geh-help-gnu-emacs@m.gmane.org; Tue, 28 Jun 2005 03:35:50 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.kjsl.com!news.glorb.com!border1.nntp.dca.giganews.com!border2.nntp.dca.giganews.com!nntp.giganews.com!wns13feed!worldnet.att.net!207.35.177.252!nf3.bellglobal.com!nf1.bellglobal.com!nf2.bellglobal.com!news20.bellglobal.com.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:a0MhAsqk6aUhE5LR+weBJCxE2+0= Original-Lines: 17 Original-NNTP-Posting-Host: 67.71.35.153 Original-X-Complaints-To: abuse@sympatico.ca Original-X-Trace: news20.bellglobal.com 1119942961 67.71.35.153 (Tue, 28 Jun 2005 03:16:01 EDT) Original-NNTP-Posting-Date: Tue, 28 Jun 2005 03:16:01 EDT Original-Xref: shelby.stanford.edu gnu.emacs.help:132211 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:27686 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:27686 > 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! You're running Emacs-CVS, i.e. unreleased software with weird bugs. As explained in the file INSTALL.CVS, report problems via M-x report-emacs-bug to emacs-pretest-bug@gnu.org. Stefan