GNU bug report logs - #31149
27.0.50; (gui-get-selection nil 'text/html) returns mis-decoded text

Previous Next

Package: emacs;

Reported by: Stefan Monnier <monnier <at> IRO.UMontreal.CA>

Date: Fri, 13 Apr 2018 20:56:02 UTC

Severity: normal

Found in version 27.0.50

Fixed in version 29.1

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


Message #41 received at 31149 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Lars Ingebrigtsen <larsi <at> gnus.org>
Cc: 31149 <at> debbugs.gnu.org, monnier <at> IRO.UMontreal.CA
Subject: Re: bug#31149: 27.0.50; (gui-get-selection nil 'text/html) returns
 mis-decoded text
Date: Sun, 29 Sep 2019 13:21:13 +0300
> From: Lars Ingebrigtsen <larsi <at> gnus.org>
> Cc: monnier <at> IRO.UMontreal.CA,  31149 <at> debbugs.gnu.org
> Date: Sun, 29 Sep 2019 12:02:42 +0200
> 
> (defun ewp-yank-html ()
> 
> [...]
> 
>   (let ((data (loop for type in '(PRIMARY CLIPBOARD)
> 		    for data = (x-get-selection-internal type 'text/html)
> 
> [...]
> 
>       ;; Somehow the selection is UTF-16 when selecting text in
>       ;; Firefox.
>       (decode-coding-string data 'utf-16-le)

And you do that for _every_ text you get from the clipboard?  Or do
you have some means of detecting those selected in Firefox?

In general, if the text is already decoded, I don't expect this extra
decoding to do anything bad, does it?




This bug report was last modified 3 years and 193 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.