From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: charles@aurox.ch (Charles A. Roelli) Newsgroups: gmane.emacs.help Subject: Re: Semantic constantly fails in scheme-mode Date: Sun, 01 Oct 2017 18:10:43 +0200 Message-ID: References: <87r2uourhq.fsf@ateguix.i-did-not-set--mail-host-address--so-tickle-me> NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1506874306 8052 195.159.176.226 (1 Oct 2017 16:11:46 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sun, 1 Oct 2017 16:11:46 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Andrew Erlanger Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Oct 01 18:11:39 2017 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dygqA-00018F-Hu for geh-help-gnu-emacs@m.gmane.org; Sun, 01 Oct 2017 18:11:39 +0200 Original-Received: from localhost ([::1]:48995 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dygqE-0001sw-Lh for geh-help-gnu-emacs@m.gmane.org; Sun, 01 Oct 2017 12:11:42 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45646) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dygpl-0001sp-PK for help-gnu-emacs@gnu.org; Sun, 01 Oct 2017 12:11:14 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dygpi-0005LM-Fp for help-gnu-emacs@gnu.org; Sun, 01 Oct 2017 12:11:13 -0400 Original-Received: from sinyavsky.aurox.ch ([37.35.109.145]:50384) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dygpi-00057p-5H for help-gnu-emacs@gnu.org; Sun, 01 Oct 2017 12:11:10 -0400 Original-Received: from sinyavsky.aurox.ch (sinyavsky.aurox.ch [127.0.0.1]) by sinyavsky.aurox.ch (Postfix) with ESMTP id 3B4302255A for ; Sun, 1 Oct 2017 16:04:31 +0000 (UTC) Authentication-Results: sinyavsky.aurox.ch (amavisd-new); dkim=pass (1024-bit key) reason="pass (just generated, assumed good)" header.d=aurox.ch DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=aurox.ch; h= references:subject:subject:in-reply-to:to:from:from:message-id :date:date; s=dkim; t=1506873869; x=1507737870; bh=ovBUWnfejJBUn K57IgZ3M/KfZQOxEfG/fDuPzyusQ5Q=; b=B8IneGYdgB7bZ9NogSV5XgcivvPLo WDSirt3veiv2Gvt8qgCES6UWrbXYMdotgg+2KUVrk18xvKgeil9qHNOyrKcYF1CB tLP7Af/aLhFHFq1VNiyQVF2pQh8YiWttBCCkiXuJuvTF5In4WZs2yl6OnWB5/dQp gbEdCQLzCBB0d0= X-Virus-Scanned: Debian amavisd-new at test.virtualizor.com Original-Received: from sinyavsky.aurox.ch ([127.0.0.1]) by sinyavsky.aurox.ch (sinyavsky.aurox.ch [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id smdAZhMrqUxG for ; Sun, 1 Oct 2017 16:04:29 +0000 (UTC) Original-Received: from gray (125.85.192.178.dynamic.wline.res.cust.swisscom.ch [178.192.85.125]) by sinyavsky.aurox.ch (Postfix) with ESMTPSA id 6126D22506; Sun, 1 Oct 2017 16:04:29 +0000 (UTC) In-reply-to: <87r2uourhq.fsf@ateguix.i-did-not-set--mail-host-address--so-tickle-me> (message from Andrew Erlanger on Sat, 30 Sep 2017 11:37:53 -0400) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 37.35.109.145 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:114491 Archived-At: > From: Andrew Erlanger > Date: Sat, 30 Sep 2017 11:37:53 -0400 > > Hello, > > I have had the following problem for a while now, which is seriously > annoying when developing in Scheme (Guile, specifically). > > When editing a file in scheme-mode, I am constantly thrown into the > *Backtrace* buffer, where the following text appears: > > > recursive-edit() > > debug((76 89)) > > semantic--tag-expand((76 89)) > > semantic-repeat-parse-whole-stream(((close-paren 66 . 67) (open-paren 68 . 69) (DEFINE 69 . 75) (semantic-list 76 . 89) (semantic-list 90 . 108) (close-paren 108 . 109)) nil nil) > > semantic-parse-region-default(66 111 nil nil nil) > > semantic-parse-region(66 111 nil) > > semantic-edits-incremental-parser-1() > > semantic-parse-changes-default() > > semantic-parse-changes() > > semantic-fetch-tags() > > semantic-idle-scheduler-refresh-tags() > > semantic-idle-core-handler() > > semantic-idle-scheduler-function() > > apply(semantic-idle-scheduler-function nil) > > timer-event-handler([t 0 1 0 t semantic-idle-scheduler-function nil idle 0]) > > I've uninstalled Geiser, but this did not affect the problem. > > Is there a way to: > - Fix the problem, or > - Suppress the debug output, in the meantime? > > Thank you, > > Andrew Can you come up with a minimal case to reproduce the bug (from emacs -q), and post it with M-x report-emacs-bug?