From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: [jidanni@jidanni.org: Re: suspend/fg excitement in *shell*] Date: Mon, 13 Aug 2007 01:01:13 -0400 Message-ID: Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1186981316 11903 80.91.229.12 (13 Aug 2007 05:01:56 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 13 Aug 2007 05:01:56 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 13 07:01:54 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IKS3t-0001k8-Jh for ged-emacs-devel@m.gmane.org; Mon, 13 Aug 2007 07:01:53 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IKS3t-0005xz-89 for ged-emacs-devel@m.gmane.org; Mon, 13 Aug 2007 01:01:53 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IKS02-0002tZ-VX for emacs-devel@gnu.org; Mon, 13 Aug 2007 00:57:55 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IKS00-0002qo-Vg for emacs-devel@gnu.org; Mon, 13 Aug 2007 00:57:54 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IKS00-0002po-3q for emacs-devel@gnu.org; Mon, 13 Aug 2007 00:57:52 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IKRzz-0005YZ-Kb for emacs-devel@gnu.org; Mon, 13 Aug 2007 00:57:51 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1IKS3F-0007Tx-Rs; Mon, 13 Aug 2007 01:01:13 -0400 X-Detected-Kernel: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:76427 Archived-At: Can anyone reproduce this? ------- Start of forwarded message ------- X-Spam-Status: No, score=0.6 required=5.0 tests=NO_REAL_NAME,SPF_PASS, UNPARSEABLE_RELAY autolearn=no version=3.1.0 To: emacs-pretest-bug@gnu.org From: jidanni@jidanni.org Date: Mon, 13 Aug 2007 03:12:17 +0800 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: suspend/fg excitement in *shell* SJ> I have IGNOREEOF=2 in /root/.bashrc. It turns out with greater IGNOREEOF's, and more "fg"'s, the sucker heads straight for the HISTFILE where it proceeds to execute all the commands there faster than you can kill(1) them. "A monster has taken over my '*shell*' buffer and is sending root ^P^O&'s or whatever it takes to replay my HISTORY file faster than I can swat all it is spawning!" Here I fool it with HISTFILE=/dev/null: 02:58 1 tmp$ su Password: root@jidanni2:/tmp# IGNOREEOF=11 HISTFILE=/dev/null root@jidanni2:/tmp# suspend [1]+ Stopped su 02:59 147 tmp$ fg su root@jidanni2:/tmp# Use "exit" to leave the shell. root@jidanni2:/tmp# [1]+ Stopped su 02:59 147 tmp$ fg su root@jidanni2:/tmp# bash: =/dev/null: No such file or directory root@jidanni2:/tmp# bash: syntax error near unexpected token `(' root@jidanni2:/tmp# [1] 15423 root@jidanni2:/tmp# bash:\350\2600\322: command not found root@jidanni2:/tmp# _______________________________________________ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug ------- End of forwarded message -------