bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#38170: 27.0.50; [PATCH] rx.el: Fix misplaced "char" identifiers.


From: Zhu Zihao
Subject: bug#38170: 27.0.50; [PATCH] rx.el: Fix misplaced "char" identifiers.
Date: Mon, 11 Nov 2019 18:24:10 +0800
User-agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM/1.14.9 (Gojō) APEL/10.8 EasyPG/1.0.0 Emacs/27.0 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO)

New rx implementation introduce some bug:

1. (rx char) throw an error "Unknown rx symbol char"
2. (rx (char ?A ?B)) return a regexp match A or B.

This patch aims to fix this.

Attachment: 0001-rx.el-Fix-misplaced-char-identifiers.patch
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]