all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Don Woods <don@icynic.com>
To: help-gnu-emacs@gnu.org, john.b.mastro@gmail.com
Cc: don@icynic.com
Subject: Re: cannot disable paren matching
Date: Tue, 27 Dec 2016 17:46:36 -0700 (MST)	[thread overview]
Message-ID: <201612280046.uBS0kaxW042068@home.icynic.com> (raw)
In-Reply-To: <CAOj2CQRutxw5na_HbKyZeNKH-nz+x=aXYEmO1Qnt09mX_aDMPg@mail.gmail.com>

> > Are you sure that the culprit is the (show-paren-mode) ?
> >
> > M-x describe-mode ps-mode said
> >
> > ...
> >>               ps-mode-r-gt
> > ]               ps-mode-r-angle
> > }               ps-mode-r-brace
>
> In Emacs 25 these are all bound to `self-insert-command', so I suspect
> that's the issue (and not show-paren-mode).
>
>         John

We have a winner!!  Indeed, in Emacs 22 and 24 those functions all
use (insert ">") and such, rather than self-insert-command.  I changed
them to use (self-insert-command 1) and now they behave as desired!
(I suppose the 1 might be optional.  Whatever.  It works!)

Thanks, John!  And apparently there is no lingering bug to be fixed,
since Emacs 25 already includes the correction.

	-- Don.



  parent reply	other threads:[~2016-12-28  0:46 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
2016-12-28  0:46     ` Don Woods [this message]
  -- 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=201612280046.uBS0kaxW042068@home.icynic.com \
    --to=don@icynic.com \
    --cc=help-gnu-emacs@gnu.org \
    --cc=john.b.mastro@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.