From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Christoph Newsgroups: gmane.emacs.devel Subject: Re: hungry-delete in other modes Date: Wed, 23 Feb 2011 23:00:38 -0700 Message-ID: <8662sa9dkp.fsf@gmail.com> References: <86k4grsfzm.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1298527272 24314 80.91.229.12 (24 Feb 2011 06:01:12 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 24 Feb 2011 06:01:12 +0000 (UTC) Cc: emacs-devel@gnu.org To: Nathaniel Flath Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 24 07:01:08 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PsUGB-0007Ts-Ht for ged-emacs-devel@m.gmane.org; Thu, 24 Feb 2011 07:01:07 +0100 Original-Received: from localhost ([127.0.0.1]:36546 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PsUGA-0005Ax-Kv for ged-emacs-devel@m.gmane.org; Thu, 24 Feb 2011 01:01:06 -0500 Original-Received: from [140.186.70.92] (port=56555 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PsUFo-0005AQ-Dj for emacs-devel@gnu.org; Thu, 24 Feb 2011 01:00:45 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PsUFn-00022h-Cy for emacs-devel@gnu.org; Thu, 24 Feb 2011 01:00:44 -0500 Original-Received: from mail-qy0-f169.google.com ([209.85.216.169]:46207) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PsUFn-00022T-AX for emacs-devel@gnu.org; Thu, 24 Feb 2011 01:00:43 -0500 Original-Received: by qyk2 with SMTP id 2so4555509qyk.0 for ; Wed, 23 Feb 2011 22:00:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:from:to:cc:subject:in-reply-to:references :user-agent:date:message-id:mime-version:content-type; bh=gonqNjQMoxy0jDKf+8wPwzSVlVg5RhzuYHlSM/sTYHI=; b=fuZn/SrWPpSUKMHjBH4UFhDhxIT9HBhS55eIE+zpYshthnj1CNoBkoBe2zKwBvJlyi ss/hjaQNuBU6vmIDM4VzJ5ODyfMnvmzaQCu8NGPyuDNtnyBeXZX2hs6yxJujwIKzRMxG /12PdbI4FNqtgEt7xUuM0hywXjP5bBelCyqws= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=from:to:cc:subject:in-reply-to:references:user-agent:date :message-id:mime-version:content-type; b=slgL1n8YZVi07O3qDPJEArfyNRvfjHOaCd5bP8m9zI8eueMFexXUwl63YVIc6oMlhx ax0LsQx1TilyK3Li4g3/11x1u25YSDnFylxfQK/lb2w3C5dTcixXZm6LRx41lotTbUQr FfcIyuCN7Lz3335Uwim/psy3oG2GwLRqadAJ8= Original-Received: by 10.224.73.132 with SMTP id q4mr338727qaj.62.1298527242829; Wed, 23 Feb 2011 22:00:42 -0800 (PST) Original-Received: from localhost (71-208-142-116.hlrn.qwest.net [71.208.142.116]) by mx.google.com with ESMTPS id g32sm6128867qck.10.2011.02.23.22.00.41 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 23 Feb 2011 22:00:41 -0800 (PST) In-Reply-To: (Nathaniel Flath's message of "Tue, 22 Feb 2011 21:23:12 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (windows-nt) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.216.169 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:136429 Archived-At: Nathaniel Flath writes: > I actually ran into this before, and ended up moving the necessary > machinery out of cc-mode into it's own mode. > You can take a look athttps://github.com/nflath/hungry-delete Interesting. I will give that a try. Thanks! Christoph