Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-Injected-Via-Gmane: http://gmane.org/ To: cygwin AT cygwin DOT com From: Sam Steingold Subject: Re: bash kills console history Date: 20 Jun 2003 18:54:02 -0400 Organization: disorganization Lines: 53 Message-ID: References: Reply-To: sds AT gnu DOT org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet AT main DOT gmane DOT org X-Attribution: Sam X-Disclaimer: You should not expect anyone to agree with me. User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 > * In message > * On the subject of "Re: bash kills console history" > * Sent on Fri, 20 Jun 2003 18:41:05 -0400 (EDT) > * Honorable Igor Pechtchanski writes: > > On 20 Jun 2003, Sam Steingold wrote: > > > when I start a non-cygwin interactive application in a console window > > under cmd, I can recall the previous lines with the key and edit > > the current command line with and . > > when I start the same application under bash, I can no longer recall > > history with (although & still work). > > > > What does bash do to disable it? > > How can I get back history editing? > > > > Note that when I run the same program under GDB (which runs under > > bash!) I do get to edit previous commands with . > > Does the interactive application check whether its output is a > console? yes, and I think it correctly detects that it is running interactively. > If it does, and bash uses a pty (which is a pipe, not a console), then > the application may decide that it's not running interactively > (disabling the history mechanism). what is the function call that does that? how can an application disable the history mechanism? (while preserving the line editing one!) > When gdb runs the application, it allocates a > separate console for it, so you get interactivity. I do not observe this: the application interaction appears right under the gdb prompt, the screen is not cleared. > If my guess above is correct, there is no way to fix this short of > always opening the application in its own console (or fixing the > application code, if it's available). the application is CLISP (GPLed ANSI Common Lisp implementation, so, yes, its sources are available and fixable). [why - and how?! - would I run the application under GDB if the source were not available?] -- Sam Steingold (http://www.podval.org/~sds) running RedHat9 GNU/Linux A clear conscience is usually the sign of a bad memory. -- 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/