bug#50236: 27.2; electric-pair-mode is inconvenient in comint
Augusto Stoffel <[email protected]>
| Newsgroups | gmane.emacs.bugs |
|---|---|
| Message-ID | <[email protected]> |
On Thu, 13 Aug 2026, João Távora wrote: >> (defun e-p-m-self-insert-function () >> (let ((bounds (funcall e-p-m-bounds-function))) >> (with-restriction (car bound) (cdr bounds) >> <old definition of e-p-m-self-insert-function>))) >> > > > I didn't realize that was your idea, it isn't bad. I'm glad I mentioned it explicitly, then.