From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 10.42.224.197 with SMTP id ip5cs149181icb; Sun, 20 Feb 2011 17:29:35 -0800 (PST) Received: by 10.52.95.34 with SMTP id dh2mr946752vdb.2.1298251775101; Sun, 20 Feb 2011 17:29:35 -0800 (PST) Return-Path: Received: from rubyforge.org (rubyforge.org [205.234.109.19]) by mx.google.com with ESMTP id k33si6823140vbl.81.2011.02.20.17.29.34; Sun, 20 Feb 2011 17:29:35 -0800 (PST) Received-SPF: pass (google.com: domain of sup-devel-bounces@rubyforge.org designates 205.234.109.19 as permitted sender) client-ip=205.234.109.19; Authentication-Results: mx.google.com; spf=pass (google.com: domain of sup-devel-bounces@rubyforge.org designates 205.234.109.19 as permitted sender) smtp.mail=sup-devel-bounces@rubyforge.org; dkim=neutral (body hash did not verify) header.i=@gmail.com Received: from rubyforge.org (rubyforge.org [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id 912F3185834E; Sun, 20 Feb 2011 20:29:34 -0500 (EST) Received: from mail-ww0-f54.google.com (mail-ww0-f54.google.com [74.125.82.54]) by rubyforge.org (Postfix) with ESMTP id 1189A1858357 for ; Sun, 20 Feb 2011 20:29:22 -0500 (EST) Received: by wwb31 with SMTP id 31so5688377wwb.23 for ; Sun, 20 Feb 2011 17:29:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:content-type:subject:from:to:date:message-id :user-agent:content-transfer-encoding; bh=MuckuwgzMrxXPKjxm5RHl65eP2DGQqOrHCxV6Ff/Wck=; b=SGrqHAJvkKkiOUjoWcgbF9abfWazycVjkdxinsBqMtYOxet8fZdD+ZYkcXxU28wJNC ClxIH/cPD1oaKqWfaCMb/5Z/Q9EmvTmffiNL7zQGBkHHp78hUZZE8PgN1Ua3R1Ry2uRF zz4CljY4MSQHDzkmT5Y67IrwQeyp0BdJYsnYE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=content-type:subject:from:to:date:message-id:user-agent :content-transfer-encoding; b=huqUtylq6LvJAbuVt09BQscl1MSTKfYBpRz7uKcaLq2AUfpOOlC2ABd3NXj/L94lKC P763Tn7A94gJFJu03yhRRzMWkx8Rw49bEU6POdDVjgAbKzzz9jANppbtsdxV9cIB8gnF 6Buw81O/zE+NdVFWcD92yRsoXBys03ZbRevfE= Received: by 10.216.89.71 with SMTP id b49mr697265wef.28.1298251762385; Sun, 20 Feb 2011 17:29:22 -0800 (PST) Received: from localhost (cpc12-cmbg15-2-0-cust81.5-4.cable.virginmedia.com [86.30.247.82]) by mx.google.com with ESMTPS id n11sm1839167wej.43.2011.02.20.17.29.20 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 20 Feb 2011 17:29:21 -0800 (PST) From: Hamish To: sup-devel Date: Mon, 21 Feb 2011 01:29:20 +0000 Message-Id: <1298251460-sup-4333@whisper> User-Agent: Sup/git Subject: [sup-devel] [BRANCH] Ctrl-W behaviour X-BeenThere: sup-devel@rubyforge.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: Sup developer discussion List-Id: Sup developer discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: sup-devel-bounces@rubyforge.org Errors-To: sup-devel-bounces@rubyforge.org I use Ctrl-W when deleting labels from a thread, and it's been a minor annoyance that this is slightly broken - when there is a space before the cursor, Ctrl-W will just delete the space, and you need to press Ctrl-W a second time to delete the word aswell. This is not how I'm used to it working in vim or on the command line. So I've now had a go at fixing it, in the branch called ctrl_w - just one commit so far, and it took quite a bit of farting around to get this far. I'll review it when it's not the early hours of the morning and merge it into next at that point. Please have a go and see if you can get any strange behaviour - I had some strange behaviour with single-letter labels, but I seem to have fixed that ... Hamish Downer _______________________________________________ Sup-devel mailing list Sup-devel@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-devel