emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [PATCH] Column view support for xemacs
@ 2008-04-17 13:22 Greg Chernov
  2008-04-17 15:57 ` Carsten Dominik
  0 siblings, 1 reply; 2+ messages in thread
From: Greg Chernov @ 2008-04-17 13:22 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 156 bytes --]


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 #2: org.el.patch.gz --]
[-- Type: application/x-gzip, Size: 7349 bytes --]

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #3: noutline.el.patch --]
[-- Type: text/x-patch, Size: 427 bytes --]

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

[-- Attachment #4: Type: text/plain, Size: 204 bytes --]

_______________________________________________
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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Column view support for xemacs
  2008-04-17 13:22 [PATCH] Column view support for xemacs Greg Chernov
@ 2008-04-17 15:57 ` Carsten Dominik
  0 siblings, 0 replies; 2+ messages in thread
From: Carsten Dominik @ 2008-04-17 15:57 UTC (permalink / raw)
  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
>
> <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.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-04-17 18:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-04-17 13:22 [PATCH] Column view support for xemacs Greg Chernov
2008-04-17 15:57 ` Carsten Dominik

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).