From: Carsten Dominik <dominik@science.uva.nl>
To: org-mode list <emacs-orgmode@gnu.org>
Subject: Re: [PATCH] Column view support for xemacs
Date: Thu, 17 Apr 2008 17:57:45 +0200 [thread overview]
Message-ID: <0DDE7FF2-50B9-4943-8C43-245A1359C3F3@science.uva.nl> (raw)
In-Reply-To: <7uabjs8vlm.fsf@horizonsemi.com>
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
prev parent reply other threads:[~2008-04-17 18:20 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-04-17 13:22 [PATCH] Column view support for xemacs Greg Chernov
2008-04-17 15:57 ` Carsten Dominik [this message]
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=0DDE7FF2-50B9-4943-8C43-245A1359C3F3@science.uva.nl \
--to=dominik@science.uva.nl \
--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).