all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* How to make custom REPL work in ansi-term?
@ 2024-01-08 15:16 Jakub T. Jankiewicz
  2024-01-08 18:30 ` Eduardo Ochs
  0 siblings, 1 reply; 3+ messages in thread
From: Jakub T. Jankiewicz @ 2024-01-08 15:16 UTC (permalink / raw)
  To: emacs-devel

Hi,

I was asking similar question long ago, I'm not able to find replies on my
mailbox but found a reference on question on Stack Overflow:

https://stackoverflow.com/a/61300784/387194

The problem is that my REPL written in NodeJS doesn't work in Emacs
ansi-term, you can use arrow keys for navigation and history.

The same happen with native nodeJS command line. When moving cursor it add
escape sequences to the input. NodeJS doesn't use readline library only it's
own implementation written in JavaScript that's probbaly not 100% compatible
with real readline.

Is there something that NodeJS can do to fix the issue. Or maybe you can give
me a pointers on what to search for in other to fix the issue. I may look into
the source code and fix the issue.

--
Jakub T. Jankiewicz, Senior Front-End Developer
https://jcubic.pl/me
https://koduj.org



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-01-08 20:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-08 15:16 How to make custom REPL work in ansi-term? Jakub T. Jankiewicz
2024-01-08 18:30 ` Eduardo Ochs
2024-01-08 20:00   ` Jakub T. Jankiewicz

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.