From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 10.151.111.12 with SMTP id o12cs157828ybm; Tue, 18 Oct 2011 07:01:37 -0700 (PDT) Received: by 10.224.203.6 with SMTP id fg6mr2074954qab.19.1318946497205; Tue, 18 Oct 2011 07:01:37 -0700 (PDT) Return-Path: Received: from rubyforge.org (rubyforge.org. [205.234.109.19]) by mx.google.com with ESMTP id u7si546345qcv.148.2011.10.18.07.01.37; Tue, 18 Oct 2011 07:01:37 -0700 (PDT) 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 E6CCF1D7846D; Tue, 18 Oct 2011 10:01:36 -0400 (EDT) Received: from mail-vw0-f50.google.com (mail-vw0-f50.google.com [209.85.212.50]) by rubyforge.org (Postfix) with ESMTP id 1275F1D783E0; Tue, 18 Oct 2011 09:46:32 -0400 (EDT) Received: by vws9 with SMTP id 9so454392vws.23 for ; Tue, 18 Oct 2011 06:46:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=sender:content-type:cc:subject:from:to:in-reply-to:references:date :message-id:user-agent:content-transfer-encoding; bh=VifpUbLcuOgwPdK78sMtuIy+I/WRjeUluQm/lK1Oqbk=; b=kmGIFISWEaUgR3dSLNBUiRw7Mp8nuQa/NAFjLXJTNCb1aBNJbOeUlWbsay6aOkL/9Q YGwi95h5WilnBNtWu4FeLdfcxemC2K2D2qNWV8Uzz1dMKwhdK1FfRxHAjFEujKNX3UA1 nvHDLWdFam1RQS6ppbuwxTTMQjbiMt9FSfjT8= Received: by 10.52.29.9 with SMTP id f9mr2454687vdh.30.1318945592616; Tue, 18 Oct 2011 06:46:32 -0700 (PDT) Received: from localhost (c-76-19-84-4.hsd1.vt.comcast.net. [76.19.84.4]) by mx.google.com with ESMTPS id jo8sm1983108vdb.20.2011.10.18.06.46.29 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 18 Oct 2011 06:46:30 -0700 (PDT) From: Mark Alexander To: Hamish D In-reply-to: References: Date: Tue, 18 Oct 2011 09:46:27 -0400 Message-Id: <1318945224-sup-126@bloovis.org> User-Agent: Sup/git Cc: sup-talk , Sup developer discussion Subject: Re: [sup-devel] [sup-talk] Preparing for sup 0.13 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 Excerpts from Hamish D's message of Sun Oct 16 08:09:41 -0400 2011: > * added an asynchronous edit mode - this allows you to carry on using > sup while composing a message in an external editor I'm not having much luck with this feature. I was able to write an async-edit hook that spawned my editor in a separate gnome-terminal window. But when I exited async-edit mode, sup started responding to keystrokes weirdly. I tried to discard the message I had just composed using 'x', so sup asked if I wanted to discard the message, and when I hit 'y', it sent the message instead of discarding it. After that, sup behaved as if every other keystroke was being discarded, and I had to quit and restart. Other than that, things look good. _______________________________________________ Sup-devel mailing list Sup-devel@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-devel