Skip Menu |

This queue is for tickets about the Devel-PerlySense CPAN distribution.

Report information
The Basics
Id: 79817
Status: resolved
Priority: 0/
Queue: Devel-PerlySense

People
Owner: johanl [...] cpan.org
Requestors: mflacy [...] verizon.net
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Emacs "Go to Module" fails when module name contains a numeric character.
Date: Sun, 23 Sep 2012 15:25:48 -0500
To: bug-Devel-PerlySense [...] rt.cpan.org
From: "Mark A. Flacy" <mflacy [...] verizon.net>
Greetings, In a Perl file referencing a module with a numeric character, such as... use CommonInstallUtilsV2; ...placing the cursor on "CommonInstallUtilsV2" and pressing C-o g m results in the messages... Going to module CommonInstallUtilsV... Module (CommonInstallUtilsV) source file not found Looking at perly-sense.el, I see that you are using the [:alpha:] character class to match module names when you should be using the [:alnum:] character class to do so. The ps/find-use-module-section-position and ps/edit-move-use-statement functions also omit digits as a valid match in a module name.
Mark, Thanks for the bug report. Yeah, looking through the regexes, it's all over the place at the moment. I've fixed all the module related ones in release 0.0206 which is on its way to CPAN now. /J