all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Running `jshell` with `comint-run`.
@ 2020-07-09 21:55 Narendra Joshi
  0 siblings, 0 replies; only message in thread
From: Narendra Joshi @ 2020-07-09 21:55 UTC (permalink / raw)
  To: emacs-devel


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



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-07-09 21:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-09 21:55 Running `jshell` with `comint-run` Narendra Joshi

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.