From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wanrong Lin Subject: Re: Column view and hl-line-mode Date: Tue, 03 Jun 2008 15:32:36 -0400 Message-ID: <48459C54.1040607@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K3cFW-00071h-3G for emacs-orgmode@gnu.org; Tue, 03 Jun 2008 15:32:50 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K3cFV-0006zg-K2 for emacs-orgmode@gnu.org; Tue, 03 Jun 2008 15:32:49 -0400 Received: from [199.232.76.173] (port=58472 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K3cFV-0006zR-2c for emacs-orgmode@gnu.org; Tue, 03 Jun 2008 15:32:49 -0400 Received: from gv-out-0910.google.com ([216.239.58.188]:41334) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K3cFV-0004ic-0W for emacs-orgmode@gnu.org; Tue, 03 Jun 2008 15:32:49 -0400 Received: by gv-out-0910.google.com with SMTP id i36so346094gve.17 for ; Tue, 03 Jun 2008 12:32:46 -0700 (PDT) In-Reply-To: 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: emacs-orgmode@gnu.org Hi, Peter, I am using highline.el, which works well for me. Maybe you can check it out. Also, I added this line to my emacs config file to ensure the overlay from the highline.el has higher priority than other overlays. (setq highline-priority 10) Wanrong Peter Jones wrote: > When using column view, I find it hard to visually follow a row across > its columns, to see which column values go with which to-do heading. > In other words, column view doesn't have any horizontal rules, so I > usually resort to placing my finger on the screen and running it > left-to-right to help line up rows and columns. > > In the past I had used hl-line-mode to do this for me. It made the > current row (line) a different color, thus making a single row stand > out from the others, allowing my eyes to correctly associate the > correct column data with the row of interest. > > Of course, recent changes disabled the effects of hl-line-mode in > column view (and for good reason). > > Would it be possible to make the row/line that point is on stand out, > either by alternating the row colors, or allowing something like > hl-line-mode to work in column view? > > Thanks. > >