From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Michael Wilson" Subject: XEmacs + XP - reasonable make * org-mode = ? Date: Thu, 29 Nov 2007 12:09:15 -0500 Message-ID: <94cc09c70711290909p420d1c29q2b81879d6ccbede@mail.gmail.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2002978259==" Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ixmt7-0005O1-La for emacs-orgmode@gnu.org; Thu, 29 Nov 2007 12:09:21 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ixmt6-0005NJ-P3 for emacs-orgmode@gnu.org; Thu, 29 Nov 2007 12:09:21 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ixmt6-0005NC-H1 for emacs-orgmode@gnu.org; Thu, 29 Nov 2007 12:09:20 -0500 Received: from el-out-1112.google.com ([209.85.162.183]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ixmt5-0003Wb-VH for emacs-orgmode@gnu.org; Thu, 29 Nov 2007 12:09:20 -0500 Received: by el-out-1112.google.com with SMTP id m34so877115ele for ; Thu, 29 Nov 2007 09:09:18 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org --===============2002978259== Content-Type: multipart/alternative; boundary="----=_Part_11353_12372001.1196356155704" ------=_Part_11353_12372001.1196356155704 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Good afternoon, Is there a manual install procedure I can use to get org-mode up and running on xemacs on win xp? I've tried byte-compiling things and dropping them in my load path (with the couple additional files in .\xemacs\), adding the requisite few lines in .emacs (a couple key hooks, ".org" mapping, (require org-install) etc.) And when I try to M-x org-mode on an empty "stuff.org" file I get: "Wrong number of arguments: #,2" which is where I get stuck. Is the makefile doing anything more exotic than byte compiling and moving the elisp files? TIA, - M ------=_Part_11353_12372001.1196356155704 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Good afternoon,

Is there a manual install procedure I can use to get org-mode up and running on xemacs on win xp?  I've tried byte-compiling things and dropping them in my load path (with the couple additional files in .\xemacs\), adding the requisite few lines in .emacs (a couple key hooks, ".org" mapping, (require org-install) etc.)

And when I try to M-x org-mode on an empty "stuff.org" file I get:

                  "Wrong number of arguments: #<subr make-char-table>,2"

which is where I get stuck.  Is the makefile doing anything more exotic than byte compiling and moving the elisp files?

TIA,

- M


------=_Part_11353_12372001.1196356155704-- --===============2002978259== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ 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 --===============2002978259==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Carsten Dominik" Subject: Re: XEmacs + XP - reasonable make * org-mode = ? Date: Thu, 29 Nov 2007 18:26:02 +0100 Message-ID: References: <94cc09c70711290909p420d1c29q2b81879d6ccbede@mail.gmail.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1974216658==" Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ixn9O-0007Fv-8l for emacs-orgmode@gnu.org; Thu, 29 Nov 2007 12:26:10 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ixn9N-0007Fg-8x for emacs-orgmode@gnu.org; Thu, 29 Nov 2007 12:26:09 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ixn9N-0007Fd-4J for emacs-orgmode@gnu.org; Thu, 29 Nov 2007 12:26:09 -0500 Received: from nz-out-0506.google.com ([64.233.162.237]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ixn9M-00006G-M4 for emacs-orgmode@gnu.org; Thu, 29 Nov 2007 12:26:08 -0500 Received: by nz-out-0506.google.com with SMTP id f1so1473371nzc for ; Thu, 29 Nov 2007 09:26:07 -0800 (PST) In-Reply-To: <94cc09c70711290909p420d1c29q2b81879d6ccbede@mail.gmail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Michael Wilson Cc: emacs-orgmode@gnu.org --===============1974216658== Content-Type: multipart/alternative; boundary="----=_Part_12688_15757988.1196357162752" ------=_Part_12688_15757988.1196357162752 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline On Nov 29, 2007 6:09 PM, Michael Wilson wrote: > Good afternoon, > > Is there a manual install procedure I can use to get org-mode up and > running on xemacs on win xp? I've tried byte-compiling things and dropping > them in my load path (with the couple additional files in .\xemacs\), adding > the requisite few lines in .emacs (a couple key hooks, ".org" mapping, > (require org-install) etc.) > > And when I try to M-x org-mode on an empty "stuff.org" file I get: > > "Wrong number of arguments: #,2" > > which is where I get stuck. Is the makefile doing anything more exotic > than byte compiling and moving the elisp files? Org-mode does not use make-char-table, so this is coming from some other XEmacs library. Maybe you can produce a backtrace so that we can find this... - Carsten > > > TIA, > > - M > > > > _______________________________________________ > 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 > > ------=_Part_12688_15757988.1196357162752 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline

On Nov 29, 2007 6:09 PM, Michael Wilson <madwilliamflint@gmail.com> wrote:
Good afternoon,

Is there a manual install procedure I can use to get org-mode up and running on xemacs on win xp?  I've tried byte-compiling things and dropping them in my load path (with the couple additional files in .\xemacs\), adding the requisite few lines in .emacs (a couple key hooks, ".org" mapping, (require org-install) etc.)

And when I try to M-x org-mode on an empty "stuff.org" file I get:

                  "Wrong number of arguments: #<subr make-char-table>,2"

which is where I get stuck.  Is the makefile doing anything more exotic than byte compiling and moving the elisp files?

Org-mode does not use make-char-table, so this is coming from some other XEmacs library.
Maybe you can produce a backtrace so that we can find this...

- Carsten

 


TIA,

- M



_______________________________________________
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


------=_Part_12688_15757988.1196357162752-- --===============1974216658== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ 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 --===============1974216658==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Michael Wilson" Subject: Re: XEmacs + XP - reasonable make * org-mode = ? Date: Thu, 29 Nov 2007 13:37:36 -0500 Message-ID: <94cc09c70711291037v6a45e853gb7f7779e6d342465@mail.gmail.com> References: <94cc09c70711290909p420d1c29q2b81879d6ccbede@mail.gmail.com> <3d6808890711290917j605e2dd3y10ae7244d39429e6@mail.gmail.com> <94cc09c70711290920w659f676xe1656a4bd980500c@mail.gmail.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0632305645==" Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IxoH9-0002R0-Dt for emacs-orgmode@gnu.org; Thu, 29 Nov 2007 13:38:15 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IxoH3-0002Op-Gx for emacs-orgmode@gnu.org; Thu, 29 Nov 2007 13:38:15 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IxoH3-0002Ol-DZ for emacs-orgmode@gnu.org; Thu, 29 Nov 2007 13:38:09 -0500 Received: from nf-out-0910.google.com ([64.233.182.188]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IxoGo-0001yP-VX for emacs-orgmode@gnu.org; Thu, 29 Nov 2007 13:38:09 -0500 Received: by nf-out-0910.google.com with SMTP id f5so1851585nfh for ; Thu, 29 Nov 2007 10:37:39 -0800 (PST) In-Reply-To: <94cc09c70711290920w659f676xe1656a4bd980500c@mail.gmail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org --===============0632305645== Content-Type: multipart/alternative; boundary="----=_Part_11805_16138345.1196361456421" ------=_Part_11805_16138345.1196361456421 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Solved it. My ~/emacs/ folder has indeed been accreting cruft for nigh on 15 years. I had something funky in there that must've been tickled by org-mode. It's gone from 45meg down to 3m and works just duckily. Thanks everyone o/ - M On Nov 29, 2007 12:20 PM, Michael Wilson wrote: > But it doesn't strike me that byte compiling or not is the problem. I > tried without it first. My fear is that I've accumulated so much cruft in > my ~/emacs/. folder that there's a really nasty chemical reaction going on > in there. > > > On Nov 29, 2007 12:17 PM, Tim O'Callaghan > wrote: > > > I have a similar setup. I just don't bother byte compiling them. > > > > It takes longer to start up, but it makes my site lisp usable under > > Emacs. > > > > Regards, > > > > Tim. > > > > > > On 29/11/2007, Michael Wilson wrote: > > > Good afternoon, > > > > > > Is there a manual install procedure I can use to get org-mode up and > > running > > > on xemacs on win xp? I've tried byte-compiling things and dropping > > them in > > > my load path (with the couple additional files in .\xemacs\), adding > > the > > > requisite few lines in .emacs (a couple key hooks, ".org" mapping, > > (require > > > org-install) etc.) > > > > > > And when I try to M-x org-mode on an empty "stuff.org" file I get: > > > > > > "Wrong number of arguments: # > make-char-table>,2" > > > > > > which is where I get stuck. Is the makefile doing anything more > > exotic than > > > byte compiling and moving the elisp files? > > > > > > TIA, > > > > > > - M > > > > > > > > > > > > _______________________________________________ > > > 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 > > > > > > > > > > ------=_Part_11805_16138345.1196361456421 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline
Solved it.  My ~/emacs/ folder has indeed been accreting cruft for nigh on 15 years.  I had something funky in there that must've been tickled by org-mode.  It's gone from 45meg down to 3m and works just duckily.

Thanks everyone o/

- M

On Nov 29, 2007 12:20 PM, Michael Wilson <madwilliamflint@gmail.com> wrote:
But it doesn't strike me that byte compiling or not is the problem.  I tried without it first.  My fear is that I've accumulated so much cruft in my ~/emacs/. folder that there's a really nasty chemical reaction going on in there.


On Nov 29, 2007 12:17 PM, Tim O'Callaghan <tim.ocallaghan@gmail.com> wrote:
I have a similar setup. I just don't bother byte compiling them.

It takes longer to start up, but it makes my site lisp usable under Emacs.

Regards,

Tim.


On 29/11/2007, Michael Wilson <madwilliamflint@gmail.com> wrote:
> Good afternoon,
>
> Is there a manual install procedure I can use to get org-mode up and running
> on xemacs on win xp?  I've tried byte-compiling things and dropping them in
> my load path (with the couple additional files in .\xemacs\), adding the
> requisite few lines in .emacs (a couple key hooks, ".org" mapping, (require
> org-install) etc.)
>
> And when I try to M-x org-mode on an empty "stuff.org" file I get:
>
>                   "Wrong number of arguments: #<subr make-char-table>,2"
>
> which is where I get stuck.  Is the makefile doing anything more exotic than
> byte compiling and moving the elisp files?
>
> TIA,
>
> - M
>
>
>
> _______________________________________________
> 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
>
>


------=_Part_11805_16138345.1196361456421-- --===============0632305645== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ 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 --===============0632305645==--