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: Idea for determining what users use Date: Wed, 28 May 2003 09:54:51 -0400 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1054130179 3277 80.91.224.249 (28 May 2003 13:56:19 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 28 May 2003 13:56:19 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Wed May 28 15:56:13 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19L1PZ-0000q4-00 for ; Wed, 28 May 2003 15:56:13 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19L1dm-0007BF-00 for ; Wed, 28 May 2003 16:10:54 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19L1Qf-00035C-L9 for emacs-devel@quimby.gnus.org; Wed, 28 May 2003 09:57:21 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19L1On-0002Ua-JO for emacs-devel@gnu.org; Wed, 28 May 2003 09:55:25 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19L1OU-0001yl-Di for emacs-devel@gnu.org; Wed, 28 May 2003 09:55:09 -0400 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19L1OF-0001Lm-Mp for emacs-devel@gnu.org; Wed, 28 May 2003 09:54:51 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.20) id 19L1OF-0002F3-94; Wed, 28 May 2003 09:54:51 -0400 Original-To: Vincent LADEUIL In-reply-to: (message from Vincent LADEUIL on 27 May 2003 16:16:58 +0200) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:14370 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:14370 What about people who use emacs for other things than mail ? I don't see why that would be a problem. Or those more generally who cannot send mail from emacs (for whatever reason). I guess there is nothing we can do about that. What about collecting all these infos and prepare a buffer containing the mail to be sent (that could be an alternate mean to report usages). It doesn't seem like a useful idea. These messages will probably be rare. Isn't it possible to only instrument 'eval' to get all functions (or interesting ones) used ? It is possible, but I think an implementation that avoids intrusion into the guts of Emacs is a superior one.