emacs-devel
[Top][All Lists]
Advanced

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

Re: Scan of Emacs regexp mistakes


From: Mattias Engdegård
Subject: Re: Scan of Emacs regexp mistakes
Date: Thu, 16 Apr 2020 12:37:06 +0200

The remaining regexp glitches found by the latest sweep were fixed by the 
attached patch (now on master), except tramp-adb-prompt:

lisp/net/tramp-adb.el:59:56: In tramp-adb-prompt: Repetition subsumes preceding 
repetition (pos 50)
  "^[[:digit:]]*|?[[:alnum:]\e;[]*@?[[:alnum:]]*[^#\\$]*[#\\$][[:space:]]"
   ....................................................^

I think it should be "^[^#$\n]*[#$] ", but hold out for some assistance from 
the author (Jürgen Hötzel, contacted).

Attachment: 0001-Fix-bugs-inefficiencies-and-bad-style-in-regexps.patch
Description: Binary data


reply via email to

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