From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Andreas Schwab Newsgroups: gmane.emacs.devel 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 Message-ID: <87v9uo6xko.fsf@igel.home> References: <20190823065141.21832.91029@vcs0.savannah.gnu.org> <20190823065143.0C45320E34@vcs0.savannah.gnu.org> <87v9uob7it.fsf@gnus.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="9862"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2.90 (gnu/linux) Cc: emacs-devel@gnu.org To: Lars Ingebrigtsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Aug 23 11:30:46 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1i15u9-0002Qj-1O for ged-emacs-devel@m.gmane.org; Fri, 23 Aug 2019 11:30:45 +0200 Original-Received: from localhost ([::1]:53258 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i15u7-0002iz-4W for ged-emacs-devel@m.gmane.org; Fri, 23 Aug 2019 05:30:43 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:52302) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i15rW-0001tJ-Vx for emacs-devel@gnu.org; Fri, 23 Aug 2019 05:28:03 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i15rV-0003Qw-OG for emacs-devel@gnu.org; Fri, 23 Aug 2019 05:28:02 -0400 Original-Received: from mail-out.m-online.net ([212.18.0.9]:51855) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1i15rV-0003P1-IK for emacs-devel@gnu.org; Fri, 23 Aug 2019 05:28:01 -0400 Original-Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 46FGKB3ql6z1rLG6; Fri, 23 Aug 2019 11:27:58 +0200 (CEST) Original-Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 46FGKB3dv5z1qqkC; Fri, 23 Aug 2019 11:27:58 +0200 (CEST) X-Virus-Scanned: amavisd-new at mnet-online.de Original-Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id BCEGeFsIv8xE; Fri, 23 Aug 2019 11:27:56 +0200 (CEST) X-Auth-Info: S6Sq7c1Y80ZBIu8E9C5FrWzWLBlL9j6OhQTkypz1SndTg7eigq49bWJMz8NZG9hk Original-Received: from igel.home (ppp-46-244-188-135.dynamic.mnet-online.de [46.244.188.135]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPSA; Fri, 23 Aug 2019 11:27:56 +0200 (CEST) Original-Received: by igel.home (Postfix, from userid 1000) id DFFA72C0113; Fri, 23 Aug 2019 11:27:35 +0200 (CEST) X-Yow: .. are the STEWED PRUNES still in the HAIR DRYER? In-Reply-To: <87v9uob7it.fsf@gnus.org> (Lars Ingebrigtsen's message of "Fri, 23 Aug 2019 10:39:06 +0200") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 212.18.0.9 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:239509 Archived-At: On Aug 23 2019, Lars Ingebrigtsen wrote: > larsi@gnus.org (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, schwab@linux-m68k.org GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A9DA AEC1 "And now for something completely different."