From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 10.96.157.163 with SMTP id wn3csp158320qdb; Mon, 14 Apr 2014 14:52:17 -0700 (PDT) X-Received: by 10.182.2.72 with SMTP id 8mr36954261obs.21.1397512336965; Mon, 14 Apr 2014 14:52:16 -0700 (PDT) Return-Path: Received: from rubyforge.org ([50.56.192.79]) by mx.google.com with ESMTP id n4si15054330oew.54.2014.04.14.14.52.16 for ; Mon, 14 Apr 2014 14:52:16 -0700 (PDT) Received-SPF: pass (google.com: domain of sup-talk-bounces@rubyforge.org designates 50.56.192.79 as permitted sender) client-ip=50.56.192.79; Authentication-Results: mx.google.com; spf=pass (google.com: domain of sup-talk-bounces@rubyforge.org designates 50.56.192.79 as permitted sender) smtp.mail=sup-talk-bounces@rubyforge.org Received: from localhost.localdomain (localhost [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id D83462E1C5; Mon, 14 Apr 2014 21:52:17 +0000 (UTC) X-Greylist: delayed 475 seconds by postgrey-1.31 at rubyforge; Mon, 14 Apr 2014 21:51:18 UTC Received: from mail-ob0-f175.google.com (mail-ob0-f175.google.com [209.85.214.175]) by rubyforge.org (Postfix) with ESMTP id C069F2E1C1 for ; Mon, 14 Apr 2014 21:51:18 +0000 (UTC) Received: by mail-ob0-f175.google.com with SMTP id vb8so3340557obc.6 for ; Mon, 14 Apr 2014 14:51:17 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:content-type:from:to:subject:date:message-id :user-agent:content-transfer-encoding; bh=rjym+bqZdNQc4snbu5nu+2ixaobvTafveiGQ80i92eU=; b=Q4HQuJc/Xt9zoEjOfJA1rB/uETiMWnNWh+1XgHlEtm38kv8u6IBqqlQmIgeZ1MdI0h GZeFmFWHPoxY2kPeg9a+WnMtU2ebgIu6oYa/zca//TCw71fD7hIf5bkubVA8xA0+qcdM VStFHvqjgkCYRdBrtV9m9DpXQshDdQUq2dVIPsLV6BT/m/BC38/GpAf0QblswLeM67NV d0wqd7Irfw4s6+hfKdqQQ89H79a0dkQ5tsSRbjHi88R0Ej3vZgcqDB4zM9a6as+nBxgn kt4+eVI9qK2gjT1ExpKr8p0YniQsZstQodySMwQ8T/ONOSjgFl0rGV2IGvWCEZ1oInRP IHtA== X-Gm-Message-State: ALoCoQmWhzppyuFOt08wI0P6TPZzDVVi4pbG+kekyLTa6Q1gajHeH//Ro91FqQwZb9xsho05AbnC X-Received: by 10.182.22.135 with SMTP id d7mr35970722obf.1.1397511800482; Mon, 14 Apr 2014 14:43:20 -0700 (PDT) Received: from localhost (216-177-191-101.block0.gvtc.com. [216.177.191.101]) by mx.google.com with ESMTPSA id c9sm29936086obq.20.2014.04.14.14.43.19 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 14 Apr 2014 14:43:19 -0700 (PDT) From: Micah Duke To: sup-talk Date: Mon, 14 Apr 2014 16:43:18 -0500 Message-Id: <1397511511-sup-2550@ArchNemesis> User-Agent: Sup/git Subject: [sup-talk] Get text at current line in ThredViewMode 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 Hello Everybody, I am attempting to do some hacking to get a custom Keymap working. I am trying to figure our a way to get the text of the cursor line so I can process it further. I see the @message_lines but that just returns a message. From there I cannot find how to get the actual text displayed. Is this even possible to do? What am I missing? Thanks for your help. _______________________________________________ sup-talk mailing list sup-talk@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-talk