From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Tak Ota Newsgroups: gmane.emacs.devel Subject: mode name Date: Wed, 05 Feb 2003 11:04:10 -0800 (PST) Organization: Sony Electronics Inc. Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <20030205.110410.107710510.Takaaki.Ota@am.sony.com> 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 1044472629 23563 80.91.224.249 (5 Feb 2003 19:17:09 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 5 Feb 2003 19:17:09 +0000 (UTC) Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18gV2i-00067v-00 for ; Wed, 05 Feb 2003 20:17:08 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18gVBQ-0005AI-00 for ; Wed, 05 Feb 2003 20:26:08 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18gUzC-0001o5-01 for emacs-devel@quimby.gnus.org; Wed, 05 Feb 2003 14:13:30 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18gUx2-0001B6-00 for emacs-devel@gnu.org; Wed, 05 Feb 2003 14:11:16 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18gUsM-0007gg-00 for emacs-devel@gnu.org; Wed, 05 Feb 2003 14:06:29 -0500 Original-Received: from mail6.fw-bc.sony.com ([160.33.98.73]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18gUqC-0006aA-00 for emacs-devel@gnu.org; Wed, 05 Feb 2003 14:04:12 -0500 Original-Received: from mail2.sjc.in.sel.sony.com (mail2.sjc.in.sel.sony.com [43.134.1.111]) by mail6.fw-bc.sony.com (8.8.8/8.8.8) with ESMTP id TAA11319 for ; Wed, 5 Feb 2003 19:04:11 GMT Original-Received: by mail2.sjc.in.sel.sony.com id TAA21654; Wed, 5 Feb 2003 19:04:11 GMT Original-To: emacs-devel@gnu.org X-Telephone: +1-858-942-3239 X-Fax------: +1-858-942-9142 X-SnailMail: 16450 West Bernardo Drive MZ7205, San Diego, CA 92127-1804 X-Mailer: Mew-3.1.53 on Emacs-21.3.50.1 (i386-msvc-nt5.0.2195) of 2003-02-05 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:11389 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:11389 Many modes have a name (the third argument to define-derived-mode) consisting of more than one words. Some use '-' to concatenate each word in the name string while many leave a space between words. The latter is annoying on the mode line when it is listed together with other mode names since each mode name is separated by a space too. Can we change all those spaces in mode name to '-' so that each mode name stands out from each other? -Tak