From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Luc Teirlinck Newsgroups: gmane.emacs.bugs Subject: Re: confusion over undocumented syntax-table features, font-lock and syntax-tables Date: Wed, 12 Feb 2003 22:17:34 -0600 (CST) Sender: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: <200302130417.WAA10118@eel.dms.auburn.edu> NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1045109748 14927 80.91.224.249 (13 Feb 2003 04:15:48 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 13 Feb 2003 04:15:48 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18jAml-0003sN-00 for ; Thu, 13 Feb 2003 05:15:43 +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 18jAoO-0003tc-05 for gnu-bug-gnu-emacs@m.gmane.org; Wed, 12 Feb 2003 23:17:24 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18jAnz-0003Zo-00 for bug-gnu-emacs@gnu.org; Wed, 12 Feb 2003 23:16:59 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18jAnp-0003LE-00 for bug-gnu-emacs@gnu.org; Wed, 12 Feb 2003 23:16:56 -0500 Original-Received: from manatee.dms.auburn.edu ([131.204.53.104]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18jAnp-0003JF-00 for bug-gnu-emacs@gnu.org; Wed, 12 Feb 2003 23:16:49 -0500 Original-Received: from eel.dms.auburn.edu (eel.dms.auburn.edu [131.204.53.108]) by manatee.dms.auburn.edu (8.9.1a/8.9.1) with ESMTP id WAA29661; Wed, 12 Feb 2003 22:16:45 -0600 (CST) Original-Received: (from teirllm@localhost) by eel.dms.auburn.edu (8.9.3+Sun/8.9.3) id WAA10118; Wed, 12 Feb 2003 22:17:34 -0600 (CST) X-Authentication-Warning: eel.dms.auburn.edu: teirllm set sender to teirllm@dms.auburn.edu using -f Original-To: teirllm@dms.auburn.edu In-reply-to: message from Luc Teirlinck on 12 Feb 2003 21:43:20 -0600 Original-References: Original-cc: swift@alum.mit.edu X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:4447 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:4447 >>From my previous message: Did you specify which shell you are using? If it is bash, then # starts a comment at the beginning of a word, elsewhere it has symbol syntax. To avoid confusion: "word" is here, of course, meant in the bash sense, not in the Elisp sense. Sincerely, Luc.