From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: vimml@selgrad.org Newsgroups: gmane.lisp.guile.user Subject: Re: scm_shell in C-Thread - Quit vs. Terminal Corruption Date: Sat, 17 Oct 2009 19:47:16 +0200 Message-ID: <20091017174716.GC5441@shoikan> References: <20091016190925.GA26534@shoikan> <3ae3aa420910161949q2a683ce3m2957e061e1814441@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1255801692 5732 80.91.229.12 (17 Oct 2009 17:48:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 17 Oct 2009 17:48:12 +0000 (UTC) Cc: guile-user@gnu.org To: Linas Vepstas Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Sat Oct 17 19:48:01 2009 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MzDNR-0002mZ-Il for guile-user@m.gmane.org; Sat, 17 Oct 2009 19:47:37 +0200 Original-Received: from localhost ([127.0.0.1]:60813 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MzDNQ-0007Uo-PQ for guile-user@m.gmane.org; Sat, 17 Oct 2009 13:47:36 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MzDNJ-0007Tb-4C for guile-user@gnu.org; Sat, 17 Oct 2009 13:47:29 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MzDNE-0007Ra-1i for guile-user@gnu.org; Sat, 17 Oct 2009 13:47:28 -0400 Original-Received: from [199.232.76.173] (port=58993 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MzDND-0007RX-Sf for guile-user@gnu.org; Sat, 17 Oct 2009 13:47:23 -0400 Original-Received: from smtprelay07.ispgateway.de ([80.67.31.41]:49916) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MzDND-0000VN-GU for guile-user@gnu.org; Sat, 17 Oct 2009 13:47:23 -0400 Original-Received: from [84.56.122.80] (helo=localhost) by smtprelay07.ispgateway.de with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.68) (envelope-from ) id 1MzDNx-0002e0-8l; Sat, 17 Oct 2009 19:48:09 +0200 Content-Disposition: inline In-Reply-To: <3ae3aa420910161949q2a683ce3m2957e061e1814441@mail.gmail.com> User-Agent: Mutt/1.5.20 (2009-06-14) X-Df-Sender: 1039925 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:7447 Archived-At: Hej again :) On 21:49 Fri 16 Oct , Linas Vepstas wrote: > so you should use atexit, and have the atexit routine do the > tcsetattr -- right? Didn't know about this function. I think I will give it a try. Do you have any idea why this is actually happening? I would expect guile to properly reset my terminal settings (my application thread does nothing with the terminal, so I this this is something guile oder readline does). Correct me, if I'm wrong. Thanks for your replies, all :) Kai