all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "João Távora" <joaotavora@gmail.com>
To: Robert Girault <rfrancoisgirault@gmail.com>
Cc: "help-gnu-emacs@gnu.org List" <help-gnu-emacs@gnu.org>
Subject: Re: on adding a function call to a s-exp
Date: Tue, 12 Jun 2018 15:34:21 +0100	[thread overview]
Message-ID: <CALDnm50gfS7=odz1qwHBL0QU9427_LvCOuS6zkHig-iRR7UKaQ@mail.gmail.com> (raw)
In-Reply-To: <86wov55r33.fsf@gmail.com>

On Mon, Jun 11, 2018 at 3:35 PM, Robert Girault <rfrancoisgirault@gmail.com>
wrote:

> Michael Heerdegen <michael_heerdegen@web.de> writes:
>
> > Robert Girault <rfrancoisgirault@gmail.com> writes:
> >
> >> (show-paren-mode)
> >> (electric-pair-mode)
> >> (autoload 'enable-paredit-mode "paredit"
> >>     "Turn on pseudo-structural editing of Lisp code."
> >>      t)
> >> (add-hook 'M-mode-hook 'enable-paredit-mode)
> >
> > I don't know what M-mode is, but in elisp-lisp-mode and with paredit,
> > it's like you want.  If you use paredit for Emacs Lisp, you probably
> > also don't need electric-pair-mode.
>
> I confirm this.  (Thanks!)
>
> > Without paredit-mode, AFAICT what you get when you hit M-( is
> > `insert-pair' via `insert-parentheses', and that has hardcoded what you
> > see.  You would have to change `insert-pair' to get what you want - with
> > an advice probably.  Alternatively, as said, paredit should behave as
> > you want without configuration.
>
> I'll choose to use paredit and learn how to use it properly.  (There'll
> likely be other good things there that I don't currently know or use.)
>

I suggest you also give (the newer, 24.4+) eletric-pair-mode a try.  It
should work consistently in all emacs major modes, not just lisp
modes, and is maintained together with Emacs. By default, in
emacs-lisp-mode you won't notice a difference to paredit for the most
common operations (you *will* notice that it lets you unbalance the
buffer temporarily though, but I consider that a feature).

disclaimer, if you hadn't figured it out: I wrote it :-)

João


  reply	other threads:[~2018-06-12 14:34 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-09 22:05 on adding a function call to a s-exp Robert Girault
2018-06-10  2:38 ` Noam Postavsky
2018-06-10  4:46   ` João Távora
     [not found]   ` <mailman.1619.1528606007.1292.help-gnu-emacs@gnu.org>
2018-06-11  1:04     ` Robert Girault
2018-06-11  1:30       ` Noam Postavsky
2018-06-12 14:40         ` João Távora
2018-06-12 21:34           ` Noam Postavsky
     [not found]       ` <mailman.1644.1528680649.1292.help-gnu-emacs@gnu.org>
2018-06-11 14:29         ` Robert Girault
2018-06-12 14:24       ` João Távora
     [not found]       ` <mailman.1739.1528813488.1292.help-gnu-emacs@gnu.org>
2018-06-13 21:06         ` Robert Girault
2018-06-10 21:28 ` Xavier Maillard
     [not found] ` <mailman.1614.1528598292.1292.help-gnu-emacs@gnu.org>
2018-06-11  0:59   ` Robert Girault
2018-06-11  1:21     ` Michael Heerdegen
2018-06-11  1:26       ` Michael Heerdegen
2018-06-11  2:18       ` Michael Heerdegen
     [not found]     ` <mailman.1642.1528680086.1292.help-gnu-emacs@gnu.org>
2018-06-11 14:35       ` Robert Girault
2018-06-12 14:34         ` João Távora [this message]
2018-06-12 15:14           ` Óscar Fuentes
2018-06-12 16:17             ` Drew Adams
2018-06-12 16:26               ` João Távora
2018-06-13  7:11               ` Andreas Röhler
2018-06-13 10:44               ` João Távora
2018-06-13 14:39                 ` Drew Adams
2018-06-13 15:31                   ` João Távora
2018-06-13 16:03                     ` Drew Adams
2018-06-13 16:01                 ` Andreas Röhler
2018-06-13 16:17                   ` João Távora
     [not found]                   ` <mailman.1823.1528906669.1292.help-gnu-emacs@gnu.org>
2018-06-13 16:48                     ` Emanuel Berg
2018-06-13 17:32                       ` João Távora
2018-06-13 18:23                       ` Drew Adams
     [not found]                       ` <mailman.1848.1528914250.1292.help-gnu-emacs@gnu.org>
2018-06-13 19:18                         ` Emanuel Berg
2018-06-12 16:24             ` João Távora
2018-06-12 17:00               ` Eric Abrahamsen
2018-06-12 17:04               ` Óscar Fuentes
2018-06-12 17:07                 ` Eric Abrahamsen
2018-06-12 17:19                   ` João Távora
2018-06-12 17:26                     ` Eric Abrahamsen
2018-06-12 17:16                 ` João Távora
     [not found]             ` <mailman.1747.1528820272.1292.help-gnu-emacs@gnu.org>
2018-06-13 21:09               ` Robert Girault
     [not found]         ` <mailman.1740.1528814086.1292.help-gnu-emacs@gnu.org>
2018-06-13 21:02           ` Robert Girault
2018-06-13 21:32             ` João Távora
     [not found] ` <mailman.1637.1528666199.1292.help-gnu-emacs@gnu.org>
2018-06-11  1:05   ` Robert Girault

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CALDnm50gfS7=odz1qwHBL0QU9427_LvCOuS6zkHig-iRR7UKaQ@mail.gmail.com' \
    --to=joaotavora@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    --cc=rfrancoisgirault@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.