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.")
Shell completion is broken. I'm getting the error:
Looking at comint.el I can't find "comint-last-prompt-overlay", but i see:
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