dieter-wilhelm / apdl-mode

An Emacs mode for investigating and coding APDL (Ansys Parametric Design Language). Its full documentation is on:
http://dieter-wilhelm.github.io/apdl-mode
41 stars 7 forks source link

stucking after input `/` #7

Closed yangdawei closed 4 years ago

yangdawei commented 8 years ago

I met a problem that emacs stucks each time after typing /. How could I detect the real reason for this problem. Thank you for your response.

dieter-wilhelm commented 8 years ago

yangdawei notifications@github.com writes:

I met a problem that emacs stucks each time after typing /. How could I detect the real reason for this problem. Thank you for your response.

In wich major mode does this happen?

Most likely there is something in your init file which is causing this. Please start Emacs with the -Q option and then load your init code step by step until you find the offending part.

Dieter

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

Best wishes H. Dieter Wilhelm Kelkheim, Germany

dieter-wilhelm commented 4 years ago

Can't reproduce this issue