help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: on adding a function call to a s-exp


From: Andreas Röhler
Subject: Re: on adding a function call to a s-exp
Date: Wed, 13 Jun 2018 09:11:59 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:52.0) Gecko/20100101 Thunderbird/52.8.0

On 12.06.2018 18:17, Drew Adams wrote:
electric-pair-mode offers a tiny fraction of the features of paredit.
The later takes some time to learn, but in my experience the effort
pays off if you work with lispy languages.
FWIW (he ducks), I work with a Lispy language, Elisp ;-).  And I
don't use any "structured-editing" feature (crutch / ball-&-chain)
such as `paredit' or `electric-pair-mode'.  I'm non-electric all
the way.

I use only (1) the usual keys to indent, move over & around sexps,
transpose sexps, etc.; (2) `show-paren-mode', `blink-matching-paren';
and (3) (yes!) sometimes a mouse (double-click sexp select,
copy-kill-yank).

I've never had any problem with unbalanced parentheses, brackets,
braces, angle-brackets, double-quotes, etc.  Really_not_  a big
deal, IMHO.

To me, having an editor automatically insert a closing delimiter
each time I type an opening delimiter is a bother, not an aid.

+1

Wrote a deliberately non-electric simple-paren WRT cases, where the closing delimiter should be inserted too:

https://github.com/andreas-roehler/simple-paren



reply via email to

[Prev in Thread] Current Thread [Next in Thread]