all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Stefan-W. Hahn" <stefan.hahn@s-hahn.de>
To: Dmitry Gutov <dgutov@yandex.ru>, Eli Zaretskii <eliz@gnu.org>
Cc: emacs-devel@gnu.org
Subject: Re: Sudden jumping point in buffer. Probably a bug?
Date: Thu, 31 Dec 2015 14:18:41 +0100	[thread overview]
Message-ID: <20151231131841.GB16388@scotty.home> (raw)
In-Reply-To: <20151231130418.GA16388@scotty.home>

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	other threads:[~2015-12-31 13:18 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-18 18:35 Sudden jumping point in buffer. Probably a bug? Stefan-W. Hahn
2015-11-18 18:38 ` Stefan-W. Hahn
2015-11-18 18:49 ` Eli Zaretskii
2015-11-18 18:57   ` Dmitry Gutov
2015-11-18 19:01     ` Dmitry Gutov
2015-11-19 10:18     ` Phillip Lord
2015-11-24 19:07     ` Stefan-W. Hahn
2015-12-31 13:04       ` Stefan-W. Hahn
2015-12-31 13:18         ` Stefan-W. Hahn [this message]
2016-01-02  9:14           ` Stefan-W. Hahn
2016-01-01 20:02         ` Stefan-W. Hahn
2016-01-01 20:32           ` Eli Zaretskii
2016-01-01 22:27           ` David Engster
2015-11-18 19:31   ` Stefan-W. Hahn

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20151231131841.GB16388@scotty.home \
    --to=stefan.hahn@s-hahn.de \
    --cc=dgutov@yandex.ru \
    --cc=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.