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
_______________________________________________
Help-gnu-emacs mailing list
Help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

Reply via email to