From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jim Diamond Newsgroups: gmane.emacs.help Subject: Re: Killing punctuation chars enclosed with delimiters via backward-kill-word Date: Tue, 13 Aug 2013 13:17:42 -0300 Organization: A noiseless patient Spider 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=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1376410885 9683 80.91.229.3 (13 Aug 2013 16:21:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 13 Aug 2013 16:21:25 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Aug 13 18:21:28 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 1V9HLb-0007gA-OJ for geh-help-gnu-emacs@m.gmane.org; Tue, 13 Aug 2013 18:21:27 +0200 Original-Received: from localhost ([::1]:53856 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V9HLb-00031j-Af for geh-help-gnu-emacs@m.gmane.org; Tue, 13 Aug 2013 12:21:27 -0400 Original-Path: usenet.stanford.edu!news.kjsl.com!feeder.erje.net!eu.feeder.erje.net!eternal-september.org!feeder.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 12 Injection-Info: mx05.eternal-september.org; posting-host="809404ee2781e8e12dc44dad1d1cc24a"; logging-data="20321"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18A/WSI1WtXlH4G4GvA00bj" User-Agent: slrn/0.9.9p1 (Linux) Cancel-Lock: sha1:qD7FYaFORP9rNSX+NPQr1NBrfbA= Original-Xref: usenet.stanford.edu gnu.emacs.help:200585 X-Mailman-Approved-At: Tue, 13 Aug 2013 12:21:16 -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:92850 Archived-At: On 2013-08-07 at 19:18 ADT, Dmitry Cherkassov wrote: > 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 You might consider changing the comments at the top of the file ("mode-cycle"?!) to match the code :-) Cheers