bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

shell script mode sees << in comments


From: Dan Jacobson
Subject: shell script mode sees << in comments
Date: Sun, 25 Apr 2004 13:21:39 +0800

In shell script mode, hitting TAB on wget says 'done' is not found.

#!/bin/sh -e
#my version of apt-zip
#cat<<EOF
while read url file size md5
do
wget -nc -t3 -nv -O $file $url
done

It's all due to the <<EOF hidden in the comment




reply via email to

[Prev in Thread] Current Thread [Next in Thread]