On Thu, 1 Jan 2004, Michael Albinus wrote: > Tim Connors <[EMAIL PROTECTED]> writes: > > > A google search shows this has affected some other Xemacs user before, > > more than a year ago, but a fix had made it into CVS. I notice that things > > like (format-spec x `((?u . ,user)))) are still there in slightly differnt > > forms, so I see no why this is happening again. > > > > BTW, (locate-library format-spec) is returning the version from tramp CVS. > > > > So the trace from CVS HEAD is shown below: > > > > Signaling: (error "Invalid format character: ?m") > > This happens if you have some Lisp files compiled with Emacs, but you > use XEmacs. There are subtle differences in handling characters. > > In the Tramp directory, you might do the following: > > make clean > configure --with-xemacs > make > > I'll play a little bit around with Makefile.in, in order to handle > such situations more robust in the future.
Ahh - looking in my bash history, I ran EMACS=xemacs-21.4 make instead of EMACS=xemacs-21.4 ./configure Now I feel like a fool :) -- TimC -- http://astronomy.swin.edu.au/staff/tconnors/ size doesn't matter, resolution matters: Hmm, I might be able to use that one tonight. _______________________________________________ Tramp-devel mailing list [EMAIL PROTECTED] http://mail.nongnu.org/mailman/listinfo/tramp-devel
