From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Suvayu Ali Newsgroups: gmane.emacs.help Subject: Re: kill-region without modifying the kill ring Date: Sat, 26 Sep 2015 04:27:18 +0200 Message-ID: <20150926022718.GG25140@chitra.no-ip.org> References: <8272bab2-aa15-479f-b838-0b60fb11c5bb@googlegroups.com> <7a656389-cff3-4afd-a237-1142a1ba7daa@googlegroups.com> <87eghm78ql.fsf@web.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1443234469 6833 80.91.229.3 (26 Sep 2015 02:27:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 26 Sep 2015 02:27:49 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Sep 26 04:27:43 2015 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 1ZffD6-0000tq-Io for geh-help-gnu-emacs@m.gmane.org; Sat, 26 Sep 2015 04:27:36 +0200 Original-Received: from localhost ([::1]:51646 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZffD5-0007KU-Te for geh-help-gnu-emacs@m.gmane.org; Fri, 25 Sep 2015 22:27:35 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46048) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZffCv-0007K2-Bb for help-gnu-emacs@gnu.org; Fri, 25 Sep 2015 22:27:26 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZffCs-0005P8-5X for help-gnu-emacs@gnu.org; Fri, 25 Sep 2015 22:27:25 -0400 Original-Received: from mail-wi0-x231.google.com ([2a00:1450:400c:c05::231]:38523) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZffCs-0005P0-02 for help-gnu-emacs@gnu.org; Fri, 25 Sep 2015 22:27:22 -0400 Original-Received: by wiclk2 with SMTP id lk2so39961354wic.1 for ; Fri, 25 Sep 2015 19:27:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:subject:message-id:mail-followup-to:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=EUAicTeAJTAWmfnLvzUA3pOrtlQs/x82ojqgVcJQG4k=; b=RrRjACzy67qd/BISqjEcQ8gAavNydxwtTjn6F8prFIwo93PuzLWcutO/LsmUBaNIm2 u7ebkmW0pubzYvlVdW9aEjzE14C6ChxRvCd/GcU19UzqzUB4jTt5MkC4QjYXgtAVx8kB bku3A39J6xTBq9NuNLTIgrvRYw2EZQle8xLYplNGmVmebrX4/QyMJj+uTmCIvwYmtRpn McPH6/l0kHrtoD6RKvLvN0ZIDMfM+q/KZiL3t6yiYooSQOgsdheuyk72lB8z1T2lKyG6 HheEbgUI2YBWXaRleo2UqkbrFaBU/yY8FNSsRXGTeg3USGfuml62qy7OjAaA3ZukJTph HeTg== X-Received: by 10.194.105.73 with SMTP id gk9mr10903402wjb.122.1443234441519; Fri, 25 Sep 2015 19:27:21 -0700 (PDT) Original-Received: from chitra.no-ip.org (5072840E.static.ziggozakelijk.nl. [80.114.132.14]) by smtp.gmail.com with ESMTPSA id az6sm5997253wib.12.2015.09.25.19.27.19 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 25 Sep 2015 19:27:20 -0700 (PDT) Mail-Followup-To: help-gnu-emacs@gnu.org Content-Disposition: inline In-Reply-To: <87eghm78ql.fsf@web.de> User-Agent: Mutt/1.5.23.1 (2014-03-12) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c05::231 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:107361 Archived-At: On Fri, Sep 25, 2015 at 06:40:34PM +0200, Michael Heerdegen wrote: > So, your workflow from above would become > > kill text to yank > > kill-command, M-y, move to next ocurrance, kill-command, M-y, ... > > I used this for a while now and am happy with it. Of course, killing > still adds to the kill ring, but it doesn't disrupt the above work flow > anymore. Together with a tool like browse-kill-ring, it perfectly fits > my needs. > > I can send you the code if interested. This sounds amazing! I would love to use something like this. :) -- Suvayu Open source is the future. It sets us free.