From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Barry OReilly Newsgroups: gmane.emacs.devel,gmane.emacs.semantic Subject: Re: [cedet-semantic] scrolling while editing RFC Date: Mon, 8 Jul 2013 14:48:22 -0400 Message-ID: References: <83fvvox6s9.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a11c2eaae210a2504e1047d01 X-Trace: ger.gmane.org 1373309311 8379 80.91.229.3 (8 Jul 2013 18:48:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 8 Jul 2013 18:48:31 +0000 (UTC) Cc: eric@siege-engine.com, cedet-semantic@lists.sourceforge.net, Dave Milter , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jul 08 20:48:32 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UwGUA-0001pK-DX for ged-emacs-devel@m.gmane.org; Mon, 08 Jul 2013 20:48:30 +0200 Original-Received: from localhost ([::1]:60483 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UwGUA-0002xi-00 for ged-emacs-devel@m.gmane.org; Mon, 08 Jul 2013 14:48:30 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58472) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UwGU5-0002uu-G7 for emacs-devel@gnu.org; Mon, 08 Jul 2013 14:48:26 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UwGU3-0005xM-3L for emacs-devel@gnu.org; Mon, 08 Jul 2013 14:48:25 -0400 Original-Received: from mail-oa0-x22e.google.com ([2607:f8b0:4003:c02::22e]:60405) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UwGU2-0005xF-Qf for emacs-devel@gnu.org; Mon, 08 Jul 2013 14:48:22 -0400 Original-Received: by mail-oa0-f46.google.com with SMTP id h1so6738214oag.19 for ; Mon, 08 Jul 2013 11:48:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=mR5KFRVew9XmF7a4jw/cYseQMOs4foo2l0m+7AW6qmg=; b=QGLdczH8R0TN3Ib3SvzWcL3D3ESDhrXkFn85Lg+lU+foAi/6g/wkKpoL4hmzFxrcrl DLF83lYs9GRUO2mYHvDXfc8cLp+FxNYC/ftPTGvCHNhWgA8TlY9NJ5yOVpImESzTgIaP Fc+Xi4cAw2OljkRfmykj6pSOb/wZ0yndmR5nS5FhPdya1T41wWLbmiT8Uf9ANAEBRPjL X1jhkmNKT3Y18hGKxYQ8NhQHZGfydqqRhswsoUeKWjD98afiWvdXy3uUA+bU5qpMpWNE hdsEqcbgLGOR17WzN/1p16TtKfxqpiD5yimpHsFuQZs9mLLDvObTaC/TJVOVjGI4btxg mG1w== X-Received: by 10.182.142.104 with SMTP id rv8mt19283338obb.3.1373309302219; Mon, 08 Jul 2013 11:48:22 -0700 (PDT) Original-Received: by 10.76.122.79 with HTTP; Mon, 8 Jul 2013 11:48:22 -0700 (PDT) In-Reply-To: <83fvvox6s9.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4003:c02::22e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:161735 gmane.emacs.semantic:3358 Archived-At: --001a11c2eaae210a2504e1047d01 Content-Type: text/plain; charset=ISO-8859-1 Thanks for the tips, I will try it out. Since I can't reproduce it at will, I'm not sure when I'll secure the redisplay traces. >> The place to start is in cedet/semantic/idle.el. The outward >> call to the various work functions purposely does not use >> 'save-excursion' so tools like completion can move things around >> for you. > > Or maybe I don't understand what he meant. I have seen the undesired scrolling with global-semantic-idle-completions-mode disabled. Specifically, with these Semantic submodes: (setq semantic-default-submodes '(global-semantic-idle-scheduler-mode global-semanticdb-minor-mode global-semantic-mru-bookmark-mode global-cedet-m3-minor-mode)) --001a11c2eaae210a2504e1047d01 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Thanks for the tips, I will try it out. Since I can't reproduce it at w= ill, I'm not sure when I'll secure the redisplay traces.

>= ;>=A0=A0=A0 The place to start is in cedet/semantic/idle.el.=A0 The outw= ard
>> call to the various work functions purposely does not use
>&= gt; 'save-excursion' so tools like completion can move things aroun= d
>> for you.
>
> Or maybe I don't understand what= he meant.

I have seen the undesired scrolling with global-semantic-idle-completio= ns-mode disabled. Specifically, with these Semantic submodes:

=A0 (setq semantic-default-subm= odes '(global-semantic-idle-scheduler-mode
=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0= =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 global-semanticdb-minor-mode
=A0=A0=A0=A0= =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0= =A0=A0=A0=A0=A0=A0 global-semantic-mru-bookmark-mode
=A0=A0=A0=A0=A0=A0= =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0= =A0=A0=A0=A0 global-cedet-m3-minor-mode))


--001a11c2eaae210a2504e1047d01--