all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#19535: 25.0.50; incorrect cursor display at EOB
@ 2015-01-08  2:20 Mark Oteiza
  2015-01-08  6:48 ` Syohei Yoshida
  0 siblings, 1 reply; 3+ messages in thread
From: Mark Oteiza @ 2015-01-08  2:20 UTC (permalink / raw)
  To: 19535


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.





^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#19535: 25.0.50; incorrect cursor display at EOB
  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
  0 siblings, 1 reply; 3+ messages in thread
From: Syohei Yoshida @ 2015-01-08  6:48 UTC (permalink / raw)
  To: 19535, Mark Oteiza

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.

-- 
Syohei YOSHIDA(syohex@gmail.com)





^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#19535: 25.0.50; incorrect cursor display at EOB
  2015-01-08  6:48 ` Syohei Yoshida
@ 2015-01-08 13:50   ` Eli Zaretskii
  0 siblings, 0 replies; 3+ messages in thread
From: Eli Zaretskii @ 2015-01-08 13:50 UTC (permalink / raw)
  To: Syohei Yoshida; +Cc: mvoteiza, 19535-done

> 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.





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-01-08 13:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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

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.