1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

Ignore text properties in eudc-expand-inline

* net/eudc.el (eudc-expand-inline): Ignore text properties of
string-to-expand.
This commit is contained in:
Thomas Fitzsimmons 2014-11-13 01:13:34 -05:00
parent fa9a3ca536
commit c8d2553bd4
2 changed files with 7 additions and 1 deletions

View file

@ -830,7 +830,8 @@ see `eudc-inline-expansion-servers'"
(point-at-bol) 'move)
(goto-char (match-end 0)))
(point)))
(query-words (split-string (buffer-substring beg end) "[ \t]+"))
(query-words (split-string (buffer-substring-no-properties beg end)
"[ \t]+"))
query-formats
response
response-string