[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Linking Emacs with libxml2
From: |
Lars Magne Ingebrigtsen |
Subject: |
Re: Linking Emacs with libxml2 |
Date: |
Thu, 09 Sep 2010 23:56:42 +0200 |
User-agent: |
Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux) |
Stefan Monnier <address@hidden> writes:
> Of course, even better would be passing the buffer text as 2 byte arrays
> without copying it into a string.
How would one do that? Like in my original code, just copying it over
to a C string? Or is there a convenience function to do that?
> If you have to construct an intermediate string, then you might as well
> expose a parse-html-string function and let the Elisp code do
> a buffer-string call, which will provide a lot more flexibility.
True.
--
(domestic pets only, the antidote for overdose, milk.)
address@hidden * Lars Magne Ingebrigtsen
- Re: Linking Emacs with libxml2, (continued)
- Re: Linking Emacs with libxml2, Andreas Schwab, 2010/09/08
- Re: Linking Emacs with libxml2, Lars Magne Ingebrigtsen, 2010/09/08
- Re: Linking Emacs with libxml2, Lars Magne Ingebrigtsen, 2010/09/08
- Re: Linking Emacs with libxml2, Lars Magne Ingebrigtsen, 2010/09/08
- Re: Linking Emacs with libxml2, Andreas Schwab, 2010/09/08
- Re: Linking Emacs with libxml2, Lars Magne Ingebrigtsen, 2010/09/08
- Re: Linking Emacs with libxml2, Stefan Monnier, 2010/09/09
- Re: Linking Emacs with libxml2,
Lars Magne Ingebrigtsen <=
- Re: Linking Emacs with libxml2, Stefan Monnier, 2010/09/09
- Re: Linking Emacs with libxml2, Lars Magne Ingebrigtsen, 2010/09/09
- Re: Linking Emacs with libxml2, Andreas Schwab, 2010/09/10
- Re: Linking Emacs with libxml2, Stefan Monnier, 2010/09/10
- Re: Linking Emacs with libxml2, Lars Magne Ingebrigtsen, 2010/09/10
- Re: Linking Emacs with libxml2, Lars Magne Ingebrigtsen, 2010/09/10
- Re: Linking Emacs with libxml2, Lars Magne Ingebrigtsen, 2010/09/10
- Re: Linking Emacs with libxml2, Lars Magne Ingebrigtsen, 2010/09/10
- Re: Linking Emacs with libxml2, Ted Zlatanov, 2010/09/10
- Re: Linking Emacs with libxml2, Lars Magne Ingebrigtsen, 2010/09/10