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: Re: Copy paste from Emacs to Claws-mail Date: Mon, 20 Apr 2020 08:32:02 +0200 Message-ID: <20200420083202.62565645@jcubic> References: <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="122120"; 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 Mon Apr 20 08:38:26 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 1jQQ4W-000Vfy-Qm for ged-emacs-devel@m.gmane-mx.org; Mon, 20 Apr 2020 08:38:24 +0200 Original-Received: from localhost ([::1]:58320 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jQQ4V-0007Ry-TG for ged-emacs-devel@m.gmane-mx.org; Mon, 20 Apr 2020 02:38:23 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:38074 helo=eggs1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jQQ3e-0006mW-D1 for emacs-devel@gnu.org; Mon, 20 Apr 2020 02:37:30 -0400 Original-Received: from Debian-exim by eggs1p.gnu.org with spam-scanned (Exim 4.90_1) (envelope-from ) id 1jQQ3a-0007fw-Ha for emacs-devel@gnu.org; Mon, 20 Apr 2020 02:37:30 -0400 Original-Received: from smtpo82.poczta.onet.pl ([213.180.149.135]:58908) by eggs1p.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jQQ3Z-0007QG-MV for emacs-devel@gnu.org; Mon, 20 Apr 2020 02:37:26 -0400 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@onet.pl) by smtp.poczta.onet.pl (Onet) with ESMTPSA id 495H0z53ywz1XQFfb for ; Mon, 20 Apr 2020 08:32:03 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=onet.pl; s=2011; t=1587364323; bh=5o8gP5Q4F0MCy39TK4ELFxWHssW7q2E1ECSh9jsZp2c=; h=Date:From:To:Subject:In-Reply-To:References:From; b=DR7dOg1CpEufkNHDxOBfU4VLcZz0xLKNO4bNKpBPRKQwVzBA572hoO9Q3jjlYtGod Va5HPz2P13NFLGYssGKO9oKM1hIe09r5WWnsZD93VF4AFdKqdzzOW4v6NIb31/Feyz d4UCf3pgRDybQ3gb0IE2YB8u9g+2qET/NTDRU8G0= In-Reply-To: <20200419092732.584cd99d@jcubic> X-Mailer: Claws Mail 3.17.3git196 (GTK+ 2.24.32; x86_64-pc-linux-gnu) X-ONET_PL-MDA-SEGREGATION: 0 Received-SPF: pass client-ip=213.180.149.135; envelope-from=jcubic@onet.pl; helo=smtpo82.poczta.onet.pl X-detected-operating-system: by eggs1p.gnu.org: First seen = 2020/04/20 02:32:09 X-ACL-Warn: Detected OS = Linux 3.11 and newer [fuzzy] X-Received-From: 213.180.149.135 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:247368 Archived-At: On Sun, 19 Apr 2020 09:27:32 +0200 Jakub Jankiewicz wrote: > 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. > The same happen with `emacs -q` and M-space + M-w. -- Jakub Jankiewicz, Web Developer https://jcubic.pl/me