From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 10.86.59.13 with SMTP id h13cs319172fga; Sat, 27 Feb 2010 21:07:02 -0800 (PST) Received: by 10.224.17.142 with SMTP id s14mr1423836qaa.128.1267333621076; Sat, 27 Feb 2010 21:07:01 -0800 (PST) Return-Path: Received: from rubyforge.org (rubyforge.org [205.234.109.19]) by mx.google.com with ESMTP id 5si5704587qwg.53.2010.02.27.21.07.00; Sat, 27 Feb 2010 21:07:01 -0800 (PST) Received-SPF: pass (google.com: domain of sup-talk-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-talk-bounces@rubyforge.org designates 205.234.109.19 as permitted sender) smtp.mail=sup-talk-bounces@rubyforge.org Received: from rubyforge.org (rubyforge.org [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id 7D5971858306; Sun, 28 Feb 2010 00:07:00 -0500 (EST) X-Greylist: delayed 1991 seconds by postgrey-1.31 at rubyforge.org; Sun, 28 Feb 2010 00:06:42 EST Received: from granite.free-dissociation.com (207-180-139-38.ma.subnet.cable.rcn.com [207.180.139.38]) by rubyforge.org (Postfix) with ESMTP id 82ADF18582EC for ; Sun, 28 Feb 2010 00:06:42 -0500 (EST) Received: from 207-180-139-39.ma.subnet.cable.rcn.com ([207.180.139.39] helo=localhost) by granite.free-dissociation.com with esmtpsa (TLS-1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.63) (envelope-from ) id 1Nlaoh-0007j0-NT; Sat, 27 Feb 2010 23:31:43 -0500 From: Kevin Riggle To: sup-talk Date: Sat, 27 Feb 2010 23:33:26 -0500 Message-Id: <1267331100-sup-926@black-opal.mit.edu> User-Agent: Sup/git Subject: [sup-talk] ncurses opts exception on master X-BeenThere: sup-talk@rubyforge.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: User & developer discussion of Sup 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-talk-bounces@rubyforge.org Errors-To: sup-talk-bounces@rubyforge.org I consistently get an exception on master when I do anything (search, try to send mail, etc) which brings up the text entry field at the bottom of the screen. I've tracked it down to 42e7aeaa90, and reverting just that change fixes it for me. I'm running the latest ncurses gem available to me (0.9.1), as installed by gem, with no local modifications. The text of the exception follows. (Thanks for picking up the mantle of maintainer, Rich! I'm excited to see Sup moving forward.) - Kevin [Sat Feb 27 23:14:54 -0500 2010] ERROR: oh crap, an exception ---------------------------------------------------------------- (snip) --- NoMethodError from thread: main undefined method `opts_off' for # ./lib/sup/textfield.rb:37:in `activate' ./lib/sup/buffer.rb:575:in `ask' ./lib/sup/buffer.rb:31:in `synchronize' ./lib/sup/buffer.rb:31:in `sync' ./lib/sup/buffer.rb:574:in `ask' ./lib/sup/buffer.rb:479:in `ask_many_emails_with_completions' ./lib/sup/util.rb:559:in `send' ./lib/sup/util.rb:559:in `method_missing' ./lib/sup/buffer.rb:555:in `ask_for_contacts' ./lib/sup/util.rb:559:in `send' ./lib/sup/util.rb:559:in `method_missing' ./lib/sup/modes/compose-mode.rb:24:in `spawn_nicely' bin/sup:332 -- Kevin Riggle (kevinr@free-dissociation.com) MIT Class of 2010, Course VI-3 (Computer Science) http://free-dissociation.com _______________________________________________ sup-talk mailing list sup-talk@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-talk