From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Linas Vepstas Newsgroups: gmane.lisp.guile.user Subject: Re: scm_shell in C-Thread - Quit vs. Terminal Corruption Date: Fri, 16 Oct 2009 21:42:49 -0500 Message-ID: <3ae3aa420910161942y67d04163kb270dba9b05f61b3@mail.gmail.com> References: <20091016190925.GA26534@shoikan> Reply-To: linasvepstas@gmail.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1255747419 17019 80.91.229.12 (17 Oct 2009 02:43:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 17 Oct 2009 02:43:39 +0000 (UTC) Cc: guile-user@gnu.org To: vimml@selgrad.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Sat Oct 17 04:43:29 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 1MyzGQ-0002AS-8L for guile-user@m.gmane.org; Sat, 17 Oct 2009 04:43:26 +0200 Original-Received: from localhost ([127.0.0.1]:35843 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MyzGP-0008NP-RL for guile-user@m.gmane.org; Fri, 16 Oct 2009 22:43:25 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MyzFw-00080U-1B for guile-user@gnu.org; Fri, 16 Oct 2009 22:42:56 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MyzFr-0007v8-7E for guile-user@gnu.org; Fri, 16 Oct 2009 22:42:55 -0400 Original-Received: from [199.232.76.173] (port=45924 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MyzFr-0007ux-3i for guile-user@gnu.org; Fri, 16 Oct 2009 22:42:51 -0400 Original-Received: from mail-yx0-f191.google.com ([209.85.210.191]:44470) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MyzFq-0000vj-SO for guile-user@gnu.org; Fri, 16 Oct 2009 22:42:50 -0400 Original-Received: by yxe29 with SMTP id 29so2264219yxe.14 for ; Fri, 16 Oct 2009 19:42:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:reply-to:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=J4hKJ3Yewq1cotK4x/wzQyK62F3tnKIT2rmcGe6Sqxo=; b=YOgZdvntrARBPCBubJNRnI/AWSU7XaPiZWNwAeY7mfdsZiSuExbreAC6wwwHFWm4ok 1H8kOaM6vY0kAJFCcOuEDuGLlM9TKc5OYcQHeT656qjP0yScVNctpTsUCJZhVKpR4hMH T2I7A4ZwUVgCCwTJwt+GNVDKip2vmk10d6+IQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:cc:content-type:content-transfer-encoding; b=F6b5LOQocz+8LmpIZn6L3qMnMEgJKWniYg3dBoCjna/3QnmVdrZFu5ib2Z1pUOUJgi WOlrv/xBLQ0ZDop9tbjSH8K82c6CgS9NBeYUmPiYiTSDLNYV8iFUUI21MvSXwJCaDYZN ZRLtHkEEJkzWHwV9A8SeP9khNW4kVdbsDwLS4= Original-Received: by 10.100.233.19 with SMTP id f19mr2790842anh.72.1255747369523; Fri, 16 Oct 2009 19:42:49 -0700 (PDT) In-Reply-To: <20091016190925.GA26534@shoikan> X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:7442 Archived-At: 2009/10/16 : > application and guile). When I enter > =C2=A0 =C2=A0 =C2=A0 =C2=A0(quit) > in the terminal scm_shell calls exit(), which does not care much for my > application cleanup. wouldn't atexit() solve this problem? --linas