From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.bugs Subject: bug#9160: 24.0.50; Emacs freezes in *shell* buffer. Date: Fri, 02 Dec 2011 21:06:59 +0900 Message-ID: <87mxbbnpng.fsf@m17n.org> References: <87wrf7dgqt.fsf@m17n.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1322827681 7322 80.91.229.12 (2 Dec 2011 12:08:01 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 2 Dec 2011 12:08:01 +0000 (UTC) Cc: 9160@debbugs.gnu.org To: Stefan Monnier Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Dec 02 13:07:57 2011 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RWRuE-0004x1-WA for geb-bug-gnu-emacs@m.gmane.org; Fri, 02 Dec 2011 13:07:55 +0100 Original-Received: from localhost ([::1]:52541 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RWRuE-0002Gt-0L for geb-bug-gnu-emacs@m.gmane.org; Fri, 02 Dec 2011 07:07:54 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:51977) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RWRuB-0002Gm-3x for bug-gnu-emacs@gnu.org; Fri, 02 Dec 2011 07:07:52 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RWRu8-0002Gc-K0 for bug-gnu-emacs@gnu.org; Fri, 02 Dec 2011 07:07:51 -0500 Original-Received: from debbugs.gnu.org ([140.186.70.43]:48619) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RWRu8-0002GY-IX for bug-gnu-emacs@gnu.org; Fri, 02 Dec 2011 07:07:48 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1RWRuM-0002vl-FW for bug-gnu-emacs@gnu.org; Fri, 02 Dec 2011 07:08:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Kenichi Handa Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 02 Dec 2011 12:08:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 9160 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 9160-submit@debbugs.gnu.org id=B9160.132282766311238 (code B ref 9160); Fri, 02 Dec 2011 12:08:02 +0000 Original-Received: (at 9160) by debbugs.gnu.org; 2 Dec 2011 12:07:43 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RWRu2-0002vB-NI for submit@debbugs.gnu.org; Fri, 02 Dec 2011 07:07:43 -0500 Original-Received: from mx1.aist.go.jp ([150.29.246.133]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RWRty-0002uz-ME for 9160@debbugs.gnu.org; Fri, 02 Dec 2011 07:07:40 -0500 Original-Received: from rqsmtp1.aist.go.jp (rqsmtp1.aist.go.jp [150.29.254.115]) by mx1.aist.go.jp with ESMTP id pB2C7LQw008560; Fri, 2 Dec 2011 21:07:21 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp3.aist.go.jp by rqsmtp1.aist.go.jp with ESMTP id pB2C7LHG002015; Fri, 2 Dec 2011 21:07:21 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp3.aist.go.jp with ESMTP id pB2C7KT7018221; Fri, 2 Dec 2011 21:07:20 +0900 (JST) env-from (handa@m17n.org) In-Reply-To: (message from Stefan Monnier on Mon, 17 Oct 2011 13:12:51 -0400) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Fri, 02 Dec 2011 07:08:02 -0500 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:54607 Archived-At: In article , Stefan Monnier writes: >>> > (3) Error in post-command-hook for *.tar.gz file. >>> > % mkdir tmp >>> > % cd tmp >>> > % echo abc > abc >>> > % echo def > def >>> > % tar cfz temp.tar.gz abc def >>> > % tar tfz temp >>> > Now the command line is correctly completed to: >>> > % tar tfz temp.tar.gz >>> > But, this error is signaled: >>> > Error in post-command-hook (completion-in-region--postch): >>> > (wrong-type-argument listp [tar-header #>> > temp.tar.gz*> abc 436 8308 8308 4 (20069 47563) 4380 nil ustar handa handa >>> > 0 0 nil]) >>> I cannot reproduce this error. Has it been fixed in the mean time? > > No. I still see that error with the above testcase. > I still cannot reproduce it from "emacs -Q" following your above recipe. I found that the culprit is large-file-warning-threshold. When I set it to nil, the above error is signaled. The docstring of large-file-warning-threshold is this: ------------------------------------------------------------ Maximum size of file above which a confirmation is requested. When nil, never request confirmation. You can customize this variable. This variable was introduced, or its default value was changed, in version 22.1 of Emacs. ------------------------------------------------------------ So nil is a valid value for this variable. --- Kenichi Handa handa@m17n.org