fgallina / python.el

Python's flying circus support for Emacs
GNU General Public License v3.0
267 stars 53 forks source link

Error in shell completion: "comint-last-prompt-overlay" is gone #147

Closed rrod497 closed 11 years ago

rrod497 commented 11 years ago

Shell completion is broken. I'm getting the error:

completion--some: Symbol's value as variable is void: comint-last-prompt-overlay

Looking at comint.el I can't find "comint-last-prompt-overlay", but i see:

(defvar comint-last-prompt nil
  "Markers pointing to the last prompt.
If non-nil, a cons cell containing markers.  The car points to
the start, the cdr to the end of the last prompt recognized.")

So I suppose that "comint-last-prompt-overlay" is gone in favor of "comint-last-prompt", as one can see also here: https://github.com/jaor/geiser/issues/8

I'm using the snapshot packages of emacs: GNU Emacs 24.3.50.1 (x86_64-pc-linux-gnu, GTK+ Version 3.6.4) of 2013-08-22 on louvi, modified by Debian

fgallina commented 11 years ago

Fix installed in revno 114094.

Thanks for your report.