From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 10.213.13.12 with SMTP id z12cs1182926ebz; Sun, 3 Jan 2010 22:06:42 -0800 (PST) Received: by 10.224.27.229 with SMTP id j37mr4852605qac.107.1262585201734; Sun, 03 Jan 2010 22:06:41 -0800 (PST) Return-Path: Received: from rubyforge.org (rubyforge.org [205.234.109.19]) by mx.google.com with ESMTP id 9si19466488qyk.27.2010.01.03.22.06.41; Sun, 03 Jan 2010 22:06:41 -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 Received: from rubyforge.org (rubyforge.org [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id 351D4167830D; Mon, 4 Jan 2010 01:06:41 -0500 (EST) Received: from mail.cnsp.com (mail.cnsp.com [208.3.80.17]) by rubyforge.org (Postfix) with ESMTP id 9C7D118582C1 for ; Mon, 4 Jan 2010 01:06:38 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by mail.cnsp.com (Postfix) with ESMTP id A51B4D44DB30 for ; Sun, 3 Jan 2010 23:06:37 -0700 (MST) X-Virus-Scanned: Debian amavisd-new at cnsp.biz Received: from mail.cnsp.com ([127.0.0.1]) by localhost (mail.cnsp.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id MacHJfP9YxJ5 for ; Sun, 3 Jan 2010 23:06:37 -0700 (MST) Received: from home.mrtheplague.net (coffeehost.tcct.nmt.edu [129.138.3.50]) by mail.cnsp.com (Postfix) with SMTP id 64F77D45A802 for ; Sun, 3 Jan 2010 23:06:37 -0700 (MST) Received: by home.mrtheplague.net (Postfix, from userid 1000) id F34AF853C45E; Sun, 3 Jan 2010 23:06:36 -0700 (MST) From: Anthony Martinez To: sup-devel@rubyforge.org Date: Sun, 3 Jan 2010 23:06:34 -0700 Message-Id: <1262585196-25964-1-git-send-email-pi+sup@pihost.us> X-Mailer: git-send-email 1.6.5 Subject: [sup-devel] [PATCH 1/3] punctuate "No new messages." consistently between poll, jump_to_next_new 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 --- lib/sup/modes/thread-index-mode.rb | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/sup/modes/thread-index-mode.rb b/lib/sup/modes/thread-index-mode.rb index eaed0cb..a5bd344 100644 --- a/lib/sup/modes/thread-index-mode.rb +++ b/lib/sup/modes/thread-index-mode.rb @@ -405,7 +405,7 @@ EOS jump_to_line n unless n >= topline && n < botline set_cursor_pos n else - BufferManager.flash "No new messages" + BufferManager.flash "No new messages." end end -- 1.6.5 _______________________________________________ Sup-devel mailing list Sup-devel@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-devel