From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ivanov Dmitry Subject: how to stop delete key putting a region into kill ring Date: Sat, 14 Aug 2010 14:19:33 +0400 Message-ID: <446912556.20100814141933@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=44198 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OkDpy-0002xc-6y for emacs-orgmode@gnu.org; Sat, 14 Aug 2010 06:19:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OkDpx-0004Dz-AQ for emacs-orgmode@gnu.org; Sat, 14 Aug 2010 06:19:38 -0400 Received: from mail-fx0-f41.google.com ([209.85.161.41]:61335) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OkDpx-0004Dt-5V for emacs-orgmode@gnu.org; Sat, 14 Aug 2010 06:19:37 -0400 Received: by fxm3 with SMTP id 3so2524247fxm.0 for ; Sat, 14 Aug 2010 03:19:36 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org When I am editing a text in Emacs - not only in org-mode - when I select a region and press to remove it, it's being placed into the clipboard and when I want to paste some text instead I have to get rid of it. Does anybody know, how to stop it and make simply kill the region without putting it into the clipboard?