From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ivanov Dmitry Newsgroups: gmane.emacs.help Subject: Emacs KDE clipboard interaction Date: Fri, 12 Oct 2012 14:38:34 +0400 Message-ID: <1355783554.20121012143834@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1350053708 7035 80.91.229.3 (12 Oct 2012 14:55:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 12 Oct 2012 14:55:08 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Oct 12 16:55:15 2012 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 1TMgdv-0002wP-Cn for geh-help-gnu-emacs@m.gmane.org; Fri, 12 Oct 2012 16:55:15 +0200 Original-Received: from localhost ([::1]:47926 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TMgdo-0007KT-9V for geh-help-gnu-emacs@m.gmane.org; Fri, 12 Oct 2012 10:55:08 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:45072) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TMcda-0003xD-E5 for help-gnu-emacs@gnu.org; Fri, 12 Oct 2012 06:38:39 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TMcdZ-0003do-I5 for help-gnu-emacs@gnu.org; Fri, 12 Oct 2012 06:38:38 -0400 Original-Received: from mail-lb0-f169.google.com ([209.85.217.169]:47863) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TMcdZ-0003dU-9X for help-gnu-emacs@gnu.org; Fri, 12 Oct 2012 06:38:37 -0400 Original-Received: by mail-lb0-f169.google.com with SMTP id k6so2140452lbo.0 for ; Fri, 12 Oct 2012 03:38:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:x-mailer:x-priority:message-id:to:subject:mime-version :content-type:content-transfer-encoding; bh=x9W7ia/eG2hJcQ/ykyoOV1nG9SuQEGQSlqQhGyN6tEQ=; b=AUQmz7rOyJSnSMFeOnhK6z6ILu7RrMtsTOLS2lyxAyejkB76pRmdXMMM0vRvjrDz/b rGNjHjxzSBsKaYfEom0bpE2TM+RRdYRj2zWD2LOBQm8xQ+5A3AJzWHfTdq46iSWkikyk ql1NRAL+tfZCFG26LvKUCsC9mBhJOPsgPjr5B8KVlAlpcOxO9ZvPUnUiUW0a9MngaLU5 ydkS3vKSMyTXJWrsH+3H533gavA0gbfVJARXKYfr1v2QWqP+ipcG6SCAL+5DhXvBj5mC QOYw49snnaj/4T9OZQIlb45WepVGNlfL/W6pOG72Us434XJsNfAGdOrFDe2c51RMAhXM TFiA== Original-Received: by 10.112.86.196 with SMTP id r4mr1544500lbz.33.1350038315491; Fri, 12 Oct 2012 03:38:35 -0700 (PDT) Original-Received: from ORGANIZA-R2ODEV (ppp79-139-130-201.pppoe.spdop.ru. [79.139.130.201]) by mx.google.com with ESMTPS id xw14sm2072451lab.15.2012.10.12.03.38.33 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 12 Oct 2012 03:38:33 -0700 (PDT) X-Mailer: The Bat! (v3.98.4) Professional X-Priority: 3 (Normal) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.217.169 X-Mailman-Approved-At: Fri, 12 Oct 2012 10:55:03 -0400 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:87205 Archived-At: I am using Emacs 23.3.1 and KDE 4.5.5 on Linux Slackware. When I select and copy some text in Emacs into the clipboard, using the hotkeys: C-c & Shift- this text doesn't appear immidiately in KDE clipboard. But exists at the top of Klipper buffer. So I have to manually select this text and then it's available. When I copy from the menu, everything works fine. How to learn, which functions called, when copying from the menu, so I could bind it to the hotkeys?