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: Re: Emacs KDE clipboard interaction Date: Sat, 13 Oct 2012 00:04:09 +0400 Message-ID: References: <1355783554.20121012143834@gmail.com> <875AFA54-B46C-4EF4-8BCD-4BC63442A030@Web.DE> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=0016e6d77e6ae23d2604cbe230d0 X-Trace: ger.gmane.org 1350072258 14854 80.91.229.3 (12 Oct 2012 20:04:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 12 Oct 2012 20:04:18 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Peter Dyballa Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Oct 12 22:04:25 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 1TMlT7-00081l-EC for geh-help-gnu-emacs@m.gmane.org; Fri, 12 Oct 2012 22:04:25 +0200 Original-Received: from localhost ([::1]:60111 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TMlT0-00086l-Gq for geh-help-gnu-emacs@m.gmane.org; Fri, 12 Oct 2012 16:04:18 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:52942) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TMlSu-00086Y-A0 for help-gnu-emacs@gnu.org; Fri, 12 Oct 2012 16:04:13 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TMlSt-0003aN-77 for help-gnu-emacs@gnu.org; Fri, 12 Oct 2012 16:04:12 -0400 Original-Received: from mail-wi0-f177.google.com ([209.85.212.177]:35342) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TMlSt-0003aG-01 for help-gnu-emacs@gnu.org; Fri, 12 Oct 2012 16:04:11 -0400 Original-Received: by mail-wi0-f177.google.com with SMTP id hj13so154592wib.12 for ; Fri, 12 Oct 2012 13:04:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=RJ0ZcCIWYGG+qKl6Z/4uaChdyjVnS7/lJytBY7U0UhI=; b=P+nifTuCEPb1Hns62U+xyVooHzPfulJBhrws4JMoZC89mHJoLJh1aebWBjI+lhOhQg Rd7miSwYi46dQ+z5anu7oF4oMSm9q8HPxI63L9X9HMbBmdguRKfrEt/IWBE2l8uCgOY4 UdTemRW1H6bA52Qqq0dox9dAyfMFgUzbznmKeu/r1NWe/bU3SH79qRYhhzhJnisRoKXt n7mTCA3ysdTR8IjN/39hXt9cSfj5mEi+IcNFj8kmbZNocIXWrLiynIH7EhBCQqo6jutD bPdD0fn9uAcktzBKX/806McaQSdRievVGpjCWGn0XMJdN+azKWZsLGumCG6221vyb5TM hxpg== Original-Received: by 10.216.207.93 with SMTP id m71mr2907759weo.201.1350072250022; Fri, 12 Oct 2012 13:04:10 -0700 (PDT) Original-Received: by 10.216.182.11 with HTTP; Fri, 12 Oct 2012 13:04:09 -0700 (PDT) In-Reply-To: <875AFA54-B46C-4EF4-8BCD-4BC63442A030@Web.DE> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.212.177 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:87214 Archived-At: --0016e6d77e6ae23d2604cbe230d0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Ok, I found it. The function is called 'clipboard-kill-ring-save', while it was bound to function: 'kill-ring-save'. But I can't reset C-c. It was bound via cua-mode and the standard approach, using global-set-key doesn't work. How to remap C-c to another function? On Fri, Oct 12, 2012 at 8:00 PM, Peter Dyballa wrote= : > > Am 12.10.2012 um 12:38 schrieb Ivanov Dmitry: > > > How to learn, which functions called, when copying from the menu > > C-h k > > A *Help* has opened and tells which function you had chosen from the menu= . > > > In my version of GNU Emacs 24 I see keyboard shot-cuts displayed for (som= e > of) the menu entries. > > -- > Greetings > > Pete > > Almost anything is easier to get into than out of. > =96 Allen's Law > > --0016e6d77e6ae23d2604cbe230d0 Content-Type: text/html; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Ok, I found it. The function is called 'clipboard-kill-ring-save', = while it was bound to function: 'kill-ring-save'. But I can't r= eset C-c. It was bound via cua-mode and the standard approach, using global= -set-key doesn't work. How to remap C-c to another function?

On Fri, Oct 12, 2012 at 8:00 PM, Peter Dybal= la <Peter_Dyballa@web.de> wrote:

Am 12.10.2012 um 12:38 schrieb Ivanov Dmitry:

> How to learn, which functions called, when copying from the menu

=A0 =A0 =A0 =A0 <Mark some text> C-h k <then choose the menu= entry>

A *Help* has opened and tells which function you had chosen from the menu.<= br>

In my version of GNU Emacs 24 I see keyboard shot-cuts displayed for (some = of) the menu entries.

--
Greetings

=A0 Pete

Almost anything is easier to get into than out of.
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =96 Allen&#= 39;s Law


--0016e6d77e6ae23d2604cbe230d0--