From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "alin.s" Newsgroups: gmane.emacs.devel Subject: Re: Watchpoints for emacs lisp. Date: Sun, 16 May 2010 06:05:16 -0700 (PDT) Message-ID: <28574547.post@talk.nabble.com> References: <28512483.post@talk.nabble.com> <28523705.post@talk.nabble.com> <28567671.post@talk.nabble.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1274015141 25782 80.91.229.12 (16 May 2010 13:05:41 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 16 May 2010 13:05:41 +0000 (UTC) To: Emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun May 16 15:05:39 2010 connect(): No such file or directory Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ODdXF-00080N-DR for ged-emacs-devel@m.gmane.org; Sun, 16 May 2010 15:05:38 +0200 Original-Received: from localhost ([127.0.0.1]:35267 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ODdXC-0006ne-20 for ged-emacs-devel@m.gmane.org; Sun, 16 May 2010 09:05:34 -0400 Original-Received: from [140.186.70.92] (port=49701 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ODdX5-0006mO-4y for Emacs-devel@gnu.org; Sun, 16 May 2010 09:05:28 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1ODdWz-0000IE-LC for Emacs-devel@gnu.org; Sun, 16 May 2010 09:05:24 -0400 Original-Received: from kuber.nabble.com ([216.139.236.158]:37189) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1ODdWz-0000Hk-Fi for Emacs-devel@gnu.org; Sun, 16 May 2010 09:05:21 -0400 Original-Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1ODdWu-0000Y8-R5 for Emacs-devel@gnu.org; Sun, 16 May 2010 06:05:16 -0700 In-Reply-To: X-Nabble-From: alinsoar@voila.fr X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:124818 Archived-At: Stefan Monnier wrote: > >>>> I insert to the struct Lisp_Symbol a field :watched: . >>> I think a good starting point is to use the existing `constant' >>> field and just add a special WATCHED value to it (it already has 2bits >>> but only uses 1, so you don't even need to make the field any larger). >> Here is the symbol structure. > > Update your Bzr checkout, this struct has changed since the version you > have. > > It is strange, because I checked out before yesterday , using cvs -d:pserver:anonymous@cvs.gnu... -- View this message in context: http://old.nabble.com/Watchpoints-for-emacs-lisp.-tp28512483p28574547.html Sent from the Emacs - Dev mailing list archive at Nabble.com.