emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* org-publish.el breaks for XEmacs
@ 2008-03-20  4:18 Miguel A. Figueroa-Villanueva
  2008-03-20 10:00 ` Carsten Dominik
  0 siblings, 1 reply; 3+ messages in thread
From: Miguel A. Figueroa-Villanueva @ 2008-03-20  4:18 UTC (permalink / raw)
  To: emacs-orgmode

Hello,

I updated org-mode, but the following line in the org-publish.el broke
the compilation for XEmacs.

(require 'dired-aux)

It appears that xemacs doesn't have the dired-aux package (at least my
version 21.4.20 doesn't). If I comment out the require command it
works. Hence, I would suggest the following addition to only require
the package if it is an emacs installation:

(setq running-xemacs (string-match "XEmacs\\|Lucid" emacs-version))
(if (not running-xemacs)
    (require 'dired-aux)
  )

Thoughts?

--Miguel

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: org-publish.el breaks for XEmacs
  2008-03-20  4:18 org-publish.el breaks for XEmacs Miguel A. Figueroa-Villanueva
@ 2008-03-20 10:00 ` Carsten Dominik
  2008-03-20 10:09   ` Miguel A. Figueroa-Villanueva
  0 siblings, 1 reply; 3+ messages in thread
From: Carsten Dominik @ 2008-03-20 10:00 UTC (permalink / raw)
  To: Miguel A. Figueroa-Villanueva; +Cc: emacs-orgmode

You did not say which version you downloaded.

This is a known bug and fixed in the development version (the git  
repository).  The fix will make its way into the zip and tar  
distribution files with the next official release.

- Carsten

On Mar 20, 2008, at 5:18 AM, Miguel A. Figueroa-Villanueva wrote:

> Hello,
>
> I updated org-mode, but the following line in the org-publish.el broke
> the compilation for XEmacs.
>
> (require 'dired-aux)
>
> It appears that xemacs doesn't have the dired-aux package (at least my
> version 21.4.20 doesn't). If I comment out the require command it
> works. Hence, I would suggest the following addition to only require
> the package if it is an emacs installation:
>
> (setq running-xemacs (string-match "XEmacs\\|Lucid" emacs-version))
> (if (not running-xemacs)
>    (require 'dired-aux)
>  )
>
> Thoughts?
>
> --Miguel
>
>
> _______________________________________________
> 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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: org-publish.el breaks for XEmacs
  2008-03-20 10:00 ` Carsten Dominik
@ 2008-03-20 10:09   ` Miguel A. Figueroa-Villanueva
  0 siblings, 0 replies; 3+ messages in thread
From: Miguel A. Figueroa-Villanueva @ 2008-03-20 10:09 UTC (permalink / raw)
  To: Carsten Dominik; +Cc: emacs-orgmode

Hello Carsten,

I'm sorry for the noise then... Yes, I downloaded version 5.23a and as
mentioned I fixed it in my local copy, so I should be ok until next
release.

Thanks,
--Miguel

On Thu, Mar 20, 2008 at 6:00 AM, Carsten Dominik wrote:
> You did not say which version you downloaded.
>
>  This is a known bug and fixed in the development version (the git
>  repository).  The fix will make its way into the zip and tar
>  distribution files with the next official release.
>
>  - Carsten
>
>
>
>  On Mar 20, 2008, at 5:18 AM, Miguel A. Figueroa-Villanueva wrote:
>
>  > Hello,
>  >
>  > I updated org-mode, but the following line in the org-publish.el broke
>  > the compilation for XEmacs.
>  >
>  > (require 'dired-aux)
>  >
>  > It appears that xemacs doesn't have the dired-aux package (at least my
>  > version 21.4.20 doesn't). If I comment out the require command it
>  > works. Hence, I would suggest the following addition to only require
>  > the package if it is an emacs installation:
>  >
>  > (setq running-xemacs (string-match "XEmacs\\|Lucid" emacs-version))
>  > (if (not running-xemacs)
>  >    (require 'dired-aux)
>  >  )
>  >
>  > Thoughts?
>  >
>  > --Miguel
>  >
>  >
>  > _______________________________________________
>  > 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
>
>



-- 
Miguel A. Figueroa Villanueva
+1 787 832-4040 x.3610-4006
Department of Electrical and Computer Engineering
University of Puerto Rico - Mayagüez Campus

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-03-20 10:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-03-20  4:18 org-publish.el breaks for XEmacs Miguel A. Figueroa-Villanueva
2008-03-20 10:00 ` Carsten Dominik
2008-03-20 10:09   ` Miguel A. Figueroa-Villanueva

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).