From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Lisp watchpoints Date: Sun, 29 Nov 2015 11:06:37 -0500 Message-ID: References: <83wpt922dn.fsf@gnu.org> <83si3ooll7.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1448813218 2825 80.91.229.3 (29 Nov 2015 16:06:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 29 Nov 2015 16:06:58 +0000 (UTC) Cc: jwiegley@gmail.com, emacs-devel@gnu.org, npostavs@users.sourceforge.net To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 29 17:06:46 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1a34Uv-00053S-4e for ged-emacs-devel@m.gmane.org; Sun, 29 Nov 2015 17:06:45 +0100 Original-Received: from localhost ([::1]:36777 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a34Uy-00007O-Vd for ged-emacs-devel@m.gmane.org; Sun, 29 Nov 2015 11:06:48 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55278) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a34Uv-00007J-Cv for emacs-devel@gnu.org; Sun, 29 Nov 2015 11:06:46 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a34Uu-0006LG-JT for emacs-devel@gnu.org; Sun, 29 Nov 2015 11:06:45 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:36445) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a34Up-0006Kc-1K; Sun, 29 Nov 2015 11:06:39 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A0AxFgA731xV/yr292hcgxCEAoVVu0CHSwQCAoE8OhMBAQEBAQEBgQpBBYNdAQEDAVYjEAs0EhQYDSSINwjPIwEBAQcBAQEBHos6hQUHhC0FjDCoVCOEFiCCeAEBAQ X-IPAS-Result: A0AxFgA731xV/yr292hcgxCEAoVVu0CHSwQCAoE8OhMBAQEBAQEBgQpBBYNdAQEDAVYjEAs0EhQYDSSINwjPIwEBAQcBAQEBHos6hQUHhC0FjDCoVCOEFiCCeAEBAQ X-IronPort-AV: E=Sophos;i="5.13,465,1427774400"; d="scan'208";a="179697998" Original-Received: from 104-247-246-42.cpe.teksavvy.com (HELO fmsmemgm.homelinux.net) ([104.247.246.42]) by ironport2-out.teksavvy.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 29 Nov 2015 11:06:37 -0500 Original-Received: by fmsmemgm.homelinux.net (Postfix, from userid 20848) id 3E1B3AE07A; Sun, 29 Nov 2015 11:06:37 -0500 (EST) In-Reply-To: <83si3ooll7.fsf@gnu.org> (Eli Zaretskii's message of "Sun, 29 Nov 2015 17:45:56 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.181 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:195545 Archived-At: >> Actually, trapped writes won't work reliably for frame-local vars > Will they work for let-bound "local" variables? What happens when > they go "out of scope"? There's no technical reason I can think of why they wouldn't, but I haven't checked the proposed patch to see if it's handled right. Stefan