From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dmitry Cherkassov Newsgroups: gmane.emacs.help Subject: Re: Killing punctuation chars enclosed with delimiters via backward-kill-word Date: Thu, 8 Aug 2013 02:18:30 +0400 Message-ID: References: <5200c216.b461700a.2b09.24b9@mx.google.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1375913935 9908 80.91.229.3 (7 Aug 2013 22:18:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 7 Aug 2013 22:18:55 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Aug 08 00:18:56 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 1V7C4G-00067Z-Lo for geh-help-gnu-emacs@m.gmane.org; Thu, 08 Aug 2013 00:18:56 +0200 Original-Received: from localhost ([::1]:60005 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V7C4G-0000OA-75 for geh-help-gnu-emacs@m.gmane.org; Wed, 07 Aug 2013 18:18:56 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:37765) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V7C42-0000O4-LD for help-gnu-emacs@gnu.org; Wed, 07 Aug 2013 18:18:45 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V7C40-0001fI-ER for help-gnu-emacs@gnu.org; Wed, 07 Aug 2013 18:18:42 -0400 Original-Received: from mail-we0-x241.google.com ([2a00:1450:400c:c03::241]:40592) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V7C40-0001cg-8O for help-gnu-emacs@gnu.org; Wed, 07 Aug 2013 18:18:40 -0400 Original-Received: by mail-we0-f193.google.com with SMTP id q54so617464wes.4 for ; Wed, 07 Aug 2013 15:18:30 -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 :content-type; bh=HADyZjXVVh8RSQMPQ9Ulp7eqZtQZ9ycACJRS9/yD1Ls=; b=UUJD8q26O/lGlbPmDDUwgBTARPZYzYdedM7vcYTVo366Xg9W9ZCN+lWR/6wpeClUIp RmxSpyd6j6paOBkiiPYUhG1PpH3KTyxa/4xy+kWsiJX4debmLbULPV4VNMRQEprLLGxd PKzb/dlmCJvfWOAxcCzuegIm5xQjTQXgkiWC0gmKkPOeYYRBht+jji0ty7N2nGUWJgo/ Anae54q03iL8eEkEsNxG0Cz0LKXcaydBkSZp/6mBB5AyOVQ538rThqNaIrxi26/1u1KH WvpnAm+4H6OE6NGY7SoJTr9m+/poNFQc50mQjMaCeiytBjYi4ZEFk1oW4RHLBMsGlwTZ ZKfQ== X-Received: by 10.194.9.229 with SMTP id d5mr1578721wjb.66.1375913910723; Wed, 07 Aug 2013 15:18:30 -0700 (PDT) Original-Received: by 10.194.124.146 with HTTP; Wed, 7 Aug 2013 15:18:30 -0700 (PDT) In-Reply-To: <5200c216.b461700a.2b09.24b9@mx.google.com> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c03::241 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:92773 Archived-At: In case anybody is interested: I've rewritten those two kill-words functions, as Doug advised, to follow my desired behaviour. https://github.com/4DA/emacs-stuff/blob/master/smart-kill.el -- With best regards, Dmitry