* bug#40730: Copy paste from Emacs to Claws-mail @ 2020-04-20 9:44 Jakub Jankiewicz 2020-10-22 15:11 ` Lars Ingebrigtsen 2020-10-22 15:15 ` Lars Ingebrigtsen 0 siblings, 2 replies; 6+ messages in thread From: Jakub Jankiewicz @ 2020-04-20 9:44 UTC (permalink / raw) To: 40730 I'm not sure if this is bug in Emacs or bug in Claws-mail but it don't work when I copy text from Emacs to paste into Mail creator. I'm using GTK+ and Fedora XFce. And have this error: Debugger entered--Lisp error: (error "Selection owner couldn't converted" MULTIPLE) Also I was not able to copy that string from Emacs and I've needed to write it by hand (so it may not be accurate). I have this setup in my .emacs: (setq x-select-enable-clipboard t) (setq mouse-drag-copy-region t) (setq x-select-enable-clipboard-manager nil) (setq interprogram-paste-function 'x-cut-buffer-or-selection-value) Because of this I need to keep Mousepad text editor as proxy to paste text from GNU Emacs into an email. The same happen with `emacs -q` and copy with M-space + M-w. -- Jakub Jankiewicz, Web Developer https://jcubic.pl/me ^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#40730: Copy paste from Emacs to Claws-mail 2020-04-20 9:44 bug#40730: Copy paste from Emacs to Claws-mail Jakub Jankiewicz @ 2020-10-22 15:11 ` Lars Ingebrigtsen 2020-10-22 15:26 ` Jakub T. Jankiewicz 2020-10-22 15:15 ` Lars Ingebrigtsen 1 sibling, 1 reply; 6+ messages in thread From: Lars Ingebrigtsen @ 2020-10-22 15:11 UTC (permalink / raw) To: Jakub Jankiewicz; +Cc: 40730 Jakub Jankiewicz <jcubic@onet.pl> writes: > I'm not sure if this is bug in Emacs or bug in Claws-mail but it don't work > when I copy text from Emacs to paste into Mail creator. I'm using GTK+ and > Fedora XFce. And have this error: > > Debugger entered--Lisp error: (error "Selection owner couldn't converted" > MULTIPLE) Could you (setq debug-on-error t) and then repeat the bug to get a backtrace? -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no ^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#40730: Copy paste from Emacs to Claws-mail 2020-10-22 15:11 ` Lars Ingebrigtsen @ 2020-10-22 15:26 ` Jakub T. Jankiewicz 0 siblings, 0 replies; 6+ messages in thread From: Jakub T. Jankiewicz @ 2020-10-22 15:26 UTC (permalink / raw) To: Lars Ingebrigtsen; +Cc: 40730 [-- Attachment #1: Type: text/plain, Size: 684 bytes --] Lars Ingebrigtsen <larsi@gnus.org> wrote: > > > > I'm not sure if this is bug in Emacs or bug in Claws-mail but it don't > > work when I copy text from Emacs to paste into Mail creator. I'm using > > GTK+ and Fedora XFce. And have this error: > > > > Debugger entered--Lisp error: (error "Selection owner couldn't converted" > > MULTIPLE) > > Could you (setq debug-on-error t) and then repeat the bug to get a > backtrace? > I don't have any stack trace I have *Backtrace* buffer with just: Debugger entered--Lisp error: (error "Selection owner couldn't converted" MULTIPLE) no other info. -- Jakub T. Jankiewicz, Web Developer https://jcubic.pl/me [-- Attachment #2: Podpis cyfrowy OpenPGP --] [-- Type: application/pgp-signature, Size: 488 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#40730: Copy paste from Emacs to Claws-mail 2020-04-20 9:44 bug#40730: Copy paste from Emacs to Claws-mail Jakub Jankiewicz 2020-10-22 15:11 ` Lars Ingebrigtsen @ 2020-10-22 15:15 ` Lars Ingebrigtsen 2020-10-22 16:26 ` Jakub T. Jankiewicz 1 sibling, 1 reply; 6+ messages in thread From: Lars Ingebrigtsen @ 2020-10-22 15:15 UTC (permalink / raw) To: Jakub Jankiewicz; +Cc: 40730 Jakub Jankiewicz <jcubic@onet.pl> writes: > (setq x-select-enable-clipboard t) > (setq mouse-drag-copy-region t) > (setq x-select-enable-clipboard-manager nil) > (setq interprogram-paste-function 'x-cut-buffer-or-selection-value) I also tried this (after starting with "emacs -Q"), and cutting/pasting from Emacs to Claws, and I didn't get any errors. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no ^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#40730: Copy paste from Emacs to Claws-mail 2020-10-22 15:15 ` Lars Ingebrigtsen @ 2020-10-22 16:26 ` Jakub T. Jankiewicz 2020-10-23 10:49 ` Lars Ingebrigtsen 0 siblings, 1 reply; 6+ messages in thread From: Jakub T. Jankiewicz @ 2020-10-22 16:26 UTC (permalink / raw) To: Lars Ingebrigtsen; +Cc: 40730 [-- Attachment #1: Type: text/plain, Size: 472 bytes --] Lars Ingebrigtsen <larsi@gnus.org> wrote: > > I also tried this (after starting with "emacs -Q"), and cutting/pasting > from Emacs to Claws, and I didn't get any errors. > I've just uninstalled version of claws-mail from git and installed the one from Fedora repository (that is more recent) and it now works. Maybe it was bug in Claws-mail that got fixed. This can be closed as no issue then. -- Jakub T. Jankiewicz, Web Developer https://jcubic.pl/me [-- Attachment #2: Podpis cyfrowy OpenPGP --] [-- Type: application/pgp-signature, Size: 488 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#40730: Copy paste from Emacs to Claws-mail 2020-10-22 16:26 ` Jakub T. Jankiewicz @ 2020-10-23 10:49 ` Lars Ingebrigtsen 0 siblings, 0 replies; 6+ messages in thread From: Lars Ingebrigtsen @ 2020-10-23 10:49 UTC (permalink / raw) To: Jakub T. Jankiewicz; +Cc: 40730 "Jakub T. Jankiewicz" <jcubic@onet.pl> writes: > I've just uninstalled version of claws-mail from git and installed the one > from Fedora repository (that is more recent) and it now works. Maybe it was > bug in Claws-mail that got fixed. This can be closed as no issue then. OK; closed. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2020-10-23 10:49 UTC | newest] Thread overview: 6+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2020-04-20 9:44 bug#40730: Copy paste from Emacs to Claws-mail Jakub Jankiewicz 2020-10-22 15:11 ` Lars Ingebrigtsen 2020-10-22 15:26 ` Jakub T. Jankiewicz 2020-10-22 15:15 ` Lars Ingebrigtsen 2020-10-22 16:26 ` Jakub T. Jankiewicz 2020-10-23 10:49 ` Lars Ingebrigtsen
Code repositories for project(s) associated with this public inbox https://git.savannah.gnu.org/cgit/emacs.git This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).