From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: gerd.moellmann@t-online.de (Gerd Moellmann) Newsgroups: gmane.emacs.devel Subject: Re: with-syntax-table Date: 17 Feb 2003 21:59:38 +0100 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <863cmmhbd1.fsf@gerd.free-bsd.org> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1045515864 7946 80.91.224.249 (17 Feb 2003 21:04:24 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 17 Feb 2003 21:04:24 +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 18ksR5-000242-00 for ; Mon, 17 Feb 2003 22:04:23 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18ksfe-0005bj-00 for ; Mon, 17 Feb 2003 22:19:26 +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 18ksSR-0006LS-09 for emacs-devel@quimby.gnus.org; Mon, 17 Feb 2003 16:05:47 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18ksRy-0006GL-00 for emacs-devel@gnu.org; Mon, 17 Feb 2003 16:05:18 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18ksRI-00062e-00 for emacs-devel@gnu.org; Mon, 17 Feb 2003 16:04:37 -0500 Original-Received: from mailout02.sul.t-online.com ([194.25.134.17]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18ksMq-0004WZ-00; Mon, 17 Feb 2003 16:00:00 -0500 Original-Received: from fwd03.sul.t-online.de by mailout02.sul.t-online.com with smtp id 18ksMo-0001th-00; Mon, 17 Feb 2003 21:59:58 +0100 Original-Received: from gerd.free-bsd.org (520015515780-0001@[217.230.105.223]) by fwd03.sul.t-online.com with esmtp id 18ksMY-1pr4V6C; Mon, 17 Feb 2003 21:59:42 +0100 Original-Received: from gerd.free-bsd.org (localhost [127.0.0.1]) by gerd.free-bsd.org (8.12.7/8.12.7) with ESMTP id h1HKxdTJ001340; Mon, 17 Feb 2003 21:59:39 +0100 (CET) (envelope-from gerd.moellmann@t-online.de) Original-Received: (from gerd@localhost) by gerd.free-bsd.org (8.12.7/8.12.7/Submit) id h1HKxcbI001337; Mon, 17 Feb 2003 21:59:38 +0100 (CET) X-Authentication-Warning: gerd.free-bsd.org: gerd set sender to gerd.moellmann@t-online.de using -f Original-To: rms@gnu.org In-Reply-To: Original-Lines: 7 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 X-Sender: 520015515780-0001@t-dialin.net 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:11719 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:11719 Richard Stallman writes: > When you defined with-syntax-table, why did you define it > to copy the syntax table specified instead of using it directly? I have a very vague memory that was for compatibility with something, maybe XEmacs.