From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: [PATCH] Column view support for xemacs Date: Thu, 17 Apr 2008 17:57:45 +0200 Message-ID: <0DDE7FF2-50B9-4943-8C43-245A1359C3F3@science.uva.nl> References: <7uabjs8vlm.fsf@horizonsemi.com> Mime-Version: 1.0 (Apple Message framework v919.2) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JmYj2-0005ha-O8 for emacs-orgmode@gnu.org; Thu, 17 Apr 2008 14:20:48 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JmYj1-0005gh-Ts for emacs-orgmode@gnu.org; Thu, 17 Apr 2008 14:20:48 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JmYj1-0005gX-Nf for emacs-orgmode@gnu.org; Thu, 17 Apr 2008 14:20:47 -0400 Received: from ik-out-1112.google.com ([66.249.90.176]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JmYj1-0005qH-AV for emacs-orgmode@gnu.org; Thu, 17 Apr 2008 14:20:47 -0400 Received: by ik-out-1112.google.com with SMTP id c29so75757ika.2 for ; Thu, 17 Apr 2008 11:20:42 -0700 (PDT) In-Reply-To: <7uabjs8vlm.fsf@horizonsemi.com> 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 list Hi Greg, email to your yahoo account bounces for me - could you please contact me with a working address? Thanks. - Carsten On Apr 17, 2008, at 3:22 PM, Greg Chernov wrote: > > Attached patches make column view feature work (mostly) for xemacs. > Patches are for 5.23a version (org-mode development speed a bit high > for me :)) > > Greg > > --- xemacs/noutline_orig.el 2008-04-17 > 10:32:41.000000000 +0300 > +++ xemacs/noutline.el 2008-04-17 10:34:15.000000000 +0300 > @@ -416,7 +416,7 @@ > > (defsubst outline-invisible-p (&optional pos) > "Non-nil if the character after point is invisible." > - (get-char-property (or pos (point)) 'invisible)) > + (eq 'outline (get-char-property (or pos (point)) 'invisible))) > > (defun outline-visible () > (not (outline-invisible-p))) > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode