From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: How to browse widget (and other similar things) Date: Sat, 12 Feb 2005 03:37:48 -0500 Message-ID: References: <004001c50fc5$d6be0b00$0200a8c0@sedrcw11488> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1108198408 32013 80.91.229.2 (12 Feb 2005 08:53:28 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 12 Feb 2005 08:53:28 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Feb 12 09:53:27 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Czt1h-0007Qj-JX for ged-emacs-devel@m.gmane.org; Sat, 12 Feb 2005 09:53:17 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CztGn-0004O9-At for ged-emacs-devel@m.gmane.org; Sat, 12 Feb 2005 04:08:53 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Czt3o-0001Ql-Ve for emacs-devel@gnu.org; Sat, 12 Feb 2005 03:55:29 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Czt3i-0001Pt-Ce for emacs-devel@gnu.org; Sat, 12 Feb 2005 03:55:25 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Czt3g-0001Kt-KF for emacs-devel@gnu.org; Sat, 12 Feb 2005 03:55:20 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CzsqT-00031c-Mx for emacs-devel@gnu.org; Sat, 12 Feb 2005 03:41:41 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1Czsmi-0003Bw-7t; Sat, 12 Feb 2005 03:37:48 -0500 Original-To: "Lennart Borgman" In-reply-to: <004001c50fc5$d6be0b00$0200a8c0@sedrcw11488> (lennart.borgman.073@student.lu.se) 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 X-MailScanner-To: ged-emacs-devel@m.gmane.org Xref: main.gmane.org gmane.emacs.devel:33281 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:33281 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.) I have found that code very hard to understand, and I too would appreciate better explanations of how it works.