Danny McClanahan

Results 59 comments of Danny McClanahan

That's really weird; the CI is complaining that emacs wasn't compiled with libxml2? That was definitely working previously. Not sure what's up.

Thanks for checking this out; it is weird that libxml2 isn't there (although it was in other builds; maybe that build was on a different server, and it's arbitrary whether...

Absolutely! Tell me if there any more types of tests you'd like me to add. I'll have less time than in the past few weeks because I'm back at school,...

Oops, I pushed that one too fast. It doesn't pass on 24.3, which I'm working on. 24.4 and 24.5 still don't have libxml2, for some reason. Sorry about that, fixing...

The test failures were due to not checking for `(fboundp 'libxml-parse-html-region)`, so I've added those checks as well, which happens to solve test failures on 24.4 and 24.5; however, this...

Ok, I've also just ensured that the first eww (or whatever) window displayed has the correct display width, in addition to any subsequent exports. I added testing for that case,...

Ok, I'll try to reproduce that, and I'll check out `markdown-command-needs-filename`. Thanks for clarifying the use of the CI.

#62 is cleanly merged into this, which has the lexical-binding stuff done independently. Is that what you're looking for?

Ok, I'll update #62 and reopen it when I address the other comments made in this thread.

When we ran a CI on markdown-mode, it has always had libxml2 compiled in before, and we've been able to do things like run `eww-open-file` on html files -- things...