You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the same problem as #4747, installed spacemacs working fine for couple hours, half an hour then and it was suffering from the same referenced issue.
sometimes it gets back to work when i press C-g for long time, and sometimes it doesn't, also when I was working on spec files it didn't happen, the time I started working on controllers it stopped working.
Reproduction guide
Start Emacs
Open a ruby on rails project
Open a controller
enter insert mode i
start typing
it hangs with message "...generating TAGS"
Observed behaviour:
pressing Ctrl+g solves the problem in most cases
Expected behaviour:
to type normally without hanging, that's obvious 😃
This is real. I've just disabled auto-completion to prevent it.
Description
Whilst editing code emacs pauses. I think it is in the process of doing auto-completion of the identifier being edited.
Reproduction guide
Start Emacs
Open a file. I am working on a rails project and so am editing ruby code.
Change a function name. Your goal is to get auto-completion to offer up choices.
Observed behaviour:
Cursor freezes and status message is "Making tags completion table for ..."
Ctrl-g 3 times kills the process and editing can resume. But it will freeze up again "making tags completion table ..." as soon as you type a bit more.
Expected behaviour:
No freezing. Auto completion choices offered.
I've attached my .spacemacs (as spacemacs.txt) and my custom theme. I install the theme locally as I haven't uploaded it to a package archive. theme_package.zip just contains the tar file for the theme.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Please let us know if this issue is still valid!
Description
I have the same problem as #4747, installed spacemacs working fine for couple hours, half an hour then and it was suffering from the same referenced issue.
I'm working on rails project, not a small one (several thousand files), while editing a controller it hang and try to generate TAGS, I have Autocomplete layer enabled.
this is my .spacemacs file
https://gist.github.com/blazeeboy/5de9e9bf0847f4054b560fe96f50ae54
sometimes it gets back to work when i press C-g for long time, and sometimes it doesn't, also when I was working on spec files it didn't happen, the time I started working on controllers it stopped working.
Reproduction guide
i
Observed behaviour:
Ctrl+g
solves the problem in most casesExpected behaviour:
to type normally without hanging, that's obvious 😃
System Info
EDIT: [@StreakyCobra] Correct referenced PR number (reason: Wrong one was linked)
The text was updated successfully, but these errors were encountered: