all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Syohei Yoshida <syohex@gmail.com>
Cc: mvoteiza@udel.edu, 19535-done@debbugs.gnu.org
Subject: bug#19535: 25.0.50; incorrect cursor display at EOB
Date: Thu, 08 Jan 2015 15:50:51 +0200	[thread overview]
Message-ID: <83y4pd5qkk.fsf@gnu.org> (raw)
In-Reply-To: <CAFX6MONJ6UcWEEfX-1Gz2rHoWFL+6_has-WQv=ucbOWgs8rZrA@mail.gmail.com>

> Date: Thu, 8 Jan 2015 15:48:26 +0900
> From: Syohei Yoshida <syohex@gmail.com>
> 
> I have same problem.
> 
> This bug was introduced at bc78ff2603b.
> I cannot reproduce revision 58f2d6ef32b28a787.
> 
> 
> 2015-01-08 11:20 GMT+09:00 Mark Oteiza <mvoteiza@udel.edu>:
> >
> > Hi,
> >
> > Somewhere between c477f20 and 88bc833 (10 commits), the cursor appears
> > to be displayed incorrectly when navigating to the last line of a
> > buffer.  For instance,
> >
> > 1. emacs -nw -Q
> > 2. ^P
> > 3. ^N
> >
> > Cursor is now shown at the last column of the frame.  Insert `C-x 3`
> > between steps 1 and 2, and one should notice the cursor being displayed
> > in the wrong window.

Yes, this is fallout from the "Qnil is zero" change.  The display
engine relied on the fact that a zero value in C was a Lisp integer,
but now it's a symbol, and all hell broke lose.

Fixed in commit daa18b5.

Thanks.





      reply	other threads:[~2015-01-08 13:50 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-08  2:20 bug#19535: 25.0.50; incorrect cursor display at EOB Mark Oteiza
2015-01-08  6:48 ` Syohei Yoshida
2015-01-08 13:50   ` Eli Zaretskii [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=83y4pd5qkk.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=19535-done@debbugs.gnu.org \
    --cc=mvoteiza@udel.edu \
    --cc=syohex@gmail.com \
    /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.