Brian Burns

Results 39 comments of Brian Burns

Hi Joseph, thanks for the bug report and recipe - it seems to be a problem on Linux as it works okay on Windows - I'd just built 25.0.50.1 also....

Hi, thanks for the report - is this related to the gui dialog box lockup? If not I created a new issue here - https://github.com/bburns/clipmon/issues/9 I've got a Linux VM...

Thanks for catching this and figuring out how to fix it! I'll put out an update shortly.

Not sure what settings I may have that are different, but for the latest version this is still failing for me - Windows/Emacs24 - inserts ? in place of Chinese...

Okay thanks for the report - I'll see if I can make any headway on it tonight. I need to dig into Emacs some more - the `x-get-selection` function is...

Thanks for the patch, @avkoval - `gui--selection-value-internal` looks like an internal function so might change with Emacs versions - e.g. it's not in Emacs 24 (I'm getting behind...). I'll see...

@ErikKnowles Thank you for figuring this out! I'll include it in the next tagged version, once I can test it on all versions/platforms.

Thanks for all your testing! I'm trying to get it set up so I can test everything with 24.5 and 25.1 on Windows, Linux, and OSX, and didn't get as...

Thanks! :) For such a simple concept debugging this package is proving to be pretty complex - everything was broken on the last push - here is the testing matrix:...

Just for reference, this is the outline of the function causing problems - ``` lisp (defun clipmon--clipboard-contents () "Get current contents of system clipboard - returns a string, or nil."...