all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Tom Burbage <tiburbage@gmail.com>
To: Stefan Monnier <monnier@IRO.UMontreal.CA>,  Eli Zaretskii <eliz@gnu.org>
Cc: 19966@debbugs.gnu.org
Subject: bug#19966: 24.4; Get error on hover over variable for tooltip inspection, gud/pdb
Date: Tue, 03 Mar 2015 23:29:29 -0800	[thread overview]
Message-ID: <54F6B459.1040102@gmail.com> (raw)
In-Reply-To: <jwvd24rcnn4.fsf-monnier+emacsbugs@gnu.org>

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.






      parent reply	other threads:[~2015-03-04  7:29 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-27 22:28 bug#19966: 24.4; Get error on hover over variable for tooltip inspection, gud/pdb Tom Burbage
2015-02-28  8:35 ` Eli Zaretskii
     [not found]   ` <54F21B0C.7040903@gmail.com>
2015-02-28 20:43     ` Eli Zaretskii
2015-03-02 17:31       ` Stefan Monnier
2015-03-02 17:43         ` Eli Zaretskii
2015-03-03 19:24         ` Stefan Monnier
2015-03-04  7:29         ` Tom Burbage [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=54F6B459.1040102@gmail.com \
    --to=tiburbage@gmail.com \
    --cc=19966@debbugs.gnu.org \
    --cc=eliz@gnu.org \
    --cc=monnier@IRO.UMontreal.CA \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.