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: arguments hint Date: Wed, 02 Jun 2004 18:55:36 -0400 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <200406010011.16822.pogonyshev@gmx.net> Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1086216956 12722 80.91.224.253 (2 Jun 2004 22:55:56 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 2 Jun 2004 22:55:56 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Thu Jun 03 00:55:50 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BVeeD-0002Ci-00 for ; Thu, 03 Jun 2004 00:55:49 +0200 Original-Received: from lists.gnu.org ([199.232.76.165]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BVeeD-0004lm-00 for ; Thu, 03 Jun 2004 00:55:49 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BVeeW-0001gU-Fw for emacs-devel@quimby.gnus.org; Wed, 02 Jun 2004 18:56:08 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BVeeN-0001g6-Pz for emacs-devel@gnu.org; Wed, 02 Jun 2004 18:55:59 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BVeeM-0001fh-Pk for emacs-devel@gnu.org; Wed, 02 Jun 2004 18:55:59 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BVeeM-0001fX-LK for emacs-devel@gnu.org; Wed, 02 Jun 2004 18:55:58 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BVee2-00078L-BW for emacs-devel@gnu.org; Wed, 02 Jun 2004 18:55:38 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1BVee0-0008Or-RI; Wed, 02 Jun 2004 18:55:37 -0400 Original-To: quarl+dated+1086589758.236ad4@nospam.quarl.org In-reply-to: (message from Karl Chen on Tue, 01 Jun 2004 23:30:49 -0700) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:24432 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:24432 Harmonia does this kind of cool language-aware stuff. Is Harmonia a self-contained combination of many different features? (I don't know, I am guessing, so please tell me if I'm wrong.) Such packages are not a good way to add features to Emacs, because in effect they make an alternate editor. The right way to add multiple features is to add each feature separately, making it fit in as much as possible with all the rest of Emacs. Then users can use them all, or use just one of them.