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

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

Re: comment shading issue


From: Lowell Gilbert
Subject: Re: comment shading issue
Date: Tue, 04 May 2010 15:42:06 -0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (berkeley-unix)

Chitlesh Goorah <chitlesh@gmail.com> writes:

> 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 ?

>From the comments in tcl.el, it looks like continued comments aren't
supported by the mode at all.


reply via email to

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