From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: right click menu for cut, copy, paste Date: Tue, 12 Nov 2013 18:06:50 +0200 Message-ID: <831u2l38px.fsf@gnu.org> References: <83vc002hpu.fsf@gnu.org> <83r4ao2fkq.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1384272452 15810 80.91.229.3 (12 Nov 2013 16:07:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 12 Nov 2013 16:07:32 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Nov 12 17:07:36 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VgGV5-0006kK-Nw for geh-help-gnu-emacs@m.gmane.org; Tue, 12 Nov 2013 17:07:35 +0100 Original-Received: from localhost ([::1]:43698 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VgGV4-00086s-U6 for geh-help-gnu-emacs@m.gmane.org; Tue, 12 Nov 2013 11:07:34 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:50831) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VgGUo-00085m-Ct for help-gnu-emacs@gnu.org; Tue, 12 Nov 2013 11:07:24 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VgGUi-000153-Ij for help-gnu-emacs@gnu.org; Tue, 12 Nov 2013 11:07:18 -0500 Original-Received: from mtaout23.012.net.il ([80.179.55.175]:41032) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VgGUi-000140-AX for help-gnu-emacs@gnu.org; Tue, 12 Nov 2013 11:07:12 -0500 Original-Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0MW500E00QG6NP00@a-mtaout23.012.net.il> for help-gnu-emacs@gnu.org; Tue, 12 Nov 2013 18:06:53 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MW500E1VRFHLZA0@a-mtaout23.012.net.il> for help-gnu-emacs@gnu.org; Tue, 12 Nov 2013 18:06:53 +0200 (IST) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.175 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:94468 Archived-At: > Date: Mon, 11 Nov 2013 21:46:35 -0700 > From: Samuel Wales > Cc: help-gnu-emacs@gnu.org > > I tried that and it works in some modes, but in Org, it produces > wrong-type-argument listp. Not on my system. Perhaps you are using some old version of Emacs, where there was a bug in this function. If not, please consider reporting a bug with the details, including a recipe starting from "emacs -Q". Thanks.