* Semantic constantly fails in scheme-mode
@ 2017-09-30 15:37 Andrew Erlanger
2017-10-01 16:10 ` Charles A. Roelli
0 siblings, 1 reply; 2+ messages in thread
From: Andrew Erlanger @ 2017-09-30 15:37 UTC (permalink / raw)
To: help-gnu-emacs
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Semantic constantly fails in scheme-mode
2017-09-30 15:37 Semantic constantly fails in scheme-mode Andrew Erlanger
@ 2017-10-01 16:10 ` Charles A. Roelli
0 siblings, 0 replies; 2+ messages in thread
From: Charles A. Roelli @ 2017-10-01 16:10 UTC (permalink / raw)
To: Andrew Erlanger; +Cc: help-gnu-emacs
> From: Andrew Erlanger <andrew.erlanger@gmail.com>
> 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?
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-10-01 16:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-30 15:37 Semantic constantly fails in scheme-mode Andrew Erlanger
2017-10-01 16:10 ` Charles A. Roelli
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).