GNU bug report logs -
#19966
24.4; Get error on hover over variable for tooltip inspection, gud/pdb
Previous Next
Reported by: Tom Burbage <tiburbage <at> gmail.com>
Date: Fri, 27 Feb 2015 22:59:02 UTC
Severity: normal
Found in version 24.4
Done: Stefan Monnier <monnier <at> IRO.UMontreal.CA>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Stefan,
Thanks for your attention to this.
I have to admit I wasn't sure what you were asking me to do per the
patch, but it looked like it was just the addition of:
-*- lexical-binding:t -*-
so I tried replacing the first line of the gud.el that came with my
build, byte-compiled it, and the problems are gone!
http://emacswiki.org/emacs/DynamicBindingVsLexicalBinding
and I see you (Stefan) referenced there.
Thanks again.
Tom Burbage
Redwood City, CA
On 3/2/2015 9:31 AM, Stefan Monnier wrote:
> Can you try the patch below?
>
>
> Stefan
>
>
> diff --git a/lisp/progmodes/gud.el b/lisp/progmodes/gud.el
> index 42c5b20..29a6dc6 100644
> --- a/lisp/progmodes/gud.el
> +++ b/lisp/progmodes/gud.el
> @@ -1,4 +1,4 @@
> -;;; gud.el --- Grand Unified Debugger mode for running GDB and other debuggers
> +;;; gud.el --- Grand Unified Debugger mode for running GDB and other debuggers -*- lexical-binding:t -*-
>
> ;; Copyright (C) 1992-1996, 1998, 2000-2015 Free Software Foundation,
> ;; Inc.
This bug report was last modified 10 years and 81 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.