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: M-x compile should tell its status (a little bit better).. Date: Thu, 15 Jul 2004 09:17:12 -0400 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <24608.217.194.34.123.1082528157.squirrel@wwws.franken.de> <40895A13.4020300@yahoo.com> <87oepiqsb9.fsf@eos.franken.de> <408E8DBB.9050409@yahoo.com> <87hdsfl3mx.fsf@eos.franken.de> <61133.217.194.34.123.1089623439.squirrel@wwws.franken.de> <20892.217.194.34.123.1089648978.squirrel@wwws.franken.de> Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1089897493 32351 80.91.224.253 (15 Jul 2004 13:18:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 15 Jul 2004 13:18:13 +0000 (UTC) Cc: stahl@eos.franken.de, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Thu Jul 15 15:17:58 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 1Bl67a-00059I-00 for ; Thu, 15 Jul 2004 15:17:58 +0200 Original-Received: from lists.gnu.org ([199.232.76.165]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1Bl67a-0005Yv-00 for ; Thu, 15 Jul 2004 15:17:58 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Bl6A3-0008Fh-E2 for emacs-devel@quimby.gnus.org; Thu, 15 Jul 2004 09:20:31 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1Bl69M-0007xK-QF for emacs-devel@gnu.org; Thu, 15 Jul 2004 09:19:48 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1Bl69L-0007ws-H1 for emacs-devel@gnu.org; Thu, 15 Jul 2004 09:19:48 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Bl69K-0007wZ-TG for emacs-devel@gnu.org; Thu, 15 Jul 2004 09:19:46 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Bl66q-0000QN-Ly for emacs-devel@gnu.org; Thu, 15 Jul 2004 09:17:12 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1Bl66q-0002ve-8T; Thu, 15 Jul 2004 09:17:12 -0400 Original-To: Stefan In-reply-to: (message from Stefan on 14 Jul 2004 10:08:04 -0400) 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: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:25718 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:25718 > This would do no harm, but mode-name is always supposed to be a string. Why? That's how it's defined and documented to be used. Maybe after the release we could consider whether it is a good idea to change this. For now, let's focus on what needs to be done to make a good release.