Re: Cursor placement with mouse in long lines with wrapped tab

2007-01-25 Thread Kim F. Storm
Klaus Zeitler <[EMAIL PROTECTED]> writes:

> Sorry for the late response, I have been on vacation. I think we're talking
> about the following patch:
>
> *** emacs/src/xdisp.c.~1.1130.~   2006-11-26 16:47:55.0 -0500
> --- emacs/src/xdisp.c 2006-11-30 14:03:33.0 -0500
> ***
> *** 6828,6834 
> break;
>
>   case MOVE_LINE_CONTINUED:
> !   it->continuation_lines_width += it->current_x;
> break;
>
>   default:
> --- 6828,6835 
> break;
>
>   case MOVE_LINE_CONTINUED:
> !   it->continuation_lines_width +=
> ! (it->c == '\t') ? it->last_visible_x : it->current_x;
> break;
>
>   default:
>
>
> Yesterday I fetched the newest CVS version and for me it doesn't work without
> this patch.

Thanks.

Chong, will you install your patch?

-- 
Kim F. Storm <[EMAIL PROTECTED]> http://www.cua.dk



___
emacs-pretest-bug mailing list
emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug


Re: Cursor placement with mouse in long lines with wrapped tab

2007-01-24 Thread Klaus Zeitler
> "Kim" == Kim F Storm <[EMAIL PROTECTED]> writes:
Kim> 
Kim> Klaus Zeitler <[EMAIL PROTECTED]> writes:
>> >> When I change the frame to 81 columns (the tab in the long line is now
>> >> wrapped after 1 char), clicking on the '7' will set the cursor to '6'.
>> >> 
>> >> In GNU Emacs 22.0.50.14 (sparc-sun-solaris2.8, Motif Version 2.1.0)
>> >> of 2006-11-28 on sfsws4
>> I have the patch installed that Chong suggested and with this patch it
>> works fine. But when I remove Chong's patch, the bug is reproducible
>> again.
Kim> 
Kim> Has this patch been installed in CVS?

Sorry for the late response, I have been on vacation. I think we're talking
about the following patch:

*** emacs/src/xdisp.c.~1.1130.~ 2006-11-26 16:47:55.0 -0500
--- emacs/src/xdisp.c   2006-11-30 14:03:33.0 -0500
***
*** 6828,6834 
  break;

case MOVE_LINE_CONTINUED:
! it->continuation_lines_width += it->current_x;
  break;

default:
--- 6828,6835 
  break;

case MOVE_LINE_CONTINUED:
! it->continuation_lines_width +=
!   (it->c == '\t') ? it->last_visible_x : it->current_x;
  break;

default:


Yesterday I fetched the newest CVS version and for me it doesn't work without
this patch.

Klaus

-- 
 --
|  Klaus Zeitler  Alcatel-Lucent   |
|  Email: [EMAIL PROTECTED]  |
 --
---
Virtue is its own punishment.


___
emacs-pretest-bug mailing list
emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug


Re: Cursor placement with mouse in long lines with wrapped tab

2007-01-04 Thread Richard Stallman
> I have the patch installed that Chong suggested and with this patch it 
works
> fine. But when I remove Chong's patch, the bug is reproducible again.

Has this patch been installed in CVS?

Chong Yidong seems to be on vacation, since he is not answering.  It
would be useful if you, or someone else, could check whether his patch
is installed.



___
emacs-pretest-bug mailing list
emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug


Re: Cursor placement with mouse in long lines with wrapped tab

2007-01-04 Thread Kim F. Storm
Klaus Zeitler <[EMAIL PROTECTED]> writes:

>> "Chris" == Chris Moore <[EMAIL PROTECTED]> writes:
> Chris> 
> Chris> Klaus Zeitler <[EMAIL PROTECTED]> writes:
> >> When I change the frame to 81 columns (the tab in the long line is now
> >> wrapped after 1 char), clicking on the '7' will set the cursor to '6'.
> >> 
> >> In GNU Emacs 22.0.50.14 (sparc-sun-solaris2.8, Motif Version 2.1.0)
> >> of 2006-11-28 on sfsws4
> Chris> 
> Chris> I can't reproduce that behaviour in "GNU Emacs 22.0.91.24
> Chris> (i686-pc-linux-gnu, GTK+ Version 2.8.20)\n of 2006-12-06 on 
> chrislap"
> Chris> - could you try rebuilding from newer sources and see if it still
> Chris> happens?
>
> I have the patch installed that Chong suggested and with this patch it works
> fine. But when I remove Chong's patch, the bug is reproducible again.

Has this patch been installed in CVS?

-- 
Kim F. Storm <[EMAIL PROTECTED]> http://www.cua.dk



___
emacs-pretest-bug mailing list
emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug


Re: Cursor placement with mouse in long lines with wrapped tab

2006-12-11 Thread Klaus Zeitler
> "Chris" == Chris Moore <[EMAIL PROTECTED]> writes:
Chris> 
Chris> Klaus Zeitler <[EMAIL PROTECTED]> writes:
>> When I change the frame to 81 columns (the tab in the long line is now
>> wrapped after 1 char), clicking on the '7' will set the cursor to '6'.
>> 
>> In GNU Emacs 22.0.50.14 (sparc-sun-solaris2.8, Motif Version 2.1.0)
>> of 2006-11-28 on sfsws4
Chris> 
Chris> I can't reproduce that behaviour in "GNU Emacs 22.0.91.24
Chris> (i686-pc-linux-gnu, GTK+ Version 2.8.20)\n of 2006-12-06 on chrislap"
Chris> - could you try rebuilding from newer sources and see if it still
Chris> happens?

I have the patch installed that Chong suggested and with this patch it works
fine. But when I remove Chong's patch, the bug is reproducible again.

Klaus



-- 
 --
|  Klaus Zeitler  Alcatel-Lucent   |
|  Email: [EMAIL PROTECTED]  |
 --
---
Injustice anywhere is a threat to justice
everywhere.-- Martin Luther King, Jr.


___
emacs-pretest-bug mailing list
emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug


Re: Cursor placement with mouse in long lines with wrapped tab

2006-12-07 Thread Chris Moore
Klaus Zeitler <[EMAIL PROTECTED]> writes:

> When I change the frame to 81 columns (the tab in the long line is now wrapped
> after 1 char), clicking on the '7' will set the cursor to '6'.
>
> In GNU Emacs 22.0.50.14 (sparc-sun-solaris2.8, Motif Version 2.1.0)
>  of 2006-11-28 on sfsws4

I can't reproduce that behaviour in "GNU Emacs 22.0.91.24
(i686-pc-linux-gnu, GTK+ Version 2.8.20)\n of 2006-12-06 on chrislap"
- could you try rebuilding from newer sources and see if it still
happens?


___
emacs-pretest-bug mailing list
emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug