all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#9224: Scrolling bugs and word wrapping
@ 2011-08-02 18:01 Antoine Levitt
  2011-08-02 18:05 ` Antoine Levitt
  2011-08-02 19:05 ` Eli Zaretskii
  0 siblings, 2 replies; 7+ messages in thread
From: Antoine Levitt @ 2011-08-02 18:01 UTC (permalink / raw)
  To: 9224

Hi,

(setq-default word-wrap t)
C-x C-f scrolling-fail.el
position point on "b"
C-p, watch point going to beginning of line instead of previous line

This started quite recently, and fails even with (setq
bidi-display-reordering nil)






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

* bug#9224: Scrolling bugs and word wrapping
  2011-08-02 18:01 bug#9224: Scrolling bugs and word wrapping Antoine Levitt
@ 2011-08-02 18:05 ` Antoine Levitt
  2011-08-02 19:05 ` Eli Zaretskii
  1 sibling, 0 replies; 7+ messages in thread
From: Antoine Levitt @ 2011-08-02 18:05 UTC (permalink / raw)
  To: 9224

[-- Attachment #1: Type: text/plain, Size: 307 bytes --]

02/08/11 20:01, Antoine Levitt
> Hi,
>
> (setq-default word-wrap t)
> C-x C-f scrolling-fail.el
> position point on "b"
> C-p, watch point going to beginning of line instead of previous line
>
> This started quite recently, and fails even with (setq
> bidi-display-reordering nil)

Once more, with feeling:

[-- Attachment #2: scrolling_fail.el --]
[-- Type: application/emacs-lisp, Size: 11 bytes --]

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

* bug#9224: Scrolling bugs and word wrapping
  2011-08-02 18:01 bug#9224: Scrolling bugs and word wrapping Antoine Levitt
  2011-08-02 18:05 ` Antoine Levitt
@ 2011-08-02 19:05 ` Eli Zaretskii
  2011-08-02 20:34   ` Antoine Levitt
  1 sibling, 1 reply; 7+ messages in thread
From: Eli Zaretskii @ 2011-08-02 19:05 UTC (permalink / raw)
  To: Antoine Levitt; +Cc: 9224

> From: Antoine Levitt <antoine.levitt@gmail.com>
> Date: Tue, 02 Aug 2011 20:01:33 +0200
> 
> (setq-default word-wrap t)
> C-x C-f scrolling-fail.el
> position point on "b"
> C-p, watch point going to beginning of line instead of previous line
> 
> This started quite recently, and fails even with (setq
> bidi-display-reordering nil)

Could you please bisect to find the offending commit?  It's probably
my fault, even though it fails without bidi.

TIA





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

* bug#9224: Scrolling bugs and word wrapping
  2011-08-02 19:05 ` Eli Zaretskii
@ 2011-08-02 20:34   ` Antoine Levitt
  2011-08-05 14:05     ` Antoine Levitt
  0 siblings, 1 reply; 7+ messages in thread
From: Antoine Levitt @ 2011-08-02 20:34 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: 9224

02/08/11 21:05, Eli Zaretskii
>> From: Antoine Levitt <antoine.levitt@gmail.com>
>> Date: Tue, 02 Aug 2011 20:01:33 +0200
>> 
>> (setq-default word-wrap t)
>> C-x C-f scrolling-fail.el
>> position point on "b"
>> C-p, watch point going to beginning of line instead of previous line
>> 
>> This started quite recently, and fails even with (setq
>> bidi-display-reordering nil)
>
> Could you please bisect to find the offending commit?  It's probably
> my fault, even though it fails without bidi.
>
> TIA

Turns out I'm a moron. It only fails with bidi on. That's my fault for
using setq and not setq-default.





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

* bug#9224: Scrolling bugs and word wrapping
  2011-08-02 20:34   ` Antoine Levitt
@ 2011-08-05 14:05     ` Antoine Levitt
  2011-08-05 14:30       ` Eli Zaretskii
  0 siblings, 1 reply; 7+ messages in thread
From: Antoine Levitt @ 2011-08-05 14:05 UTC (permalink / raw)
  To: 9224

02/08/11 22:34, Antoine Levitt
> 02/08/11 21:05, Eli Zaretskii
>>> From: Antoine Levitt <antoine.levitt@gmail.com>
>>> Date: Tue, 02 Aug 2011 20:01:33 +0200
>>> 
>>> (setq-default word-wrap t)
>>> C-x C-f scrolling-fail.el
>>> position point on "b"
>>> C-p, watch point going to beginning of line instead of previous line
>>> 
>>> This started quite recently, and fails even with (setq
>>> bidi-display-reordering nil)
>>
>> Could you please bisect to find the offending commit?  It's probably
>> my fault, even though it fails without bidi.
>>
>> TIA
>
> Turns out I'm a moron. It only fails with bidi on. That's my fault for
> using setq and not setq-default.

Fixed now, thanks!

The memory bug also seems fixed, I'll report back if I see any increase.






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

* bug#9224: Scrolling bugs and word wrapping
  2011-08-05 14:05     ` Antoine Levitt
@ 2011-08-05 14:30       ` Eli Zaretskii
  2011-08-06  0:24         ` Antoine Levitt
  0 siblings, 1 reply; 7+ messages in thread
From: Eli Zaretskii @ 2011-08-05 14:30 UTC (permalink / raw)
  To: Antoine Levitt; +Cc: 9224-done

> From: Antoine Levitt <antoine.levitt@gmail.com>
> Date: Fri, 05 Aug 2011 16:05:45 +0200
> 
> Fixed now, thanks!

It must have been fixed indirectly, because I didn't know I fixed this
bug as well.  But I confirm it now works correctly.  Oh, well, need a
bit of luck sometimes.

I'm closing this bug, then.

> The memory bug also seems fixed, I'll report back if I see any increase.

Yes, please do.  And thanks for all your help.





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

* bug#9224: Scrolling bugs and word wrapping
  2011-08-05 14:30       ` Eli Zaretskii
@ 2011-08-06  0:24         ` Antoine Levitt
  0 siblings, 0 replies; 7+ messages in thread
From: Antoine Levitt @ 2011-08-06  0:24 UTC (permalink / raw)
  To: 9224

05/08/11 16:30, Eli Zaretskii
>> From: Antoine Levitt <antoine.levitt@gmail.com>
>> Date: Fri, 05 Aug 2011 16:05:45 +0200
>> 
>> Fixed now, thanks!
>
> It must have been fixed indirectly, because I didn't know I fixed this
> bug as well.  But I confirm it now works correctly.  Oh, well, need a
> bit of luck sometimes.
>
> I'm closing this bug, then.

Er, may have declared victory too soon on this one. Just had the exact
same thing happen to me with latest rev. At the end of
erc-scroll-to-bottom from trunk, put point like this:

                (sit-for 0)))))))X)

and C-p. It's not specific to this code either, pretty much any code
with nontrivial indentation and parentheses will do. It actually also
happens on this very message, with point on the X.

Sorry ;-)






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

end of thread, other threads:[~2011-08-06  0:24 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-02 18:01 bug#9224: Scrolling bugs and word wrapping Antoine Levitt
2011-08-02 18:05 ` Antoine Levitt
2011-08-02 19:05 ` Eli Zaretskii
2011-08-02 20:34   ` Antoine Levitt
2011-08-05 14:05     ` Antoine Levitt
2011-08-05 14:30       ` Eli Zaretskii
2011-08-06  0:24         ` Antoine Levitt

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.