emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] XEmacs fix for small-temporary-file-directory


From: Dr. Volker Zell
Subject: Re: [Orgmode] XEmacs fix for small-temporary-file-directory
Date: Tue, 21 Dec 2010 10:34:57 +0100
User-agent: Gnus/5.1008 (Gnus v5.10.8) XEmacs/21.4.22 (cygwin32)

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.
    > address@hidden
    > 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]