Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 5571:5273dd66a1ba
Strip extent information when passing text to external programs, select.el
lisp/ChangeLog addition:
2011-09-21 Aidan Kehoe <kehoea@parhasard.net>
* select.el (select-convert-to-text):
* select.el (select-convert-to-utf-8-text):
Ignore extent information in these functions, other programs can't
do anything useful with it, and it actively interferes when
copying from an ERC buffer to external programs--
#'encode-coding-string complains that the string is read-only,
which is arguably in itself a separate problem, since it allocates
a new string there's no reason for it ever to throw that error.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Wed, 21 Sep 2011 19:14:15 +0100 |
parents | 6c76f5b7e2e3 |
children | c17a46ac63af |
comparison
equal
deleted
inserted
replaced
5570:6c76f5b7e2e3 | 5571:5273dd66a1ba |
---|---|
1 2011-09-21 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * select.el (select-convert-to-text): | |
4 * select.el (select-convert-to-utf-8-text): | |
5 Ignore extent information in these functions, other programs can't | |
6 do anything useful with it, and it actively interferes when | |
7 copying from an ERC buffer to external programs-- | |
8 #'encode-coding-string complains that the string is read-only, | |
9 which is arguably in itself a separate problem, since it allocates | |
10 a new string there's no reason for it ever to throw that error. | |
11 | |
1 2011-09-11 Aidan Kehoe <kehoea@parhasard.net> | 12 2011-09-11 Aidan Kehoe <kehoea@parhasard.net> |
2 | 13 |
3 * cl-macs.el (cl-defsubst-expand): | 14 * cl-macs.el (cl-defsubst-expand): |
4 Be more careful still here, make sure that any references to | 15 Be more careful still here, make sure that any references to |
5 variables in BODY don't access those values in the enclosing scope | 16 variables in BODY don't access those values in the enclosing scope |