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: Optimizations for flymake Date: Wed, 03 Nov 2004 07:45:03 -0500 Message-ID: References: <20041102122128.98913.qmail@web54101.mail.yahoo.com> Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1099486884 28830 80.91.229.6 (3 Nov 2004 13:01:24 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 3 Nov 2004 13:01:24 +0000 (UTC) Cc: emacs-devel@gnu.org, monnier@iro.umontreal.ca, storm@cua.dk Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 03 14:01:18 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CPKlK-0000xP-00 for ; Wed, 03 Nov 2004 14:01:18 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CPKlr-0001No-Im for ged-emacs-devel@m.gmane.org; Wed, 03 Nov 2004 08:01:51 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CPKgS-0008A4-GM for emacs-devel@gnu.org; Wed, 03 Nov 2004 07:56:19 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CPKgH-00088L-29 for emacs-devel@gnu.org; Wed, 03 Nov 2004 07:56:05 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CPKgG-00085e-Ku for emacs-devel@gnu.org; Wed, 03 Nov 2004 07:56:04 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CPKX8-0001qr-Gm for emacs-devel@gnu.org; Wed, 03 Nov 2004 07:46:38 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1CPKVb-0000vx-O9; Wed, 03 Nov 2004 07:45:03 -0500 Original-To: Pavel Kobiakov In-reply-to: <20041102122128.98913.qmail@web54101.mail.yahoo.com> (message from Pavel Kobiakov on Tue, 2 Nov 2004 04:21:28 -0800 (PST)) 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 Xref: main.gmane.org gmane.emacs.devel:29380 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:29380 Getting rid of makehash won't allow Flymake to run on older versions of Emacs, so I think it's not a good idea. It is not part of the design goals of Emacs that people should be able to remove certain Lisp code from Emacs and run it with old Emacs versions. I would rather simplify the code.