larsbrinkhoff / forth-mode

Wants to be the SLIME of Forth
GNU General Public License v3.0
61 stars 17 forks source link

A work-around to the `matching-paren' bug when inserting colon #83

Closed hai-nc closed 3 years ago

hai-nc commented 4 years ago

matching-paren' in GNU Emacs fails to detect the closing char for ";" in the forth-interaction-buffer, so when electric-pair-mode is on, electric-pair-syntax-info' which relies on `matching-paren' fails to detect ?\; as the matching char and instead use ?\:.

System used: Debian 10 (Buster), GNU Emacs version 28.0.50 (development version)