This is the mail archive of the guile-emacs@sourceware.cygnus.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: New internal implementation


Satoru Takabayashi <satoru-t@is.aist-nara.ac.jp> 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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]