From: Sebastian Rose <sebastian_rose@gmx.de>
To: Carsten Dominik <dominik@science.uva.nl>
Cc: emacs-orgmode Mailing List <emacs-orgmode@gnu.org>
Subject: Re: Emacs 21
Date: Tue, 21 Apr 2009 14:19:38 +0200 [thread overview]
Message-ID: <87ws9e2o85.fsf@kassiopeya.MSHEIMNETZ> (raw)
In-Reply-To: <2D9AC1DA-4055-4C73-AA89-C76111E1C76C@uva.nl> (Carsten Dominik's message of "Tue, 21 Apr 2009 14:03:40 +0200")
Hm - the only function we now use from the url package is `url-unhex'.
That is just:
(defun url-unhex (x)
(if (> x ?9)
(if (>= x ?a)
(+ 10 (- x ?a))
(+ 10 (- x ?A)))
(- x ?0)))
As it's only 6 lines of code:
How would we define the function if the package is not present?
Sebastian
Carsten Dominik <dominik@science.uva.nl> writes:
> Hi,
>
> I was just notified that Org-mode no longer installs properly on
> Emacs 21. The reason for this is that org-protocol.el requires
> the url.el package which apparently does not exist in Emacs 21.
>
> While you can
>
> - run uncompiled Org on Emacs 21 without using org-protocol
> - try to find url.el for Emacs 21
>
> and while I will not willingly break compatibility in other places,
> I will from today stop the official support for Emacs 21. Also the
> website now says that Emacs 22 is a requirement for Org-mode to
> function properly.
>
> - Carsten
>
>
> _______________________________________________
> 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
next prev parent reply other threads:[~2009-04-21 12:16 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-04-21 12:03 Emacs 21 Carsten Dominik
2009-04-21 12:19 ` Sebastian Rose [this message]
2009-04-21 12:25 ` Carsten Dominik
2009-04-21 17:15 ` Leo
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=87ws9e2o85.fsf@kassiopeya.MSHEIMNETZ \
--to=sebastian_rose@gmx.de \
--cc=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).