GNU bug report logs - #19157
25.0.50; Horizontal auto-scrolling

Previous Next

Package: emacs;

Reported by: Dani Moncayo <dmoncayo <at> gmail.com>

Date: Sun, 23 Nov 2014 22:48:02 UTC

Severity: normal

Found in version 25.0.50

Done: Dani Moncayo <dmoncayo <at> gmail.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 19157 in the body.
You can then email your comments to 19157 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#19157; Package emacs. (Sun, 23 Nov 2014 22:48:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Dani Moncayo <dmoncayo <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Sun, 23 Nov 2014 22:48:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Dani Moncayo <dmoncayo <at> gmail.com>
To: bug-gnu-emacs <bug-gnu-emacs <at> gnu.org>
Subject: 25.0.50; Horizontal auto-scrolling
Date: Sun, 23 Nov 2014 23:47:51 +0100
[Message part 1 (text/plain, inline)]
Recipe:
  emacs -Q
  M-x toggle-truncate-lines RET
  ; Visit the attached file
  Type: C-s t l s . c C-s C-s


After the third 'C-s', the cursor is again over the original matching
word but we can't see it.  Emacs should do horizontal auto-scrolling
during Isearch, just as it does vertical auto-scrolling.

In GNU Emacs 25.0.50.5 (i686-w64-mingw32)
 of 2014-11-23 on LEG570
Windowing system distributor `Microsoft Corp.', version 6.3.9600
Configured using:
 `configure --without-dbus CPPFLAGS=-I/mingw32/include'

-- 
Dani Moncayo
[test (application/octet-stream, attachment)]

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#19157; Package emacs. (Mon, 24 Nov 2014 08:30:03 GMT) Full text and rfc822 format available.

Message #8 received at 19157 <at> debbugs.gnu.org (full text, mbox):

From: Dani Moncayo <dmoncayo <at> gmail.com>
To: 19157 <at> debbugs.gnu.org
Subject: Re: bug#19157: 25.0.50; Horizontal auto-scrolling
Date: Mon, 24 Nov 2014 09:29:29 +0100
> Recipe:
>   emacs -Q
>   M-x toggle-truncate-lines RET
>   ; Visit the attached file
>   Type: C-s t l s . c C-s C-s

Opps, as you surely have noticed, the intended recipe is this one:

   emacs -Q
   ; Visit the attached file
   M-x toggle-truncate-lines RET
   Type: C-s t l s . c C-s C-s

Sorry.

-- 
Dani Moncayo




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#19157; Package emacs. (Mon, 24 Nov 2014 13:37:02 GMT) Full text and rfc822 format available.

Message #11 received at 19157 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Dani Moncayo <dmoncayo <at> gmail.com>
Cc: 19157 <at> debbugs.gnu.org
Subject: Re: bug#19157: 25.0.50; Horizontal auto-scrolling
Date: Mon, 24 Nov 2014 15:36:15 +0200
> Date: Mon, 24 Nov 2014 09:29:29 +0100
> From: Dani Moncayo <dmoncayo <at> gmail.com>
> 
> > Recipe:
> >   emacs -Q
> >   M-x toggle-truncate-lines RET
> >   ; Visit the attached file
> >   Type: C-s t l s . c C-s C-s
> 
> Opps, as you surely have noticed, the intended recipe is this one:
> 
>    emacs -Q
>    ; Visit the attached file
>    M-x toggle-truncate-lines RET
>    Type: C-s t l s . c C-s C-s
> 

Fixed in 9faf591 on master.

The incorrect code in isearch.el was there since about forever.  I
have no idea why this problem is only visible on the trunk; I suspect
some recent redisplay optimization exposed it.  If you have time to
bisect, perhaps we will learn something non-trivial.

Thanks.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#19157; Package emacs. (Mon, 24 Nov 2014 13:58:02 GMT) Full text and rfc822 format available.

Message #14 received at 19157 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: dmoncayo <at> gmail.com
Cc: 19157 <at> debbugs.gnu.org
Subject: Re: bug#19157: 25.0.50; Horizontal auto-scrolling
Date: Mon, 24 Nov 2014 15:58:00 +0200
> Date: Mon, 24 Nov 2014 15:36:15 +0200
> From: Eli Zaretskii <eliz <at> gnu.org>
> Cc: 19157 <at> debbugs.gnu.org
> 
> The incorrect code in isearch.el was there since about forever.  I
> have no idea why this problem is only visible on the trunk; I suspect
> some recent redisplay optimization exposed it.  If you have time to
> bisect, perhaps we will learn something non-trivial.

Using old binaries I kept around, I was able to determine that the bug
appeared somewhere between 26 July and 27 July 2014 (bzr trunk
version 117575 works correctly, while 117589 does not).  That range of
revisions includes the pixelwise-resizing changes...




Reply sent to Dani Moncayo <dmoncayo <at> gmail.com>:
You have taken responsibility. (Mon, 24 Nov 2014 18:51:02 GMT) Full text and rfc822 format available.

Notification sent to Dani Moncayo <dmoncayo <at> gmail.com>:
bug acknowledged by developer. (Mon, 24 Nov 2014 18:51:02 GMT) Full text and rfc822 format available.

Message #19 received at 19157-done <at> debbugs.gnu.org (full text, mbox):

From: Dani Moncayo <dmoncayo <at> gmail.com>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 19157-done <at> debbugs.gnu.org
Subject: Re: bug#19157: 25.0.50; Horizontal auto-scrolling
Date: Mon, 24 Nov 2014 19:50:27 +0100
> Fixed in 9faf591 on master.

Confirmed.  Closing.

Thanks!

-- 
Dani Moncayo




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 23 Dec 2014 12:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 10 years and 185 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.