emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: master aae9ac2: Avoid an infloop in shr when filling text with :alig


From: Andreas Schwab
Subject: Re: master aae9ac2: Avoid an infloop in shr when filling text with :align-to properties
Date: Fri, 23 Aug 2019 11:27:35 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2.90 (gnu/linux)

On Aug 23 2019, Lars Ingebrigtsen <address@hidden> wrote:

> address@hidden (Lars Ingebrigtsen) writes:
>
>> +  (setq d dom)
>
> This reminds me: Aren't there any good ways to get at variables in the
> debugger?  If you have
>
> ;;; -*- lexical-binding: t -*-
>
> (defun foo (bar)
>   (let ((zot 1))
>     (debug)))
>
> then you can `e bar RET' to display the value of `bar'.  But if you say
> `(setq a bar)', you get
>
> Debugger entered--Lisp error: (void-variable bar)

Worksforme.  You have to eval it in the stack frame, of course.

Andreas.

-- 
Andreas Schwab, address@hidden
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510  2552 DF73 E780 A9DA AEC1
"And now for something completely different."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]