Re: bash under emacs gives "cannot set terminal process group"

2012-06-27 Thread Ken Brown
On 6/25/2012 4:46 PM, sethflash wrote: I just updated my cygwin and also have the same problem under ntemacs. Following another suggestion somewhere I recompiled bash eliminating the test for using a pty in jobs.c (line 3703) and I no longer get the error, but I still can't terminate or suspend

Re: bash under emacs gives "cannot set terminal process group"

2012-06-25 Thread sethflash
I just updated my cygwin and also have the same problem under ntemacs. Following another suggestion somewhere I recompiled bash eliminating the test for using a pty in jobs.c (line 3703) and I no longer get the error, but I still can't terminate or suspend any jobs. Very hard to use the shell if

Re: bash under emacs gives "cannot set terminal process group"

2012-03-01 Thread Leo
On 01/03/2012, at 3:35 AM, wytten wrote: > > I have the same issue. More information: If you back down cygwin bash to > BASH_VERSION='3.2.51(24)-release', the messages about job control no longer > appear when bash starts. However I still can't interrupt jobs started with > M-x compile or M-x

Re: bash under emacs gives "cannot set terminal process group"

2012-02-29 Thread wytten
I have the same issue. More information: If you back down cygwin bash to BASH_VERSION='3.2.51(24)-release', the messages about job control no longer appear when bash starts. However I still can't interrupt jobs started with M-x compile or M-x shell-command, so I'm guessing this has something to

Re: bash under emacs gives "cannot set terminal process group" [SEC=UNCLASSIFIED]

2012-02-28 Thread Ken Brown
On 2/28/2012 10:07 PM, Leo wrote: On 2/28/2012 5:16 AM, Leo wrote: I'm running emacs with the following version string: GNU Emacs 23.4.1 (i386-mingw-nt6.1.7601) of 2012-02-05 on MARVIN This is the native Windows build of emacs, not Cygwin's emacs. Hi Ken Yep, I do run the native Window

Re: bash under emacs gives "cannot set terminal process group" [SEC=UNCLASSIFIED]

2012-02-28 Thread Leo
> On 2/28/2012 5:16 AM, Leo wrote: >I'm running emacs with the following version string: GNU Emacs 23.4.1 (i386-mingw-nt6.1.7601) of 2012-02-05 on MARVIN >This is the native Windows build of emacs, not Cygwin's emacs. Hi Ken Yep, I do run the native Windows build - and the Cygwin bash always

Re: bash under emacs gives "cannot set terminal process group"

2012-02-28 Thread Ken Brown
On 2/28/2012 5:16 AM, Leo wrote: I'm running emacs with the following version string: GNU Emacs 23.4.1 (i386-mingw-nt6.1.7601) of 2012-02-05 on MARVIN This is the native Windows build of emacs, not Cygwin's emacs. Ken -- Problem reports: http://cygwin.com/problems.html FAQ:

Re: bash under emacs gives "cannot set terminal process group"

2012-02-28 Thread Leo
Hi Ken, hi all Thanks for your suggestion! So here more details: (A) How to reproduce: (1)Start emacs as emacs -Q. (2)Execute the following lisp code in the scratch buffer: (progn (setq explicit-bash-args '("--noediting" "-i")) (setq shell-file-name "bash") (setenv "S

Re: bash under emacs gives "cannot set terminal process group"

2012-02-27 Thread Ken Brown
On 2/27/2012 7:04 AM, leosli...@letterboxes.org wrote: Hi there I upgraded my Cygwin installation to Cygwin dll 1.7.11-1. Since then when I start Cygwin bash under emacs i get the following error message: bash: cannot set terminal process group (-1): Inappropriate ioctl for device

bash under emacs gives "cannot set terminal process group"

2012-02-27 Thread leoslists
Hi there I upgraded my Cygwin installation to Cygwin dll 1.7.11-1. Since then when I start Cygwin bash under emacs i get the following error message: bash: cannot set terminal process group (-1): Inappropriate ioctl for device bash: no job control in this shell And indeed, I ca