emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] [PATCH] Column view support for xemacs


From: Greg Chernov
Subject: [Orgmode] [PATCH] Column view support for xemacs
Date: Thu, 17 Apr 2008 16:22:13 +0300
User-agent: Gnus/5.1007 (Gnus v5.10.7) XEmacs/21.4.16 (linux)

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

Attachment: org.el.patch.gz
Description: GNU Zip compressed data

--- 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)))

reply via email to

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