This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-04-02
Channels
- # arachne (1)
- # bangalore-clj (3)
- # beginners (4)
- # boot (6)
- # cider (3)
- # cljs-dev (14)
- # cljsrn (2)
- # clojure (309)
- # clojure-ireland (1)
- # clojure-russia (7)
- # clojure-spec (10)
- # clojure-uk (5)
- # clojureremote (2)
- # clojurescript (68)
- # cursive (7)
- # emacs (7)
- # luminus (3)
- # lumo (21)
- # off-topic (14)
- # om (1)
- # onyx (53)
- # perun (3)
- # re-frame (4)
- # slack-help (14)
- # unrepl (56)
- # untangled (3)
so I'm still working on my outline problem -- in a emacs major mode, what defines what is considered to be a comment?
I need it so that "; foo" < this is a comment but ";;;; blah" <-- this is a header instaed of a comment
can someone point me at docs for the following:
how does emacs decide what's a comment
?
everything I find is about how to manipulate comments, but I just want to know how emacs decide what a comment is
@qqq maybe this will help: https://www.emacswiki.org/emacs/EmacsSyntaxTable
and maybe the section 1. of this blog post: http://www.wilfred.me.uk/blog/2015/03/19/adding-a-new-language-to-emacs/