clojure-mode icon indicating copy to clipboard operation
clojure-mode copied to clipboard

Decouple from lisp-mode

Open bbatsov opened this issue 10 years ago • 5 comments

Clojure is reasonably different from both Emacs Lisp and Common Lisp and we should decouple clojure-mode completely from lisp-mode.el. The fact that a lot of code is being leveraged from there makes implementing certain things pretty hard.

bbatsov avatar Jan 11 '15 13:01 bbatsov

IMO stuff like outline-regexp should not be hard-coded by clojure-mode-variables, but made customizable. Emacs want be able to tweak the mode - so let's make that easy.

Interested?

andreas-roehler avatar Jun 03 '15 15:06 andreas-roehler

While this is not a defcustom everyone can customize it even now (using the clojure-mode-hook). After all those are just buffer-local-variables.

bbatsov avatar Jul 02 '15 06:07 bbatsov

Using a hook requires some specific Emacs Lisp knowledge, while M-x customize... is understood by beginners.

andreas-roehler avatar Jul 05 '15 10:07 andreas-roehler

Using a hook requires some specific Emacs Lisp knowledge, while M-x customize... is understood by beginners.

That's really debatable. :-)

bbatsov avatar Jul 05 '15 17:07 bbatsov

autogenerated with https://github.com/MalloZup/doghub: issue inactive since 450 days. Please update the issue or close it

MalloZup avatar Aug 05 '19 21:08 MalloZup