From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: John Paul Wallington Newsgroups: gmane.emacs.bugs Subject: Re: The function prin1 prints "..." at the end of a long list. Date: Tue, 15 Apr 2003 15:41:07 +0100 Sender: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1050417760 11119 80.91.224.249 (15 Apr 2003 14:42:40 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 15 Apr 2003 14:42:40 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org Original-X-From: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Tue Apr 15 16:42:38 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 195Rdt-0002sp-00 for ; Tue, 15 Apr 2003 16:42:38 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 195ReD-0003Lg-07 for gnu-bug-gnu-emacs@m.gmane.org; Tue, 15 Apr 2003 10:42:57 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 195Rds-00037M-00 for bug-gnu-emacs@gnu.org; Tue, 15 Apr 2003 10:42:36 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 195RdR-0002BP-00 for bug-gnu-emacs@gnu.org; Tue, 15 Apr 2003 10:42:11 -0400 Original-Received: from host217-44-221-152.range217-44.btcentralplus.com ([217.44.221.152] helo=tosh) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 195Rcf-0001cp-00 for bug-gnu-emacs@gnu.org; Tue, 15 Apr 2003 10:41:22 -0400 Original-Received: from jpw by tosh with local (Exim 3.36 #1 (Debian)) id 195RcR-0001IN-00; Tue, 15 Apr 2003 15:41:07 +0100 Original-To: Matthieu Moy In-reply-to: (message from Matthieu Moy on Tue, 15 Apr 2003 16:11:28 +0200) 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:4797 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:4797 > The function prin1 sometimes truncates the end of a long list > (auto-mode-alist is a good example of such list): [...] > Now, more fun : I launch another Emacs session, and in the new > session, everything works as expected : C-h v auto-mode-alist shows me > the full value, and so on. The problem seems to happen randomly, but > when it happens once, then, it will continue to happen until the end > of the session. > > I have the same problem on a Solaris box and a Linux (Debian 3.0) box, > both with Emacs 21.2. What is the value of `print-length' in the misbehaving session? Maybe some code set rather than bound it to a non-nil value.