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: Deleting skeleton-proxy Date: Sat, 24 May 2003 19:20:46 -0400 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <200305230042.h4N0gqWd028126@rum.cs.yale.edu> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1053818627 6221 80.91.224.249 (24 May 2003 23:23:47 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 24 May 2003 23:23:47 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sun May 25 01:23:45 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 19JiMb-0001c9-00 for ; Sun, 25 May 2003 01:23:45 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19JiZ3-00059I-00 for ; Sun, 25 May 2003 01:36:37 +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 19JiNj-0005pc-Bi for emacs-devel@quimby.gnus.org; Sat, 24 May 2003 19:24:55 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19JiMU-0005GG-MM for emacs-devel@gnu.org; Sat, 24 May 2003 19:23:38 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19JiM0-00051Z-20 for emacs-devel@gnu.org; Sat, 24 May 2003 19:23:08 -0400 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19JiJm-0004Og-RC for emacs-devel@gnu.org; Sat, 24 May 2003 19:20:50 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.20) id 19JiJi-0007lB-Qr; Sat, 24 May 2003 19:20:46 -0400 Original-To: "Stefan Monnier" In-reply-to: <200305230042.h4N0gqWd028126@rum.cs.yale.edu> (monnier+gnu/emacs@rum.cs.yale.edu) 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:14207 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:14207 Now, skeleton-proxy was kept at that time because it was still needed by code byte-compiled with the old macro. I don't know if the code still works (its stack-walking thing is something that I'd expect to break at least somewhat in the course of 7 years), but it is still autoloaded. Any objection to getting rid of this thing ? I don't think those old byte-compiled files would even work now, if there are any. So please get rid of it.