From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Jakub Jankiewicz Newsgroups: gmane.emacs.devel Subject: Copy paste from Emacs to Claws-mail Date: Sun, 19 Apr 2020 09:27:32 +0200 Message-ID: <20200419092732.584cd99d@jcubic> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="21672"; mail-complaints-to="usenet@ciao.gmane.io" To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Apr 19 15:05:52 2020 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jQ9dw-0005Yo-5k for ged-emacs-devel@m.gmane-mx.org; Sun, 19 Apr 2020 15:05:52 +0200 Original-Received: from localhost ([::1]:41664 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jQ9dv-0005Eu-1b for ged-emacs-devel@m.gmane-mx.org; Sun, 19 Apr 2020 09:05:51 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:36450) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jQ4Vj-0004Pf-AI for emacs-devel@gnu.org; Sun, 19 Apr 2020 03:37:03 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.90_1) (envelope-from ) id 1jQ4Vh-0000YC-V5 for emacs-devel@gnu.org; Sun, 19 Apr 2020 03:37:02 -0400 Original-Received: from u1.atthost.pl ([2a0c:5840:0:15::1]:55351) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jQ4Vg-0000WD-TE for emacs-devel@gnu.org; Sun, 19 Apr 2020 03:37:01 -0400 Original-Received: from localhost (unknown [127.0.0.1]) by u1.atthost.pl (Postfix) with ESMTP id 32D3E12502E for ; Sun, 19 Apr 2020 07:27:37 +0000 (UTC) X-Virus-Scanned: amavisd-new at atthost.pl Original-Received: from u1.atthost.pl ([185.255.40.21]) by localhost (atthost.pl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id AlWVdqJghWmp for ; Sun, 19 Apr 2020 09:27:33 +0200 (CEST) Original-Received: from jcubic (unknown [185.129.113.221]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: jcubic@jcubic.pl) by u1.atthost.pl (Postfix) with ESMTPSA id E68D312505F for ; Sun, 19 Apr 2020 09:27:32 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 u1.atthost.pl E68D312505F X-Mailer: Claws Mail 3.17.3git196 (GTK+ 2.24.32; x86_64-pc-linux-gnu) Received-SPF: pass client-ip=2a0c:5840:0:15::1; envelope-from=SRS0=Se0T=6D=jcubic.pl=jcubic@attmail.pl; helo=u1.atthost.pl X-detected-operating-system: by eggs.gnu.org: Linux 3.11 and newer X-Received-From: 2a0c:5840:0:15::1 X-Mailman-Approved-At: Sun, 19 Apr 2020 09:05:15 -0400 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:247310 Archived-At: I'm not sure if this is bug in Emacs or bug in Claws-mail but it don't work when I copy/paste (yank) text from Emacs to 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 be not exactly the same). 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. -- Jakub Jankiewicz, Web Developer https://jcubic.pl/me