public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* RE: Bug in Bash 2.05b.0(13) with nt-emacs
@ 2003-09-23  5:58 Maslen, David M
  2003-09-23 18:03 ` Jeffery B. Rancier
  0 siblings, 1 reply; 3+ messages in thread
From: Maslen, David M @ 2003-09-23  5:58 UTC (permalink / raw)
  To: cygwin

I'm using emacs 21.3 not 21.2 so perhaps this is an emacs bug.
GNU Emacs 21.3.1 (i386-msvc-nt5.0.2195) of 2003-03-28 on buffy

Everything else looks the same.

    Cygwin DLL version info:
        DLL version: 1.5.3
        DLL epoch: 19
        DLL bad signal mask: 19005
        DLL old termios: 5
        DLL malloc env: 28
        API major: 0
        API minor: 90
        Shared data: 3
        DLL identifier: cygwin1
        Mount registry: 2
        Cygnus registry name: Cygnus Solutions
        Cygwin registry name: Cygwin
        Program options name: Program Options
        Cygwin mount registry name: mounts v2
        Cygdrive flags: cygdrive flags
        Cygdrive prefix: cygdrive prefix
        Cygdrive default prefix: 
        Build date: Mon Sep 1 13:15:28 EDT 2003
        Shared id: cygwin1S3

I'll report it to the emacs developers as well.

-----Original Message-----
From: Pach Roman (GS-EC/EEP3) * [mailto:Roman.Pach@de.bosch.com]
Sent: Tuesday, 23 September 2003 2:19 PM
To: Maslen, David M; cygwin@cygwin.com
Subject: AW: Bug in Bash 2.05b.0(13) with nt-emacs


Hello,
I'm working with emacs & bash as well:

 GNU bash, version 2.05b.0(13)-release (i686-pc-cygw
 Copyright (C) 2002 Free Software Foundation, Inc.

 "GNU Emacs 21.2.1 (i386-mingw-nt5.0.2195)"

 Cygwin DLL version info:
     DLL version: 1.5.3
     DLL epoch: 19
     DLL bad signal mask: 19005
     DLL old termios: 5
     DLL malloc env: 28
     API major: 0
     API minor: 90
     Shared data: 3
     DLL identifier: cygwin1
     Mount registry: 2
     Cygnus registry name: Cygnus Solutions
     Cygwin registry name: Cygwin
     Program options name: Program Options
     Cygwin mount registry name: mounts v2
     Cygdrive flags: cygdrive flags
     Cygdrive prefix: cygdrive prefix
     Cygdrive default prefix:
     Build date: Mon Sep 1 13:15:28 EDT 2003
     Shared id: cygwin1S3

I have no problems at all.
Roman

-----Ursprüngliche Nachricht-----
Von: Maslen, David M [mailto:David.Maslen@team.telstra.com]
Gesendet: Dienstag, 23. September 2003 06:07
An: cygwin@cygwin.com
Betreff: Bug in Bash 2.05b.0(13) with nt-emacs


Please accept this fairly brief, bug report.

I'm using GNU Emacs 21.3.1 on Windows2000 (not the cygwin build)
I'm using cygwins bash 2.05b.0(13) command as my explicit-shell-command from within emacs and have c:\cygwin\bin in my path.

This previously allowed me to use bash as the shell from within emacs.
After an cygwin upgrade, this no longer worked. Bash would start, but I could not use any other shell commands (ie. ls) internal bash commands such as 'cd' did seem to work.

Changing my explicit-shell-command to be cygwin's sh command  works as bash used to. 
Using eshell also seems to be a viable alternative.

I don't subscribe to this list, and am not entirely sure that this is the most appropriate place to submit bugs.
If I can provide further information, please contact me directly. Otherwise thanks to the cygwin developers for the work they've done so far in providing a *nix like environment in the windows wilderness.

--
David Maslen
Solution Designer 
Phone: (03) 8661 3443 


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

* Re: Bug in Bash 2.05b.0(13) with nt-emacs
  2003-09-23  5:58 Bug in Bash 2.05b.0(13) with nt-emacs Maslen, David M
@ 2003-09-23 18:03 ` Jeffery B. Rancier
  0 siblings, 0 replies; 3+ messages in thread
From: Jeffery B. Rancier @ 2003-09-23 18:03 UTC (permalink / raw)
  To: cygwin

I don't think so, I am doing the same, with:

,----
| GNU bash, version 2.05b.0(1)-release (i686-pc-cygwin)
`----

and:

,----
| GNU Emacs 21.3.1 (i386-msvc-nt5.1.2600) of 2003-03-27 on buffy
`----

Without any problems, this is on Windows XP Pro.  Where did you get
that version of bash?  Is that a unstable beta?

Jeff

"Maslen, David M" <David.Maslen@team.telstra.com> writes:

