From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Per Abrahamsen Newsgroups: gmane.emacs.devel Subject: Re: How to browse widget (and other similar things) Date: Fri, 11 Feb 2005 15:41:07 +0100 Organization: The Church of Emacs Message-ID: References: <004001c50fc5$d6be0b00$0200a8c0@sedrcw11488> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1108154130 13750 80.91.229.6 (11 Feb 2005 20:35:30 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 11 Feb 2005 20:35:30 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Feb 11 21:35:23 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CzhVa-0000YU-00 for ; Fri, 11 Feb 2005 21:35:22 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Czhka-0002yD-Jy for ged-emacs-devel@m.gmane.org; Fri, 11 Feb 2005 15:50:52 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Czhij-0001pn-Pb for emacs-devel@gnu.org; Fri, 11 Feb 2005 15:48:57 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Czhie-0001mI-7R for emacs-devel@gnu.org; Fri, 11 Feb 2005 15:48:53 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Czhid-0001kr-Qr for emacs-devel@gnu.org; Fri, 11 Feb 2005 15:48:51 -0500 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1CzhTj-0005dP-90 for emacs-devel@gnu.org; Fri, 11 Feb 2005 15:33:27 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1CzhMu-0007II-SR for emacs-devel@gnu.org; Fri, 11 Feb 2005 21:26:24 +0100 Original-Received: from sheridan.dina.kvl.dk ([130.225.40.227]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 11 Feb 2005 21:26:24 +0100 Original-Received: from abraham by sheridan.dina.kvl.dk with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 11 Feb 2005 21:26:24 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-To: emacs-devel@gnu.org Original-Lines: 13 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: sheridan.dina.kvl.dk X-Face: +kRV2]2q}lixHkE{U)mY#+6]{AH=yN~S9@IFiOa@X6?GM|8MBp/ Mail-Copies-To: nobody User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3 (gnu/linux) Cancel-Lock: sha1:G0pUqd7FlI6OVO9bG3m8PmItkAY= X-Gmane-MailScanner: Found to be clean X-Gmane-MailScanner: Found to be clean X-MailScanner-From: ged-emacs-devel@m.gmane.org X-MailScanner-To: emacs-devel@gnu.org 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: main.gmane.org gmane.emacs.devel:33264 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:33264 "Lennart Borgman" writes: > I have found it difficult and time consuming to browse the code in cus*.el > and wid*.el. The code is surely complicated (at least I think it is) so it > is no surprise. However I wonder if I am missing something. Is there an easy > way to find out what is going to happen when a widget is created? Could > there even be one? Any suggestion on how to read code of that sort? (I mean > partly OO, dynamic scoping etc.) widget-browse(-at) is an extremely primitive widget class/object browser, which I find helpful. It could obviously be improved a lot. -- Per