> In fact, this *must* be so:  Leo's read and write logic are completely
> independent of language, except for comment delimiters.  In
> particular, they knows absolutely *nothing* about strings.  Thus,
> @others and section references are valid *everywhere*, even in
> comments and strings.

Well, unfortunately the comment delimiters are the problem. When
trying to embed SQL or Lua in Python strings, this means the resulting
strings contain comments starting with "#", which is not recognized as
a valid comment delimiter in either of these languages (it's "--"
instead). So for now, I cannot use @others inside such strings.

- Josef

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To post to this group, send email to leo-editor@googlegroups.com.
To unsubscribe from this group, send email to 
leo-editor+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/leo-editor?hl=en.

Reply via email to