all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* comment shading issue
@ 2010-03-10 11:55 Chitlesh Goorah
  2010-03-10 20:19 ` Lowell Gilbert
  0 siblings, 1 reply; 2+ messages in thread
From: Chitlesh Goorah @ 2010-03-10 11:55 UTC (permalink / raw
  To: help-gnu-emacs

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 ?


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: comment shading issue
  2010-03-10 11:55 comment shading issue Chitlesh Goorah
@ 2010-03-10 20:19 ` Lowell Gilbert
  0 siblings, 0 replies; 2+ messages in thread
From: Lowell Gilbert @ 2010-03-10 20:19 UTC (permalink / raw
  To: help-gnu-emacs

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.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-03-10 20:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-10 11:55 comment shading issue Chitlesh Goorah
2010-03-10 20:19 ` Lowell Gilbert

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.