Hi Any chance we get this applied ?
Ciao Volker >>>>> Volker Zell writes: > Hi > Can anyone please apply the following patch to ob-eval to make xemacs happy. > This was be the last reference to small-temporary-file-directory by the way. > --- ob-eval.el.orig 2010-11-01 13:58:45.000000000 +0100 > +++ ob-eval.el 2010-12-02 19:03:15.140625000 +0100 > @@ -138,9 +138,9 @@ > (if error-buffer > (make-temp-file > (expand-file-name "scor" > - (or (unless (featurep 'xemacs) > - small-temporary-file-directory) > - temporary-file-directory))) > + (if (featurep 'xemacs) > + (temp-directory) > + temporary-file-directory))) > nil)) > exit-status) > (if (or replace > Thanks > Volker > _______________________________________________ > 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 -- DR. VOLKER ZELL | Principal Training Consultant | +49 211 74839 414 Oracle University Oracle Deutschland GmbH | Hamborner Str. 51 | 40472 Düsseldorf ORACLE Deutschland GmbH, Hauptverwaltung: Riesstraße 25, D-80992 München Geschäftsführer: Jürgen Kunz, Registergericht: Amtsgericht München, HRB 82775 _______________________________________________ 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