emacs-devel
[Top][All Lists]
Advanced

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

Re: Sudden jumping point in buffer. Probably a bug?


From: Stefan-W. Hahn
Subject: Re: Sudden jumping point in buffer. Probably a bug?
Date: Thu, 31 Dec 2015 14:18:41 +0100
User-agent: Mutt/1.5.21 (2010-09-15)

Mail von Stefan-W. Hahn, Thu, 31 Dec 2015 at 14:04:18 +0100:
> Mail von Stefan-W. Hahn, Tue, 24 Nov 2015 at 20:07:22 +0100:

Hello,

> To test it I will try following change in semantic-throw-on-input:
> 
> diff --git a/lisp/cedet/semantic/fw.el b/lisp/cedet/semantic/fw.el
> index d8ba6f2..cf1327f 100644
> --- a/lisp/cedet/semantic/fw.el
> +++ b/lisp/cedet/semantic/fw.el
> @@ -392,7 +392,7 @@ semantic-throw-on-input
>                      ;; Timers might run during accept-process-output.
>                      ;; If they redisplay, point must be where the user
>                      ;; expects. (Bug#15045)
> -                    (save-excursion
> +                    (save-mark-and-excursion
>                        (goto-char semantic--on-input-start-marker)
>                        (accept-process-output)))))
>       (throw semantic-current-input-throw-symbol ,from)))

happened again with this patch.

With kind regards,
Stefan

-- 
Stefan-W. Hahn                          It is easy to make things.
                                        It is hard to make things simple.



reply via email to

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