Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Decouple from lisp-mode #270

Open
bbatsov opened this issue Jan 11, 2015 · 5 comments
Open

Decouple from lisp-mode #270

bbatsov opened this issue Jan 11, 2015 · 5 comments

Comments

@bbatsov
Copy link
Member

bbatsov commented Jan 11, 2015

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.

@andreas-roehler
Copy link

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?

@bbatsov
Copy link
Member Author

bbatsov commented Jul 2, 2015

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.

@andreas-roehler
Copy link

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

@bbatsov
Copy link
Member Author

bbatsov commented Jul 5, 2015

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

That's really debatable. :-)

@MalloZup
Copy link

MalloZup commented Aug 5, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants