Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Emacs 24 needs to be built with libxml support for "libxml-parse-html-region" #46

Open
kalbasit opened this issue Jun 4, 2014 · 6 comments

Comments

@kalbasit
Copy link

kalbasit commented Jun 4, 2014

I'm trying to test notmuch against various versions of emacs, it seems that the bin package of emacs-24.3 travis result Can you please rebuild with xml support?

Thanks

@rejeep
Copy link
Owner

rejeep commented Jun 6, 2014

I'm trying to automate the process of building binaries, because it's a lot of overhead ATM. Once that is done, adding support for XML should be easy. Leaving this issue open until then.

@kalbasit
Copy link
Author

kalbasit commented Jun 6, 2014

alright please keep me posted as it's blocking me from submitting a patch for notmuchmail

@jrblevin
Copy link

Apologies for digging up a two-year-old issue, but I think my problem is related. I am using EVM and Travis CI for testing markdown-mode. @cosmicexplorer submitted a pull request today which, when the tests are executed, results in the following error:

(error "This function requires Emacs to be compiled with libxml2")

@cosmicexplorer
Copy link

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 you couldn't do if libxml2 wasn't there. However, on the most recent build on this pr, versions 24.4 and 24.5 did not have libxml2 compiled in, and errored out (see the build results). The 24.3 case did seem to work, so it's possible that ran on another server? I'm not familiar with what error would have caused this. Our .travis.yml is here.

@syohex
Copy link

syohex commented Jan 11, 2016

The 24.3 case did seem to work, so it's possible that ran on another server?

Emacs 24.3 does not have eww. So those tests are not executed on Emacs 24.3.

@testinggithub1222
Copy link

I am trying to use mu4e but now i got an error: error in process filter: This function requires Emacs to be compiled with libxml2

I have configure as below:

(require 'mu4e-contrib) 
(setq mu4e-html2text-command 'mu4e-shr2text) 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants