public inbox for guile-emacs@sourceware.org
 help / color / mirror / Atom feed
From: Satoru Takabayashi <satoru-t@is.aist-nara.ac.jp>
To: guile-emacs@sourceware.cygnus.com
Subject: Re: New internal implementation
Date: Sat, 06 May 2000 05:37:00 -0000	[thread overview]
Message-ID: <20000506213936R.satoru-t@is.aist-nara.ac.jp> (raw)
In-Reply-To: <m3pur1nm6x.fsf@kei.cwru.edu>

Keisuke Nishida <kxn30@po.cwru.edu> wrote:

>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:

  % 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
  % autoconf
  % ./configure && make
  % su
  # make install
  # cd ..
  # rm -rf /usr/local/share/emacs/20.6/scheme
  # mkdir /usr/local/share/emacs/20.6/scheme
  # cp -ra emacs /usr/local/share/emacs/20.6/scheme
  # exit
  % cp .emacs.scm ~
  % ldd /usr/local/bin/emacs
        libXaw.so.6 => /usr/X11R6/lib/libXaw.so.6 (0x40013000)
        libXmu.so.6 => /usr/X11R6/lib/libXmu.so.6 (0x4004e000)
        libXt.so.6 => /usr/X11R6/lib/libXt.so.6 (0x40061000)
        libSM.so.6 => /usr/X11R6/lib/libSM.so.6 (0x400ad000)
        libICE.so.6 => /usr/X11R6/lib/libICE.so.6 (0x400b6000)
        libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x400cd000)
        libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x400d9000)
        libncurses.so.4 => /usr/lib/libncurses.so.4 (0x40183000)
        libm.so.6 => /lib/libm.so.6 (0x401c2000)
        libc.so.6 => /lib/libc.so.6 (0x401de000)
        libguile.so.8 => /usr/local/lib/libguile.so.8 (0x402d1000)
        libgoopscore.so.3 => /usr/local/lib/libgoopscore.so.3 (0x40346000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
        libdl.so.2 => /lib/libdl.so.2 (0x40352000)
  % emacs

Is there any wrong?

-- Satoru Takabayashi

  parent reply	other threads:[~2000-05-06  5:37 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-05-05  6:47 Keisuke Nishida
2000-05-05  8:21 ` Dynamic binding: lisp-ref and lisp-set! Keisuke Nishida
2000-05-06  5:37 ` Satoru Takabayashi [this message]
2000-05-06  6:57   ` New internal implementation Keisuke Nishida
2000-05-06 15:50     ` Satoru Takabayashi
2000-05-06 17:43       ` Keisuke Nishida
2000-05-07  2:27         ` Satoru Takabayashi
2000-05-07  2:58           ` Keisuke Nishida
     [not found]         ` <20000507182914A.satoru-t@is.aist-nara.ac.jp>
     [not found]           ` <m3k8h6r912.fsf@kei.cwru.edu>
2000-05-07  3:14             ` Satoru Takabayashi
2000-05-07  3:41               ` Keisuke Nishida

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20000506213936R.satoru-t@is.aist-nara.ac.jp \
    --to=satoru-t@is.aist-nara.ac.jp \
    --cc=guile-emacs@sourceware.cygnus.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).