GNU bug report logs - #76945
[PATCH] etags: character classes and intervals not working in --regex

Previous Next

Package: emacs;

Reported by: Vladimir Gorsunov <gorsunov <at> gmail.com>

Date: Tue, 11 Mar 2025 15:39:01 UTC

Severity: normal

Tags: patch

Done: Paul Eggert <eggert <at> cs.ucla.edu>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Vladimir Gorsunov <gorsunov <at> gmail.com>
To: 76945 <at> debbugs.gnu.org
Subject: bug#76945: [PATCH] etags: character classes and intervals not working in --regex
Date: Tue, 11 Mar 2025 14:28:45 +0200
[Message part 1 (text/plain, inline)]
  Before commit d904cc83 regex syntax flags used in etags were

  RE_CHAR_CLASSES | RE_INTERVALS | RE_SHY_GROUPS | RE_FRUGAL

  that got changed to 0. Including a patch that restores
  RE_CHAR_CLASSES and RE_INTERVALS and adds check for these features
  to the test. As far I can understand from the bug 74861, the
  absence of shy groups and non-greedy matching won't be fixed
  until Gnulib supports them

[0001-etags-restore-some-regex-features-that-used-to-work-.patch (text/x-patch, attachment)]

This bug report was last modified 31 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.