Fuco1 / smartparens

Minor mode for Emacs that deals with parens pairs and tries to be smart about it.
GNU General Public License v3.0
1.81k stars 194 forks source link

Make sp--lisp-modes customizable. #438

Closed BernardHurley closed 8 years ago

BernardHurley commented 9 years ago

The maxima computer algebra system is written in Common Lisp and the maxima language uses the single quote in exactly the same way as in lisp as well as allowing for embedded Lisp. So these modes are sufficiently lisp-like to be added to sp--lisp-modes permanently.

However I have been using imaxima a lot recently, this uses the maxima language but runs in Comint mode. So, for my purposes, it would be quite convenient for Comint mode to be added to sp--list-modes, however I don't think it could be justified to hard code this as others may not want it to happen. The best solution to this would be to make sp--lisp-modes customizable.

Fuco1 commented 9 years ago

Well, for now you can add-to-list, but sure, I don't see any particular problem with making this customizable.

Do you want to make a patch?

BernardHurley commented 9 years ago

On Tue, Feb 10, 2015 at 09:37:49AM -0800, Matus Goljer wrote:

Well, for now you can add-to-list, but sure, I don't see any particular problem with making this customizable.

This is what I have done.

Do you want to make a patch?

I will make one tomorrow, I don't have time today.

Bernard.

expez commented 9 years ago

ping @BernardHurley :)