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: gratuitous changes Date: Wed, 05 Feb 2003 21:42:35 -0500 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <20030204155741.B75B.LEKTU@terra.es> <2110-Tue04Feb2003214642+0200-eliz@is.elta.co.il> <20030204211350.DE42.LEKTU@terra.es> <200302042022.h14KMPN23253@rum.cs.yale.edu> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1044499454 9019 80.91.224.249 (6 Feb 2003 02:44:14 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 6 Feb 2003 02:44:14 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18gc1M-0002LK-00 for ; Thu, 06 Feb 2003 03:44:12 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18gcAD-00017z-00 for ; Thu, 06 Feb 2003 03:53:21 +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 18gc26-0000sp-09 for emacs-devel@quimby.gnus.org; Wed, 05 Feb 2003 21:44:58 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18gc1K-0000SL-00 for emacs-devel@gnu.org; Wed, 05 Feb 2003 21:44:10 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18gbzz-0007QL-00 for emacs-devel@gnu.org; Wed, 05 Feb 2003 21:42:47 -0500 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18gbzo-0007GJ-00 for emacs-devel@gnu.org; Wed, 05 Feb 2003 21:42:36 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.10) id 18gbzn-0002h4-00; Wed, 05 Feb 2003 21:42:35 -0500 Original-To: "Edward O'Connor" In-reply-to: (ted@oconnor.cx) 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:11403 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:11403 readable substitute in ?\t, so why don't we adopt a good and arguably more readable substitute for ?\ , say, ?\s? (string-to-char " ") would also work, and would avoid the need for a change in Emacs.