emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] [PATCH] Column view support for xemacs


From: Carsten Dominik
Subject: Re: [Orgmode] [PATCH] Column view support for xemacs
Date: Thu, 17 Apr 2008 17:57:45 +0200

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

<org.el.patch.gz>--- 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.
address@hidden
http://lists.gnu.org/mailman/listinfo/emacs-orgmode





reply via email to

[Prev in Thread] Current Thread [Next in Thread]