tali713 / esxml

An elisp library for working with xml, esxml and sxml.
58 stars 14 forks source link

Byte-code macros for esxml-query? #18

Closed alphapapa closed 7 years ago

alphapapa commented 7 years ago

@wasamasa As mentioned at https://github.com/skeeto/elfeed/issues/189, it would be awesome if esxml-query had byte-code-compiling macros like elfeed's xml-query does. Just an idea for future consideration. :)

wasamasa commented 7 years ago

I doubt that makes much sense considering it makes maintenance worse and most of the time is spent parsing the selector.