help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Problem With Emacs Lisp Mode


From: Steven Woody
Subject: Problem With Emacs Lisp Mode
Date: Sun, 26 Jun 2005 19:57:57 +0800
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux)

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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]