Bruno Dias

Results 313 comments of Bruno Dias

I'll check...also look for any other js mode that differs from js-mode and/or js2-mode.

Is namespacing the only way to solve this? Since the symbol is already claimed for `a`...

Or, maybe, add `:prefix` to the adt? ```lisp (defdata (foo :prefix foo) a) (defdata (foo :prefix t) a) ;; foo-a ```