From: Stefan Monnier <monnier@iro.umontreal.ca>
To: emacs-devel@gnu.org
Subject: Re: inhibit electric-pair-mode conditionally
Date: Mon, 18 Apr 2016 11:42:03 -0400 [thread overview]
Message-ID: <jwvshyiapqq.fsf-monnier+gmane.emacs.devel@gnu.org> (raw)
In-Reply-To: CANHUxH2kveAVCC23N=SYUBWwuG6UqMj50tnPj5T-cRpozgpsiA@mail.gmail.com
> Is there a way to disable electric-pair-mode conditionally?
How 'bout
electric-pair-inhibit-predicate is a variable defined in ‘elec-pair.el’.
Its value is ‘electric-pair-default-inhibit’
This variable may be risky if used as a file-local variable.
Documentation:
Predicate to prevent insertion of a matching pair.
The function is called with a single char (the opening char just inserted).
If it returns non-nil, then ‘electric-pair-mode’ will not insert a matching
closer.
You can customize this variable.
This variable was introduced, or its default value was changed, in
version 24.4 of Emacs.
[back]
-- Stefan
next prev parent reply other threads:[~2016-04-18 15:42 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-18 12:50 inhibit electric-pair-mode conditionally Mohammed Sadik
2016-04-18 15:42 ` Stefan Monnier [this message]
2016-04-18 16:02 ` Mohammed Sadik
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=jwvshyiapqq.fsf-monnier+gmane.emacs.devel@gnu.org \
--to=monnier@iro.umontreal.ca \
--cc=emacs-devel@gnu.org \
/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.