From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/46783 Path: main.gmane.org!not-for-mail From: Mats Lidell Newsgroups: gmane.emacs.gnus.general Subject: XEmacs doesn't have '-' for whitespace Date: Fri, 27 Sep 2002 08:39:50 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1033108874 26887 127.0.0.1 (27 Sep 2002 06:41:14 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 27 Sep 2002 06:41:14 +0000 (UTC) Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17uooL-0006zW-00 for ; Fri, 27 Sep 2002 08:41:13 +0200 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 17uonj-0008Uy-00; Fri, 27 Sep 2002 01:40:35 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 27 Sep 2002 01:41:13 -0500 (CDT) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id BAA18423 for ; Fri, 27 Sep 2002 01:41:01 -0500 (CDT) Original-Received: (qmail 16813 invoked by alias); 27 Sep 2002 06:40:18 -0000 Original-Received: (qmail 16808 invoked from network); 27 Sep 2002 06:40:17 -0000 Original-Received: from gw.contactor.se (HELO pm1.contactor.se) (193.15.23.130) by gnus.org with SMTP; 27 Sep 2002 06:40:17 -0000 Original-Received: from spencer (pm1 [193.15.23.1]) by pm1.contactor.se (8.9.3/8.9.1) with ESMTP id IAA24306 for ; Fri, 27 Sep 2002 08:39:49 +0200 (MET DST) Original-To: ding@gnus.org X-Face: #[2| ")<" table) (modify-syntax-entry ?< "(>" table) ;; make M-. in article buffers work for `foo' strings - (modify-syntax-entry ?' "-" table) - (modify-syntax-entry ?` "-" table) + (modify-syntax-entry ?' " " table) + (modify-syntax-entry ?` " " table) table) "Syntax table used in article mode buffers. Initialized from `text-mode-syntax-table.") ---------------------------------------------------------------------- Yours -- %% Mats