On Sun, Sep 18, 2011 at 11:50:30AM -0700, Jakub Narebski wrote: > Perhaps more descriptive name, i.e. > > linkify.<name>.regexp > linkify.<name>.subst > > would be better? > > I guess that regexp is an extended regular expression, isn't it? If "regexp" is clearer than "re" then I have no quarrel with changing it. The typical user won't be typing these over and over, so the value of brevity is limited. As written, it's whatever is accepted by tcl's regular expression matcher, which is described in re_syntax(n), installed as re_syntax(3tcl) on debian-derived systems. A one-sentence summary of a TCL "ARE" is "basically EREs with some significant extensions". It is probably possible to write expressions that are going to work the same in tcl, perl, and posix regular expressions, but to some extent the user who writes a complex expression and then tries to use it with both gitk and a future gitweb will simply be permitted to keep both pieces when it breaks. Is it unnecessarily complicated to design linkify.<name>.(regexp|subst) *AND* gitk.linkify.<name>.(regexp|subst) in from the start? This way the hypothetical power user can write a different version of the expression for gitk and future gitweb if it is required by RE dialect differences. Jeff -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html