GNU bug report logs - #15240
24.3; Shell completion error: comint-last-prompt-overlay

Previous Next

Package: emacs;

Reported by: Rodrigo Rodrigues <rrodrigues <at> poli.ufrj.br>

Date: Mon, 2 Sep 2013 00:04:01 UTC

Severity: normal

Tags: confirmed, patch

Merged with 15128

Found in version 24.3

Fixed in version 24.3.50

Done: fgallina <at> gnu.org

Bug is archived. No further changes may be made.

Full log


Message #10 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Christopher Schmidt <christopher <at> ch.ristopher.com>
To: bug-gnu-emacs <at> gnu.org
Subject: Re: bug#15240: 24.3;
 Shell completion error: comint-last-prompt-overlay
Date: Mon,  2 Sep 2013 11:24:57 +0100 (BST)
Rodrigo Rodrigues <rrodrigues <at> poli.ufrj.br> writes:
> 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".

comint-last-prompt-overlay was removed in order to work around bug
14744.  There are no occurrences to comint-last-prompt within Emacs'
source code any more.

I do not think comint-last-prompt-overlay was supposed to be used by
user code.  It was a defvar without a docstring, right in-between two
function definitions.

        Christopher




This bug report was last modified 11 years and 257 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.