Skip Menu |

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

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

People
Owner: johanl [...] cpan.org
Requestors: SPACEBAT [...] cpan.org
Cc:
AdminCc:

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



Subject: Missing close paren in emacs lisp
Emacs lisp code fails to load, because there is a missing close paren in shell-command-pool.el. Judging by the indentation, I placed an extra close paren at the end of scp/shell-command-to-string and things seem to be working now. Cheers
On Wed Aug 10 19:55:10 2011, SPACEBAT wrote: Show quoted text
> Emacs lisp code fails to load, because there is a missing close paren in > shell-command-pool.el. Judging by the indentation, I placed an extra > close paren at the end of scp/shell-command-to-string and things seem to > be working now. > > Cheers
Actually, the paren belongs here in scp/shell-command-to-string: (replace-regexp-in-string "\nProcess perly_sense --stdin finished\n" "" raw-output))) ; <-- this final paren is missing Cheers, Sebastian Willert
Good catch - had I let emacs indent that for me it would have been obvious. Thanks!
Fixed in 0.0192