Skip to content

Decouple from lisp-mode #270

New issue

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

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

Already on GitHub? # to your account

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

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

No branches or pull requests

3 participants