From xemacs-m  Thu Jul 17 08:31:58 1997
Received: from postoffice.npac.syr.edu (postoffice.npac.syr.edu [128.230.7.230])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id IAA27312
	for <xemacs-beta@xemacs.org>; Thu, 17 Jul 1997 08:31:57 -0500 (CDT)
Received: from kopernik.npac.syr.edu (kopernik.npac.syr.edu [128.230.8.17]) by postoffice.npac.syr.edu (8.7.5/8.7.1) with SMTP id JAA16206 for <xemacs-beta@xemacs.org>; Thu, 17 Jul 1997 09:31:57 -0400 (EDT)
To: XEmacs Beta List <xemacs-beta@xemacs.org>
Subject: -*- not terminated bug
X-Attribution: RT
X-Face: $HFeep``<he19IBuMeIv'~u1?O}kd]I0#S_M,s#{Pk1-(e$s^L3uRw\2:ZT?bQfN&Q3o/0"
 he]Vd7\kgNHm4zg5`20F$sJ^{CyD&u7s`bll~'7)p;l_|;_M
Mime-Version: 1.0 (generated by tm-edit 7.108)
Content-Type: text/plain; charset=US-ASCII
From: Remek Trzaska <remek@npac.syr.edu>
Date: 17 Jul 1997 09:31:59 -0400
Message-ID: <rwx4t9tn6sw.fsf@kopernik.npac.syr.edu>
Lines: 12
X-Mailer: Gnus v5.4.63/XEmacs 20.3(beta13) - "Brussels"

Create and then visit a file like the one below:

#! /usr/npac/bin/bash
rxvt -rv -fn "-adobe-courier-medium-r-normal-*-14-*" -geometry 80x24 -name `uname -n` 2>/dev/null

You'll receive a message:
File mode specification error: (error "-*- not terminated before end of line")

1. Shouldn't `-*-' in quotes be ignored?
2. Should the second line of the file be parsed for `-*-' at all?

Remek

