From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: New space char syntax Date: Sat, 15 Feb 2003 00:59:12 +0100 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <20030215005635.C288.LEKTU@terra.es> References: <20030214183145.66AF.LEKTU@terra.es> <8465rm7g6d.fsf@lucy.is.informatik.uni-duisburg.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: main.gmane.org 1045267056 26871 80.91.224.249 (14 Feb 2003 23:57:36 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 14 Feb 2003 23:57:36 +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 18jphy-0006y7-00 for ; Sat, 15 Feb 2003 00:57:30 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18jpv9-0007iA-00 for ; Sat, 15 Feb 2003 01:11:07 +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 18jpjy-0001fz-07 for emacs-devel@quimby.gnus.org; Fri, 14 Feb 2003 18:59:34 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18jpjf-0001Y2-00 for emacs-devel@gnu.org; Fri, 14 Feb 2003 18:59:15 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18jpje-0001XZ-00 for emacs-devel@gnu.org; Fri, 14 Feb 2003 18:59:15 -0500 Original-Received: from smtp.terra.es ([213.4.129.129] helo=tsmtp4.mail.isp) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18jpje-0001XV-00 for emacs-devel@gnu.org; Fri, 14 Feb 2003 18:59:14 -0500 Original-Received: from [80.36.30.211] ([80.36.30.211]) by tsmtp4.mail.isp (terra.es) with ESMTP id HABPAN00.982; Sat, 15 Feb 2003 00:59:11 +0100 Original-To: kai.grossjohann@uni-duisburg.de (Kai =?ISO-8859-1?Q?Gro=DFjohann?=) In-Reply-To: <8465rm7g6d.fsf@lucy.is.informatik.uni-duisburg.de> X-Mailer: Becky! ver. 2.05.09 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:11652 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:11652 On Fri, 14 Feb 2003 21:36:42 +0100 kai.grossjohann@uni-duisburg.de (Kai Gro=DFjohann) wrote: > Difficult to say. I just changed all of them. But maybe I should go > back and just change things like (? ?a). I think so. It shouldn't be necessary to make any incompatible changes, just fixing broken usages, like "? ?a" to "? ?a", "?C-g" to "?\C-g", things like that. --=20 Juanma Barranquero