I am inside terminal emacs.
I'd like to run ranger in foreground.
However, the following code doesn't work:
(call-process "/usr/bin/ranger")
Note, I don't want emacs to simulate a pty (e.g., ansi-term) for ranger. I want the ranger run in my real pty, the one where my emacs resides in.