unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Chong Yidong <cyd@stupidchicken.com>
Cc: emacs-devel@gnu.org
Subject: Re: C-n and fields
Date: Mon, 18 Sep 2006 11:50:02 -0400	[thread overview]
Message-ID: <87mz8x9nth.fsf@stupidchicken.com> (raw)
In-Reply-To: <E1GOyK6-0004NP-Cf@fencepost.gnu.org> (Richard Stallman's message of "Sun\, 17 Sep 2006 11\:12\:46 -0400")

Richard Stallman <rms@gnu.org> writes:

> How does line-end-position have an effect on C-n?
> I can't find any calls to it from the line-move code.
> If it does indeed get called, can you tell me how?
>
> I need to see how it gets called, and from where,
> in order to think about what is right to do there.

It's the call to end-of-line in simple.el:3597:

    (let (done)
      (while (and (> arg 0) (not done))
	;; If the following character is currently invisible,
	;; skip all characters with that same `invisible' property value.
	(while (and (not (eobp)) (line-move-invisible-p (point)))
	  (goto-char (next-char-property-change (point))))
	;; Now move a line.
	(end-of-line)
        ...

      reply	other threads:[~2006-09-18 15:50 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-09-08 11:56 C-n and fields Richard Stallman
2006-09-16 14:59 ` Chong Yidong
2006-09-17 15:12   ` Richard Stallman
2006-09-18 15:50     ` Chong Yidong [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87mz8x9nth.fsf@stupidchicken.com \
    --to=cyd@stupidchicken.com \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).