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

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

comment shading issue


From: Chitlesh Goorah
Subject: comment shading issue
Date: Tue, 04 May 2010 15:42:05 -0000
User-agent: G2/1.0

Hello there,

When executing the following tcl file, "tclsh myfile.tcl"

------------------------
#!/usr/bin/tclsh

# \
puts "hi"
------------------------

the output will be "blank". This is because of the # represents
comments and the puts 'hi' is considered as a comment because of the
\.

But in emacs,  the "puts "hi" line is not shaded as a comment, as if
it seems emacs does not consider it to be a comment.

How can I force emacs so that the "puts "hi"" line is displayed with
the same font and colour as a comment ?


reply via email to

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