all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* move-end-of-line vs just search for newline char?
@ 2010-03-09 17:01 Xah Lee
  2010-03-09 20:27 ` Uday S Reddy
  2010-03-11  8:37 ` Alan Mackenzie
  0 siblings, 2 replies; 4+ messages in thread
From: Xah Lee @ 2010-03-09 17:01 UTC (permalink / raw)
  To: help-gnu-emacs

There's the move-end-of-line function. The source code and doc seems a
bit complicated.

my question is, what's the difference if i just call

  (search-forward "\n")
  (backward-char 1)

Thanks.

  Xah
∑ http://xahlee.org/^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-03-11  8:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-09 17:01 move-end-of-line vs just search for newline char? Xah Lee
2010-03-09 20:27 ` Uday S Reddy
2010-03-09 21:38   ` Xah Lee
2010-03-11  8:37 ` Alan Mackenzie

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.