* xemacs21 support broke from 35f to 35g
@ 2010-04-12 8:40 Sebastien Delafond
2010-04-13 1:47 ` Carsten Dominik
0 siblings, 1 reply; 8+ messages in thread
From: Sebastien Delafond @ 2010-04-12 8:40 UTC (permalink / raw)
To: emacs-orgmode
Hi,
I noticed that installing for xemacs21 worked with 6.35f, but does not
anymore with 6.35g or 6.35h. The errors are as as follows:
Compiling /usr/share/xemacs21/site-lisp/org-mode/org.el...
While compiling toplevel forms in file /usr/share/xemacs21/site-lisp/org-mode/org.el:
** attempt to open-code anonymous lambda with too many arguments
** attempt to open-code anonymous lambda with too many arguments
While compiling org-ctrl-c-ctrl-c:
!! Wrong type argument ((stringp org-property-start-re))
>>Error occurred processing org.el:
Wrong type argument: stringp, org-property-start-re
and then later:
Compiling /usr/share/xemacs21/site-lisp/org-mode/org-freemind.el...
While compiling toplevel forms in file /usr/share/xemacs21/site-lisp/org-mode/org-freemind.el:
** evaluating (1+ *): (wrong-type-argument number-char-or-marker-p *)
Dropping xemacs21 support altogether certainly would not bother me, but
http://org-mode still mentions it is supported :)
Cheers,
--Seb
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: xemacs21 support broke from 35f to 35g
2010-04-12 8:40 xemacs21 support broke from 35f to 35g Sebastien Delafond
@ 2010-04-13 1:47 ` Carsten Dominik
2010-04-13 9:45 ` Sebastien Delafond
0 siblings, 1 reply; 8+ messages in thread
From: Carsten Dominik @ 2010-04-13 1:47 UTC (permalink / raw)
To: Sebastien Delafond; +Cc: emacs-orgmode
Hi Sebastian,
On Apr 12, 2010, at 10:40 AM, Sebastien Delafond wrote:
> Hi,
>
> I noticed that installing for xemacs21 worked with 6.35f, but does not
> anymore with 6.35g or 6.35h. The errors are as as follows:
>
> Compiling /usr/share/xemacs21/site-lisp/org-mode/org.el...
> While compiling toplevel forms in file /usr/share/xemacs21/site-
> lisp/org-mode/org.el:
> ** attempt to open-code anonymous lambda with too many arguments
> ** attempt to open-code anonymous lambda with too many arguments
> While compiling org-ctrl-c-ctrl-c:
> !! Wrong type argument ((stringp org-property-start-re))
>>> Error occurred processing org.el:
> Wrong type argument: stringp, org-property-start-re
I fixed that.
>
> and then later:
>
> Compiling /usr/share/xemacs21/site-lisp/org-mode/org-freemind.el...
> While compiling toplevel forms in file /usr/share/xemacs21/site-
> lisp/org-mode/org-freemind.el:
> ** evaluating (1+ *): (wrong-type-argument number-char-or-marker-
> p *)
org-freemind needs the rx library. I am now explicitly requireing rx,
so people will know what is missing.
>
> Dropping xemacs21 support altogether certainly would not bother me,
> but
> http://org-mode still mentions it is supported :)
>
> Cheers,
>
> --Seb
>
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Please use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
- Carsten
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: xemacs21 support broke from 35f to 35g
2010-04-13 1:47 ` Carsten Dominik
@ 2010-04-13 9:45 ` Sebastien Delafond
2010-04-13 10:01 ` Carsten Dominik
2010-04-13 11:15 ` Sebastien Delafond
0 siblings, 2 replies; 8+ messages in thread
From: Sebastien Delafond @ 2010-04-13 9:45 UTC (permalink / raw)
To: emacs-orgmode
On 2010-04-13, Carsten Dominik <carsten.dominik@gmail.com> wrote:
> I fixed that.
thank you ! I get a 404 when tryign to access
http://orgmode.org/org-6.35i.tar.gz, but I'm sure this will get fixed
soon ;)
> org-freemind needs the rx library. I am now explicitly requireing
> rx, so people will know what is missing.
cool, thanks !
Cheers,
--Seb
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Re: xemacs21 support broke from 35f to 35g
2010-04-13 9:45 ` Sebastien Delafond
@ 2010-04-13 10:01 ` Carsten Dominik
2010-04-13 11:15 ` Sebastien Delafond
1 sibling, 0 replies; 8+ messages in thread
From: Carsten Dominik @ 2010-04-13 10:01 UTC (permalink / raw)
To: Sebastien Delafond; +Cc: emacs-orgmode
On Apr 13, 2010, at 11:45 AM, Sebastien Delafond wrote:
> On 2010-04-13, Carsten Dominik <carsten.dominik@gmail.com> wrote:
>> I fixed that.
>
> thank you ! I get a 404 when tryign to access
> http://orgmode.org/org-6.35i.tar.gz, but I'm sure this will get fixed
> soon ;)
My mistake - it is up now.
- Carsten
>
>> org-freemind needs the rx library. I am now explicitly requireing
>> rx, so people will know what is missing.
>
> cool, thanks !
>
> Cheers,
>
> --Seb
>
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Please use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
- Carsten
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: xemacs21 support broke from 35f to 35g
2010-04-13 9:45 ` Sebastien Delafond
2010-04-13 10:01 ` Carsten Dominik
@ 2010-04-13 11:15 ` Sebastien Delafond
2010-04-13 12:46 ` Carsten Dominik
2010-04-14 8:16 ` Carsten Dominik
1 sibling, 2 replies; 8+ messages in thread
From: Sebastien Delafond @ 2010-04-13 11:15 UTC (permalink / raw)
To: emacs-orgmode
> org-freemind needs the rx library. I am now explicitly requireing
> rx, so people will know what is missing.
Is there any easy way we could by default disable org-freemind for the
xemacs family, as they do not include rx.el ?
Cheers,
--Seb
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Re: xemacs21 support broke from 35f to 35g
2010-04-13 11:15 ` Sebastien Delafond
@ 2010-04-13 12:46 ` Carsten Dominik
2010-04-14 8:16 ` Carsten Dominik
1 sibling, 0 replies; 8+ messages in thread
From: Carsten Dominik @ 2010-04-13 12:46 UTC (permalink / raw)
To: Sebastien Delafond; +Cc: emacs-orgmode
I believe a Makefile guru could remove it - I cannot.
- Carsten
On Apr 13, 2010, at 1:15 PM, Sebastien Delafond wrote:
>> org-freemind needs the rx library. I am now explicitly requireing
>> rx, so people will know what is missing.
>
> Is there any easy way we could by default disable org-freemind for the
> xemacs family, as they do not include rx.el ?
>
> Cheers,
>
> --Seb
>
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Please use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
- Carsten
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Re: xemacs21 support broke from 35f to 35g
2010-04-13 11:15 ` Sebastien Delafond
2010-04-13 12:46 ` Carsten Dominik
@ 2010-04-14 8:16 ` Carsten Dominik
2010-04-14 9:02 ` Sebastien Delafond
1 sibling, 1 reply; 8+ messages in thread
From: Carsten Dominik @ 2010-04-14 8:16 UTC (permalink / raw)
To: Sebastien Delafond; +Cc: emacs-orgmode
On Apr 13, 2010, at 1:15 PM, Sebastien Delafond wrote:
>> org-freemind needs the rx library. I am now explicitly requireing
>> rx, so people will know what is missing.
>
> Is there any easy way we could by default disable org-freemind for the
> xemacs family, as they do not include rx.el ?
If you are talking about package creation, this is another matter. All
you need to do is to remove org-freemind.el and the ines that refer to
it in the makefile. A simple script can do this.
- Carsten
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: xemacs21 support broke from 35f to 35g
2010-04-14 8:16 ` Carsten Dominik
@ 2010-04-14 9:02 ` Sebastien Delafond
0 siblings, 0 replies; 8+ messages in thread
From: Sebastien Delafond @ 2010-04-14 9:02 UTC (permalink / raw)
To: emacs-orgmode
On 2010-04-14, Carsten Dominik <carsten.dominik@gmail.com> wrote:
> If you are talking about package creation, this is another matter.
> All you need to do is to remove org-freemind.el and the ines that
> refer to it in the makefile. A simple script can do this.
actually, I build packages for both emacs* and xemacs* from the same
source package, so that was not an option; I ended up introducing, for
each flavor, a list of "blacklisted" files that are taken out at
install time.
Still, removing support for emacs21 and xemacs21 in org 7.0 makes a
lot of sense to me :)
Cheers,
--Seb
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2010-04-14 9:02 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-12 8:40 xemacs21 support broke from 35f to 35g Sebastien Delafond
2010-04-13 1:47 ` Carsten Dominik
2010-04-13 9:45 ` Sebastien Delafond
2010-04-13 10:01 ` Carsten Dominik
2010-04-13 11:15 ` Sebastien Delafond
2010-04-13 12:46 ` Carsten Dominik
2010-04-14 8:16 ` Carsten Dominik
2010-04-14 9:02 ` Sebastien Delafond
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.