lem icon indicating copy to clipboard operation
lem copied to clipboard

[WIP] smart-parens-mode

Open daninus14 opened this issue 6 months ago • 5 comments

not currently working, this is just a draft

daninus14 avatar Aug 13 '25 10:08 daninus14

(following Discord:) I pull the branch, start Lem, start the mode with M-x smart-parens-mode and typing a ( inserts the pair. It works! (except it inserts too many closing parens)

vindarel avatar Aug 13 '25 11:08 vindarel

Hm. smart-parens-mode is not showing up for me. What is your workflow? I was doing a make build after each change in the code. Are you running it from slime? How do I run it locally without building?

daninus14 avatar Aug 13 '25 15:08 daninus14

I tried it, and make was successful. The feature in this mode are also working.

cxxxr avatar Aug 13 '25 16:08 cxxxr

Ok, I realize I doubt I'll ever get to change this code. This is a stylistic issue for an optional mode, where the code works. It's based on code of existing modes. While I understand it's better to have your desired style in the code base, considering this is not even part of the main code base and it's an additional mode, following the style of other modes, I think it's reasonable to ask to accept the PR.

daninus14 avatar Nov 12 '25 17:11 daninus14