all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Chong Yidong <cyd@stupidchicken.com>
Cc: emacs-devel@gnu.org
Subject: Re: [kobayays@otsukakj.co.jp: vertical-motion]
Date: Tue, 29 Aug 2006 18:17:57 -0400	[thread overview]
Message-ID: <871wqzyyne.fsf@furball.mit.edu> (raw)
In-Reply-To: <874pvwy0z8.fsf@stupidchicken.com> (Chong Yidong's message of "Mon, 28 Aug 2006 18:00:43 -0400")

> The problem is that when the iterator method at PT is GET_FROM_STRING,
> the value of it.current after calling move_it_to is PT + 1.  This is
> because the call to set_iterator_to_next in xdisp.c:6607 (inside
> move_it_in_display_line_to), upon reaching the end of the display
> string at PT, sees that there are no more strings to display at PT and
> calls pop_it, which automagically advances the iterator to PT + 1.
> The code in Fvertical_motion then misfires.
>
> I propose the following fix.  It fixes the bug described in the above
> bug report.

I have checked in the fix.

      reply	other threads:[~2006-08-29 22:17 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-08-27  8:39 [kobayays@otsukakj.co.jp: vertical-motion] Richard Stallman
2006-08-27  8:49 ` David Kastrup
2006-08-27 21:51   ` Kim F. Storm
2006-08-27 22:10     ` David Kastrup
2006-08-27 22:41       ` Kim F. Storm
2006-08-28 22:10       ` Richard Stallman
2006-08-28  9:52   ` Richard Stallman
2006-08-28 22:00 ` Chong Yidong
2006-08-29 22:17   ` 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

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

  git send-email \
    --in-reply-to=871wqzyyne.fsf@furball.mit.edu \
    --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 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.