On 3/1/11 1:35 PM, Mark Purtill wrote: > Raymond Toy writes: >> >> I'm trying to get dvc to work with xemacs 21.5-b29. I found a couple of >> minor issues and a show-stopper. > > I attempted the same thing using a checkout from > http://bzr.xsteve.at/dvc/ (and my xemacs claims to be the same
Ok, I had to get a copy of bzr, but I have checked out that version. > > I didn't attempt to install dvc; instead, I just did > (load-file "/path/to/dvc/dvc-load.el"), pointing at the directory > where I had compiled using xemacs. Some things work: dvc-status > worked on an hg directory (and on dvc's source directory, under bzr), > and within that I could do 'e' for an ediff (although sometimes I'd > get an error about "display-buffer switched frames on its own!!"). This seems to work better. At least dvc-status will do something now. I will have to find some repos and try some tests. > > BTW, here are the additional changes I had to make to the > source for XEmacs to compile it: > > * In dvc-build.el, I had to add (load-library "cl-macs"). Odd. I didn't have to do that. > > * I had to change several 'ecase' calls with 't' cases to be 'case'. Yes, I forgot to mention that. One additional change I had to make was some error in xmtn--map-parsed-certs in xmtn-automate.el. I get an error about a bad symbol in lexical-let. I don't know what the actual problem is but I just changed the lexical-let to plain let. I don't use xmtn, so I don't care what this does for now. Ray _______________________________________________ Dvc-dev mailing list [email protected] https://mail.gna.org/listinfo/dvc-dev
