all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Narendra Joshi <narendraj9@gmail.com>
To: emacs-devel@gnu.org
Subject: Running `jshell` with `comint-run`.
Date: Thu, 09 Jul 2020 23:55:39 +0200	[thread overview]
Message-ID: <87wo3cxsis.fsf@gmail.com> (raw)


Hi,

Running the Java shell, `jshell`, using `comint-run` hangs after
entering the first input line.

--8<---------------cut here---------------start------------->8---
|  Welcome to JShell -- Version 11.0.7
|  For an introduction type: /help intro

jshell> System.out.println("testing")

<--- hangs forever --->
--8<---------------cut here---------------end--------------->8---

What could be the reason for this? `process-connection-type` has the
default value of `t` so `jshell` is being talked to using a pseudo
terminal. I have tried `jshell` inside `eshell` and I faced the same
issue. It seems to work fine inside `term`.

Can someone help me understand what is going on here?

Best,
-- 
Narendra Joshi



                 reply	other threads:[~2020-07-09 21:55 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=87wo3cxsis.fsf@gmail.com \
    --to=narendraj9@gmail.com \
    --cc=emacs-devel@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 external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.