Alex Bennée

Results 230 comments of Alex Bennée

I'm seeing similar things: ``` [ info] Writing all images in one pass [ info] Row 0 of 2832 [ info] Row 320 of 2832 [ info] Row 640 of...

The save loop is a little weird. It's an unfortunate side effect of the RESTful nature of the API from the extension to Emacs. This could probably be made neater...

There is no reason you couldn't use the hooks to achieve this but I'd welcome patches to the core code to make it less scary. I still think it's important...

Please run M-x edit-server-stop and C-u M-x edit-server-start to enable logging and paste your logs here when it fails.

OK that is a bit weird. There is only one commit above the last release and I don't see how that affects things. Looking at the log something odd is...

The edit button is looked up by the extension using: chrome.extension.getURL("icons/gumdrop.png") Which should calculate the proper path for the icon....

I would run from the command line and see if there is any logging output (or maybe hint of a segfault?). Either way please report to the upstream. This is...

I've done some additional digging and I think it's not the deftheme machinery (which I'd missed having only looked at moe-theme.el) but the autoloads. I think if you add: ```...

I see the autoload was added to try and fix #31 which I don't think it did.

That's odd. You shouldn't be quitting an existing emacs when you abort and edit session. Are you editing in an existing frame or do you have a new frame created...