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: ?\_ patch Date: Mon, 10 Feb 2003 05:35:39 -0500 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <200302060044.SAA21429@eel.dms.auburn.edu> <200302060106.TAA21443@eel.dms.auburn.edu> <5xel6lu3lh.fsf@kfs2.cua.dk> <5xr8akid8n.fsf@kfs2.cua.dk> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1044873374 16477 80.91.224.249 (10 Feb 2003 10:36:14 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 10 Feb 2003 10:36:14 +0000 (UTC) Cc: miles@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 18iBIK-0004HW-00 for ; Mon, 10 Feb 2003 11:36: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 18iBTH-0003Bd-00 for ; Mon, 10 Feb 2003 11:47:32 +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 18iBIA-0007z5-09 for emacs-devel@quimby.gnus.org; Mon, 10 Feb 2003 05:36:02 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18iBHq-0007yE-00 for emacs-devel@gnu.org; Mon, 10 Feb 2003 05:35:42 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18iBHo-0007xt-00 for emacs-devel@gnu.org; Mon, 10 Feb 2003 05:35:41 -0500 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18iBHn-0007xm-00 for emacs-devel@gnu.org; Mon, 10 Feb 2003 05:35:39 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.10) id 18iBHn-0004fK-00; Mon, 10 Feb 2003 05:35:39 -0500 Original-To: storm@cua.dk (Kim F. Storm) In-reply-to: <5xr8akid8n.fsf@kfs2.cua.dk> (storm@cua.dk) Original-cc: teirllm@dms.auburn.edu Original-cc: ted@oconnor.cx Original-cc: handa@m17n.org Original-cc: emacs-devel@gnu.org 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:11533 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:11533 case 's': + if (stringp) + return ' '; c = READCHAR; ! if (c != '-') { ! UNREAD (c); ! return ' '; ! } c = READCHAR; if (c == '\\') This might be a good idea if we combine it with the feature that it is an error to put a digit or a symbol character or # after a character constant with no space in between.