Bug#688892: debian.nanorc fails to highlight some cdrom names in sources.list

2015-05-28 Thread Benno Schulenberg
Your suggestions have gone into SVN, r5232. They will appear in nano 2.4.2. Thanks. Benno -- http://www.fastmail.com - mmm... Fastmail... -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#688892: debian.nanorc fails to highlight some cdrom names in sources.list

2012-09-27 Thread Daniel Möller Montull
Thinking of it again, what if a cdrom name contains "[]" ? The regex for cdroms must be "cdrom:\[.+\]/" Since + is "greedy" the . will match anything upto the last "\]/" ending string. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble?

Bug#688892: debian.nanorc fails to highlight some cdrom names in sources.list

2012-09-26 Thread Dani
Package: nano Version: 2.2.4-1 Severity: minor A CD name containing / or : won't match the regex "[-a-zA-Z0-9\._\(\) ]+" since this characters are missing. As a comment line in this file complains, the regex "[^\]]" won't work but that is because the escaping character \ doesn't work inside charac