From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keisuke Nishida To: guile-emacs@sourceware.cygnus.com Subject: Re: New internal implementation Date: Sat, 06 May 2000 06:57:00 -0000 Message-id: References: <20000506213936R.satoru-t@is.aist-nara.ac.jp> X-SW-Source: 2000-q2/msg00031.html Satoru Takabayashi writes: > >I've committed the new internal of Guile Emacs which uses GOOPS. > > I just tried it and noticed that M-x scheme-interaction-mode > didn't work with new Guile Emacs. > > Here is a log: Did you try this? 4. Recompile patched Emacs Lisp files: % emacs -q -batch -f batch-byte-recompile-directory lisp > % cvs update -dP > % (cd src/emacs-20.6 && cvs diff -c -r emacs_20_6) > emacs-20.6.patch > % rm -rf emacs-20.6 > % tar zxf emacs-20.6.tar.gz > % tar zxf leim-20.6.tar.gz > % cd emacs-20.6 > % patch -p0 < ../emacs-20.6.patch If you extract the source files directly in guile-emacs/src, then you don't need to create a patch every time. I'll add a new file INSTALL.CVS for CVS users. -- Kei