[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#72131: 29.3; peg.el: syntax class character for symbol is '_', not '
From: |
Eli Zaretskii |
Subject: |
bug#72131: 29.3; peg.el: syntax class character for symbol is '_', not 's' |
Date: |
Tue, 16 Jul 2024 13:11:21 +0300 |
> From: Jeff Trull <edaskel@att.net>
> Date: Mon, 15 Jul 2024 15:26:02 -0700
>
> (require 'peg)
> (with-temp-buffer
> (save-excursion (insert "_"))
> (peg-parse (syntax-class symbol)))
>
> results in the message
> "No merge-error method for: (syntax-class symbol)".
>
> The root cause seems to be line 703 of peg.el where the syntax class
> characters are defined. peg uses "s" for symbols instead of
> "_". Correcting this results in a successful parse in the given code.
Stefan and Helmut, any comments or suggestions?