[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: bug in 23.2.92 with anything
From: |
martin rudalics |
Subject: |
Re: bug in 23.2.92 with anything |
Date: |
Mon, 17 Jan 2011 18:48:07 +0100 |
User-agent: |
Thunderbird 2.0.0.21 (Windows/20090302) |
> Here what i changed:
>
> ,----
> | if (NILP (norecord))
> | {
> | ++window_select_count;
> | XSETFASTINT (w->use_time, window_select_count);
> | }
> |
> | /* if (EQ (window, selected_window)) */
> | /* return window; */
> | if (EQ (window, selected_window))
> | {
> | inhibit_point_swap = 0;
> | return window;
> | }
> |
> `----
>
> I have applied these changes on emacs-23 branch after this commit:
>
> ,----
> | commit d0c73d59998f4686dbb2a0d7b05e16d7161fe75d
> | Author: Stefan Monnier <address@hidden>
> | Date: Sun Jan 16 10:40:47 2011 -0500
> |
> | * image.c (syms_of_image): Don't access XSYMBOL's internals directly.
> `----
>
> and it seem to work fine :-)
> Thanks.
So this should hopefully fix my initial proposal. Could you also try
the other patch I sent you? You would have to revert to the state of
the repository for that purpose.
martin
- Re: bug in 23.2.92 with anything, (continued)
- Re: bug in 23.2.92 with anything, martin rudalics, 2011/01/15
- Re: bug in 23.2.92 with anything, Thierry Volpiatto, 2011/01/16
- Re: bug in 23.2.92 with anything, martin rudalics, 2011/01/16
- Re: bug in 23.2.92 with anything, Thierry Volpiatto, 2011/01/17
- Re: bug in 23.2.92 with anything, martin rudalics, 2011/01/17
- Re: bug in 23.2.92 with anything, Thierry Volpiatto, 2011/01/17
- Re: bug in 23.2.92 with anything, martin rudalics, 2011/01/17
- Re: bug in 23.2.92 with anything, Thierry Volpiatto, 2011/01/17
- Re: bug in 23.2.92 with anything, Thierry Volpiatto, 2011/01/17
- Re: bug in 23.2.92 with anything, Thierry Volpiatto, 2011/01/17
- Re: bug in 23.2.92 with anything,
martin rudalics <=
- Re: bug in 23.2.92 with anything, Thierry Volpiatto, 2011/01/17
- Re: bug in 23.2.92 with anything, martin rudalics, 2011/01/18
- Re: bug in 23.2.92 with anything, Thierry Volpiatto, 2011/01/18
- Re: bug in 23.2.92 with anything, martin rudalics, 2011/01/18
- Re: bug in 23.2.92 with anything, Thierry Volpiatto, 2011/01/18
- Re: bug in 23.2.92 with anything, Simon Leinen, 2011/01/18
- Re: bug in 23.2.92 with anything, Chong Yidong, 2011/01/21
- Re: bug in 23.2.92 with anything, Eli Zaretskii, 2011/01/18
- Re: bug in 23.2.92 with anything, Thierry Volpiatto, 2011/01/18
- Re: bug in 23.2.92 with anything, Eli Zaretskii, 2011/01/18