From: "Kjetil S. Matheussen" <k.s.matheussen@notam02.no>
To: Richard M Stallman <rms@gnu.org>
Cc: bug-gnu-emacs@gnu.org, 537@emacsbugs.donarmstrong.com
Subject: bug#537: Emacs makes inferior-scheme and inferior-lisp hang when...
Date: Sun, 06 Jul 2008 20:52:10 +0200 (CEST) [thread overview]
Message-ID: <Pine.LNX.4.64.0807062050010.5259@ttleush> (raw)
In-Reply-To: <E1KFZGP-0003gb-9c@fencepost.gnu.org>
On Sun, 6 Jul 2008, Richard M Stallman wrote:
> It does not seem to matter which implementation of
> scheme or common lisp is running as inferior-scheme
> or inferior-lisp.
>
> I have a suspicion that this is due to a problem with
> send-region. Is the expression so long that it fills
> up the input buffer of the child process?
>
I don't think so. Let's say I try to evaluate the following
expression:
(define (add a b)
(+ a
b))
If I place the cursor at the "(define (add a b)" line,
inverior-scheme will never hang.
However, if I place it at the " (+ a" line, or the
" b))" line, it might.
And it also seem like a hash needs to be placed on
the line after:
(define (add a b)
(+ a
b))
#!
This is a guile comment
!#
next prev parent reply other threads:[~2008-07-06 18:52 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-07-05 12:51 bug#537: Emacs makes inferior-scheme and inferior-lisp hang when Kjetil S. Matheussen
2008-07-05 13:16 ` bug#536: " Kjetil S. Matheussen
2011-09-11 17:12 ` Lars Magne Ingebrigtsen
2011-09-20 10:25 ` Kjetil S. Matheussen
2011-10-06 21:55 ` Lars Magne Ingebrigtsen
2008-07-06 18:47 ` bug#537: " Richard M Stallman
2008-07-06 18:52 ` Kjetil S. Matheussen [this message]
2008-07-06 18:58 ` Kjetil S. Matheussen
2008-07-07 11:38 ` Richard M Stallman
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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=Pine.LNX.4.64.0807062050010.5259@ttleush \
--to=k.s.matheussen@notam02.no \
--cc=537@emacsbugs.donarmstrong.com \
--cc=bug-gnu-emacs@gnu.org \
--cc=rms@gnu.org \
/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.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
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).