emacs-devel
[Top][All Lists]
Advanced

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

Re: bug in 23.2.92 with anything


From: Thierry Volpiatto
Subject: Re: bug in 23.2.92 with anything
Date: Mon, 17 Jan 2011 11:37:30 +0100
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.2.91 (gnu/linux)

martin rudalics <address@hidden> writes:

>>> I can't reproduce this with the current trunk (which includes the
>>> change) and emacs -Q.  The cursor always stays after the letters I
>>> entered.  Can you reproduce it with emacs -Q?
>> No, sorry i should have check that.
>> I have parsed my .emacs.el, and that start to happen after loading 
>> elscreen.el.
>
> I downloaded Elscreen but it has a dependency on static.el which I can't
> find.  Do these compile correctly with Emacs 24?
>
> Also with current trunk could you try changing the following part of
> Fselect_window
>
>   if (EQ (window, selected_window))
>     return window;
>
> to
>
>   if (EQ (window, selected_window))
>     {
>      inhibit_point_swap = 0;
>      return window;
>     }
>
> and look whether the behavior changes back?
Which behavior?
On Emacs24, all work fine.
But maybe you mean the head of 23.2.92 by trunk?

So where do you want i apply the changes?
on 23.2.92 or 24.0.50?
(just to be sure we don't misunderstand us)

> Thanks, martin

-- 
A+ Thierry
Get my Gnupg key:
gpg --keyserver pgp.mit.edu --recv-keys 59F29997 



reply via email to

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