Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't work well with Cygwin #2

Open
monsanto opened this issue Sep 15, 2012 · 1 comment
Open

Doesn't work well with Cygwin #2

monsanto opened this issue Sep 15, 2012 · 1 comment

Comments

@monsanto
Copy link
Owner

I know at least one user has had trouble getting rlc to work well on cygwin. I don't use cygwin (or windows) so I can't test this. If there are any cygwin rlc users out there who are having trouble, and are interested in doing a bit of group debugging with me, post here!

@xor3
Copy link

xor3 commented Oct 30, 2014

When using cygwin/bash in emacs, it gives
bash: cannot set terminal process group (-1): Inappropriate ioctl for device bash: no job control in this shell

Following configure within readline-complete.el doesn't work.
(setq explicit-bash-args '("-c" "export EMACS=; stty echo; bash"))

fakecygpty solve this problem using something like this:
(let ((comint-process-echoes t)) (make-comint "cyg-bash" "fakecygpty" nil "d:/cygwin/bin/bash.exe" "-c" "export EMACS=; stty echo;d:/cygwin/bin/bash.exe" ))

see emacswiki:SshWithNTEmacs

Need more work to do to enable fakcecygpty when using shell command.
Maybe a wrapper?
Any help?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants