redguardtoo / emacs.d

Fast and robust Emacs setup.
http://blog.binchen.org
GNU General Public License v3.0
2.39k stars 619 forks source link

使用elpy做python的代码补全时,numpy的补全没有效果 #1009

Closed hhcwyx closed 1 year ago

hhcwyx commented 1 year ago

现象如下: import numpy as np np. 此时没有提示项出来,minibuffer里出现的提示如下: error in process filter: Wrong type argument: char-or-string-p, nil error in process sentinel: flymake--highlight-line: Wrong type argument: integer-or-marker-p, nil error in process sentinel: Wrong type argument: integer-or-marker-p, nil 当: np.random. 此时,random模块的补全提示项又会出来,请问这是怎么回事呢?