From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eddward DeVilla" Subject: new bug in table editor Date: Tue, 7 Aug 2007 14:27:44 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IIUiu-0004tz-2P for emacs-orgmode@gnu.org; Tue, 07 Aug 2007 15:28:08 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IIUin-0004nX-CS for emacs-orgmode@gnu.org; Tue, 07 Aug 2007 15:28:06 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IIUin-0004nU-8Y for emacs-orgmode@gnu.org; Tue, 07 Aug 2007 15:28:01 -0400 Received: from wa-out-1112.google.com ([209.85.146.182]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IIUij-0007xD-Vp for emacs-orgmode@gnu.org; Tue, 07 Aug 2007 15:28:00 -0400 Received: by wa-out-1112.google.com with SMTP id k34so2191101wah for ; Tue, 07 Aug 2007 12:27:44 -0700 (PDT) Content-Disposition: inline List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: org-mode Hi, I found a bug in the table formula editor. When I enter a range like @-I$3..$3, it get converted to. @-I$3..C& in the editor. When I move the cursor onto the range in the table formula, instead of just highlighting the cells in column 3 down to the current cell, it highlights a rectangle as if I had entered @-I$3..$-0. This only seems to affect the formula editor and not formula evaluation. Edd