all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Stefan Monnier <monnier@iro.umontreal.ca>
To: help-gnu-emacs@gnu.org
Subject: Re: cannot disable paren matching
Date: Tue, 27 Dec 2016 18:14:49 -0500	[thread overview]
Message-ID: <jwv60m57yqz.fsf-monnier+gmane.emacs.help@gnu.org> (raw)
In-Reply-To: CAOj2CQRutxw5na_HbKyZeNKH-nz+x=aXYEmO1Qnt09mX_aDMPg@mail.gmail.com

> In Emacs 25 these are all bound to `self-insert-command', so I suspect
> that's the issue (and not show-paren-mode).

Indeed.  The issue is that the ps-mode-r-* commands just used `insert`
which does just what it says.  If they had used self-insert-command
internally (which is the function which pays attention to overwrite
mode), then it could have worked right.

These issues were part of the motivation to add post-self-insert-hook,
so that those commands can be replaced by `self-insert-command` without
any need to rebind the keys.


        Stefan




  reply	other threads:[~2016-12-27 23:14 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-27 20:29 cannot disable paren matching Don Woods
2016-12-27 21:23 ` Skip Montanaro
2016-12-27 21:30 ` John Mastro
2016-12-27 21:52   ` John Mastro
2016-12-27 22:35     ` Don Woods
2016-12-27 21:36 ` Stefan Monnier
2016-12-27 22:42 ` Konstantin Shakhnov
2016-12-27 23:05   ` John Mastro
2016-12-27 23:14     ` Stefan Monnier [this message]
2016-12-28  0:46     ` Don Woods
  -- strict thread matches above, loose matches on Subject: below --
2016-12-27 23:18 martin rudalics

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=jwv60m57yqz.fsf-monnier+gmane.emacs.help@gnu.org \
    --to=monnier@iro.umontreal.ca \
    --cc=help-gnu-emacs@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.