mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-03 02:31:03 -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:
parent
fa9a3ca536
commit
c8d2553bd4
2 changed files with 7 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2014-11-13 Thomas Fitzsimmons <fitzsim@fitzsim.org>
|
||||
|
||||
* net/eudc.el (eudc-expand-inline): Ignore text properties of
|
||||
string-to-expand.
|
||||
|
||||
2014-11-13 Thomas Fitzsimmons <fitzsim@fitzsim.org>
|
||||
|
||||
* net/eudc-vars.el (eudc-inline-expansion-format): Default to a
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue