emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#19535: closed (25.0.50; incorrect cursor display a


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#19535: closed (25.0.50; incorrect cursor display at EOB)
Date: Thu, 08 Jan 2015 13:51:02 +0000

Your message dated Thu, 08 Jan 2015 15:50:51 +0200
with message-id <address@hidden>
and subject line Re: bug#19535: 25.0.50; incorrect cursor display at EOB
has caused the debbugs.gnu.org bug report #19535,
regarding 25.0.50; incorrect cursor display at EOB
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
19535: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=19535
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 25.0.50; incorrect cursor display at EOB Date: Wed, 07 Jan 2015 21:20:14 -0500
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.



--- End Message ---
--- Begin Message --- Subject: Re: bug#19535: 25.0.50; incorrect cursor display at EOB Date: Thu, 08 Jan 2015 15:50:51 +0200
> Date: Thu, 8 Jan 2015 15:48:26 +0900
> From: Syohei Yoshida <address@hidden>
> 
> 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 <address@hidden>:
> >
> > 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.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]