Bug#480422: emacs22: emacs wants to access /home/rlb when starting up

2008-05-09 Thread Rex Feany
Package: emacs22 Version: 22.2+2-2 Severity: important strace emacs -nw [ snip lots of output ] stat64("/etc/lib-src", 0xbfcfeb44) = -1 ENOENT (No such file or directory) readlink("/etc/alternatives/emacs", "/usr/bin/emacs22-x", 100) = 18 stat64("/usr/bin/lib-src", 0xbfcfeb44) = -1 ENOEN

Bug#447319: perl: foreach ($i = grep { ... } @foo) { warn; } strange results

2007-10-19 Thread Rex Feany
Package: perl Version: 5.8.8-11 Severity: normal warn without arguments inside a foreach { grep } loop causes bad things to happen. Test program followed by output: #!/usr/bin/perl -w use strict; # set to 1 to break or 0 to work my $crash = 1; my @list = qw/A b C/; my @loh = map { { name => $_