> I'm using emacs 21.3 not 21.2 so perhaps this is an emacs bug.
> GNU Emacs 21.3.1 (i386-msvc-nt5.0.2195) of 2003-03-28 on buffy
>
> Everything else looks the same.
>
>     Cygwin DLL version info:
>         DLL version: 1.5.3
>         DLL epoch: 19
>         DLL bad signal mask: 19005
>         DLL old termios: 5
>         DLL malloc env: 28
>         API major: 0
>         API minor: 90
>         Shared data: 3
>         DLL identifier: cygwin1
>         Mount registry: 2
>         Cygnus registry name: Cygnus Solutions
>         Cygwin registry name: Cygwin
>         Program options name: Program Options
>         Cygwin mount registry name: mounts v2
>         Cygdrive flags: cygdrive flags
>         Cygdrive prefix: cygdrive prefix
>         Cygdrive default prefix: 
>         Build date: Mon Sep 1 13:15:28 EDT 2003
>         Shared id: cygwin1S3
>
> I'll report it to the emacs developers as well.
>
> -----Original Message-----
> From: Pach Roman (GS-EC/EEP3) * [mailto:Roman.Pach@de.bosch.com]
> Sent: Tuesday, 23 September 2003 2:19 PM
> To: Maslen, David M; cygwin@cygwin.com
> Subject: AW: Bug in Bash 2.05b.0(13) with nt-emacs
>
>
> Hello,
> I'm working with emacs & bash as well:
>
>  GNU bash, version 2.05b.0(13)-release (i686-pc-cygw
>  Copyright (C) 2002 Free Software Foundation, Inc.
>
>  "GNU Emacs 21.2.1 (i386-mingw-nt5.0.2195)"
>
>  Cygwin DLL version info:
>      DLL version: 1.5.3
>      DLL epoch: 19
>      DLL bad signal mask: 19005
>      DLL old termios: 5
>      DLL malloc env: 28
>      API major: 0
>      API minor: 90
>      Shared data: 3
>      DLL identifier: cygwin1
>      Mount registry: 2
>      Cygnus registry name: Cygnus Solutions
>      Cygwin registry name: Cygwin
>      Program options name: Program Options
>      Cygwin mount registry name: mounts v2
>      Cygdrive flags: cygdrive flags
>      Cygdrive prefix: cygdrive prefix
>      Cygdrive default prefix:
>      Build date: Mon Sep 1 13:15:28 EDT 2003
>      Shared id: cygwin1S3
>
> I have no problems at all.
> Roman
>
> -----Ursprüngliche Nachricht-----
> Von: Maslen, David M [mailto:David.Maslen@team.telstra.com]
> Gesendet: Dienstag, 23. September 2003 06:07
> An: cygwin@cygwin.com
> Betreff: Bug in Bash 2.05b.0(13) with nt-emacs
>
>
> Please accept this fairly brief, bug report.
>
> I'm using GNU Emacs 21.3.1 on Windows2000 (not the cygwin build)
> I'm using cygwins bash 2.05b.0(13) command as my explicit-shell-command from within emacs and have c:\cygwin\bin in my path.
>
> This previously allowed me to use bash as the shell from within emacs.
> After an cygwin upgrade, this no longer worked. Bash would start, but I could not use any other shell commands (ie. ls) internal bash commands such as 'cd' did seem to work.
>
> Changing my explicit-shell-command to be cygwin's sh command  works as bash used to. 
> Using eshell also seems to be a viable alternative.
>
> I don't subscribe to this list, and am not entirely sure that this is the most appropriate place to submit bugs.
> If I can provide further information, please contact me directly. Otherwise thanks to the cygwin developers for the work they've done so far in providing a *nix like environment in the windows wilderness.
>
> --
> David Maslen
> Solution Designer 
> Phone: (03) 8661 3443 
>
>
> --
> Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
> Problem reports:       http://cygwin.com/problems.html
> Documentation:         http://cygwin.com/docs.html
> FAQ:                   http://cygwin.com/faq/
>

-- 
Thanks,
Jeff

,----
| Jeffery B. Rancier
| 
| Softechnics
| a METTLER TOLEDO company
`----


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

* Bug in Bash 2.05b.0(13) with nt-emacs
@ 2003-09-23  5:41 Maslen, David M
  0 siblings, 0 replies; 3+ messages in thread
From: Maslen, David M @ 2003-09-23  5:41 UTC (permalink / raw)
  To: cygwin

Please accept this fairly brief, bug report.

I'm using GNU Emacs 21.3.1 on Windows2000 (not the cygwin build)
I'm using cygwins bash 2.05b.0(13) command as my explicit-shell-command from within emacs and have c:\cygwin\bin in my path.

This previously allowed me to use bash as the shell from within emacs.
After an cygwin upgrade, this no longer worked. Bash would start, but I could not use any other shell commands (ie. ls) internal bash commands such as 'cd' did seem to work.

Changing my explicit-shell-command to be cygwin's sh command  works as bash used to. 
Using eshell also seems to be a viable alternative.

I don't subscribe to this list, and am not entirely sure that this is the most appropriate place to submit bugs.
If I can provide further information, please contact me directly. Otherwise thanks to the cygwin developers for the work they've done so far in providing a *nix like environment in the windows wilderness.

--
David Maslen
Solution Designer 
Phone: (03) 8661 3443 


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

end of thread, other threads:[~2003-09-23 17:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-09-23  5:58 Bug in Bash 2.05b.0(13) with nt-emacs Maslen, David M
2003-09-23 18:03 ` Jeffery B. Rancier
  -- strict thread matches above, loose matches on Subject: below --
2003-09-23  5:41 Maslen, David M

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).