GNU bug report logs - #26115
Documentation does not mention underscore (_)

Previous Next

Package: idutils;

Reported by: Jon Wilkes <jonny <at> pluckeye.net>

Date: Wed, 15 Mar 2017 20:46:01 UTC

Severity: normal

To reply to this bug, email your comments to 26115 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-idutils <at> gnu.org:
bug#26115; Package idutils. (Wed, 15 Mar 2017 20:46:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Jon Wilkes <jonny <at> pluckeye.net>:
New bug report received and forwarded. Copy sent to bug-idutils <at> gnu.org. (Wed, 15 Mar 2017 20:46:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Jon Wilkes <jonny <at> pluckeye.net>
To: bug-idutils <at> gnu.org
Subject: Documentation does not mention underscore (_)
Date: Wed, 15 Mar 2017 13:41:03 -0700
Dear idutils,

Current documentation says about your text and perl scanners:

> ... default token constituents are the alpha-numerics ...

But shouldn't that should say

> ... default token constituents are the alpha-numerics plus underscore
> ...

or

> ... default token constituents are [_a-zA-Z0-9] ...

?

For example,

$ echo a_b >a.txt
$ mkid a.txt
$ lid # ...

What I got:

a_b            a.txt

Documents indicate I should get:

a              a.txt
b              a.txt


I like the inclusion of underscore in token constituents.

Thanks,
Jon Wilkes





This bug report was last modified 8 years and 100 days ago.

Previous Next


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