From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: Idea for determining what users use Date: Wed, 28 May 2003 09:04:14 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <20030528090224.B6E9.JMBARRANQUERO@laley.wke.es> References: <200305271428.h4RES8P7007129@rum.cs.yale.edu> <5xd6i3vr2r.fsf@kfs2.cua.dk> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1054105512 13401 80.91.224.249 (28 May 2003 07:05:12 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 28 May 2003 07:05:12 +0000 (UTC) Cc: Stefan Monnier Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Wed May 28 09:05:09 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 19Kuzl-0003Ts-00 for ; Wed, 28 May 2003 09:05:09 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19KvDp-00033f-00 for ; Wed, 28 May 2003 09:19:41 +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 19Kv1T-00008O-9r for emacs-devel@quimby.gnus.org; Wed, 28 May 2003 03:06:55 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19Kuzq-0007fH-1s for emacs-devel@gnu.org; Wed, 28 May 2003 03:05:14 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19KuyA-0006aB-93 for emacs-devel@gnu.org; Wed, 28 May 2003 03:03:30 -0400 Original-Received: from laley-actualidad.es ([195.53.61.17] helo=haya.laley.net) by monty-python.gnu.org with esmtp (Exim 4.20) id 19Kuxt-0006AB-TY; Wed, 28 May 2003 03:03:14 -0400 Original-Received: from idefix.laley.net (correo.wke.es [172.17.220.16]) by haya.laley.net (8.9.3/8.9.3) with ESMTP id JAA31314; Wed, 28 May 2003 09:01:02 +0200 Original-Received: from [172.17.221.23] (jsredondo.wk.org [172.17.221.23]) by Version 5.5.2655.55) id LP7ATB0R; Wed, 28 May 2003 09:03:54 +0200 Original-To: storm@cua.dk (Kim F. Storm) In-Reply-To: <5xd6i3vr2r.fsf@kfs2.cua.dk> X-Mailer: Becky! ver. 2.06.02 Original-cc: Richard Stallman Original-cc: emacs-devel@gnu.org 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:14367 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:14367 On 28 May 2003 02:43:24 +0200 storm@cua.dk (Kim F. Storm) wrote: > The only reason for actually removing a package from obsolete/ > would be if we change basic things in emacs that causes the > package to break ... then we may choose to remove it if it is > too much work to fix. We've already done that at least once: c-mode.el / cplus-md.el. Juanma