Pete Forman writes:
 > Daniel Pittman writes:
 >  > Pete, are you running the Windows version of XEmacs?
 > 
 > No.  XEmacs 21.1.7 on AIX 4.3.2 and IRIX 6.5.5m, and 20.4 on Solaris
 > 2.6.
 > 
 > I have yet to upgrade to XEmacs 21.1.10 but I've just pulled efs.el
 > from cvs.xemacs.org.  The overloading code that is giving me grief is
 > still the same.

Colons are now working with my XEmacs :-)

Details:
    XEmacs 21.1.7
    rcp.el 1.315

    .emacs contains:

    (defvar running-xemacs (string-match "XEmacs\\|Lucid" emacs-version))
    (if running-xemacs
        (require 'efs))

    (load "~/lisp/format-spec" t)
    (load "~/lisp/rcp" t)
    (require 'rcp)

    The only rcp variable to be customized is rcp-verbose = 10.


The efs.el that ships with XEmacs 21 no longer overloads expand-file-
name.  It does still overload load and so things like load-file still
fail.

XEmacs 20.4 is still broken.  I'm reasonably confident that by
including timer.el and a patched version of efs.el that it could be
made to work.  However I'll opt here to upgrade the remaining machines 
to 21.1.10.


The itimer problem is still stopping access via slower connections.
-- 
Pete Forman                        <mailto:[EMAIL PROTECTED]>
Western Geophysical                           Tel: + 44 1234 224798
Manton Lane, Bedford, MK41 7PA, UK            Fax: + 44 1234 224804
<http://www.bedford.waii.com/wsdev/petef/PeteF_links.html>

Reply via email to