Closed tuhdo closed 8 years ago
I'm not able to reproduce this. What version of Emacs are you using?
I'm using Emacs 24.5.1. I can reproduce it from stock Emacs, load MELPA, install the package then load it.
Ok, I think I understand your problem now, and I can reproduce it on 24.4 as well. Looks to me like this is a bug in sh-mode. The problem occurs just by loading imenu, which is required by nasm-mode. Here's how you can reproduce without involving nasm-mode:
emacs -Q --eval "(require 'imenu)"
Loading imenu breaks completion sh-mode.
I see. Thanks for finding out the cause.
@tuhdo did you ever find a fix or workaround for this? the only mentions I can find are your bugs
After installing
nasm-mode
and load it,completion-at-point
in sh-mode no longer give code completion, but giving this error instead: