emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Greg Chernov <chgreg692000@yahoo.com>
To: emacs-orgmode@gnu.org
Subject: [PATCH] Column view support for xemacs
Date: Thu, 17 Apr 2008 16:22:13 +0300	[thread overview]
Message-ID: <7uabjs8vlm.fsf@horizonsemi.com> (raw)

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

             reply	other threads:[~2008-04-17 14:27 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-04-17 13:22 Greg Chernov [this message]
2008-04-17 15:57 ` [PATCH] Column view support for xemacs Carsten Dominik

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=7uabjs8vlm.fsf@horizonsemi.com \
    --to=chgreg692000@yahoo.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).