Hexify strings in EWW search queries
commit132f4472f5f066948e69894bac8ff27430e82012
authorMark Oteiza <mvoteiza@udel.edu>
Mon, 4 Sep 2017 00:42:01 +0000 (3 20:42 -0400)
committerMark Oteiza <mvoteiza@udel.edu>
Mon, 4 Sep 2017 00:42:01 +0000 (3 20:42 -0400)
treeab771b9d320e828cc341956cb9b960e076255ec3
parent48116f91267cb35cdde0a1558c7cee47b6e3ff53
Hexify strings in EWW search queries

Previously, inputting "cats & dogs" would lose dogs because the
ampersand signifies a query parameter.  Instead, hexify each word while
preserving quotes with split-string.
* lisp/net/eww.el (eww--dwim-expand-url): Join hexified words together
with + separators, instead of replacing whitespace with +.
lisp/net/eww.el