John Wiegley

Results 332 comments of John Wiegley

Yes, it should be simple to chain handlers, you just have to register multiple of them.

@gergelypolonkai Hi, would you be willing to assign the copyright for these changes to the FSF? If so, please send an e-mail to [email protected] asking for the required papers.

It's better to revert, get back functionality for *reporting* notifications, and then decide that question. I never click on notifications from alert.el, so I hadn't even thought about the usefulness...

Is appending `.exe` really needed for `executable-find` on Windows?

My other question before accepting this is: Have you signed a copyright assignment with the FSF for these changes?

If just `(executable-find "growlnotify")` works on both Windows and non-Windows, then I would rather just use that, than to conditionalize the code simply for "clarity" on one platform. To assign...

I think this falls into the realm of "better offered as a separate add-on package". I'd be happy to link to it from a "contrib" section in the README.

I certainly want alert.el to be easy for others to write extension packages for it, so if you need that sort of change to get your module written, I'd happily...

I've analyzed performance, and we're only weak in two places `unpack` and `uncons`, with the former having the greatest divergence. The reason for this is that ByteString plays some really...