From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Alexandre Duret-Lutz Newsgroups: gmane.emacs.bugs Subject: sit-for + NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1055633182 2917 80.91.224.249 (14 Jun 2003 23:26:22 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 14 Jun 2003 23:26:22 +0000 (UTC) Cc: adl@gnu.org Original-X-From: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Sun Jun 15 01:26:20 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19RKPb-0000kv-00 for ; Sun, 15 Jun 2003 01:26:19 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19RKRv-0001Bj-R2 for gnu-bug-gnu-emacs@m.gmane.org; Sat, 14 Jun 2003 19:28:43 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19RKRj-0000mz-Ah for bug-gnu-emacs@gnu.org; Sat, 14 Jun 2003 19:28:31 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19RKRg-0000g2-4S for bug-gnu-emacs@gnu.org; Sat, 14 Jun 2003 19:28:29 -0400 Original-Received: from smtp-100-sunday.noc.nerim.net ([62.4.17.100] helo=mallaury.noc.nerim.net) by monty-python.gnu.org with esmtp (Exim 4.20) id 19RKRJ-0008M8-6d; Sat, 14 Jun 2003 19:28:05 -0400 Original-Received: from hush (gadl.net1.nerim.net [80.65.225.113]) by mallaury.noc.nerim.net (Postfix) with ESMTP id B1DBB62D03; Sun, 15 Jun 2003 01:28:00 +0200 (CEST) Original-Received: from adl by hush with local (Exim 3.36 #1 (Debian)) id 19RKRH-0002AX-00; Sun, 15 Jun 2003 01:28:03 +0200 Original-To: bug-gnu-emacs@gnu.org X-Attribution: adl X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:5302 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:5302 This bug report will be sent to the Free Software Foundation, not to your local site managers! Please write in English, because the Emacs maintainers do not have translators to read other languages for them. Your bug report will be posted to the bug-gnu-emacs@gnu.org mailing list, and to the gnu.emacs.bug news group. In GNU Emacs 21.3.2 (i386-pc-linux-gnu, X toolkit, Xaw3d scroll bars) of 2003-04-24 on raven, modified by Debian configured using `configure i386-linux --prefix=/usr --sharedstatedir=/var/lib --libexecdir=/usr/lib --localstatedir=/var/lib --infodir=/usr/share/info --mandir=/usr/share/man --with-pop=yes --with-x=yes --with-x-toolkit=athena --without-gif' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: C locale-coding-system: nil default-enable-multibyte-characters: nil Please describe exactly what actions triggered the bug and the precise symptoms of the bug: Hi People, The following command causes Emacs to die on a SIGHUP. % emacs -batch -q -no-site-file -eval '(sit-for 1)'