From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lars Ingebrigtsen Newsgroups: gmane.emacs.bugs Subject: bug#10723: 24.0.93; bad pp formatting for `C-h v' with list value Date: Sat, 08 Feb 2014 21:16:46 -0800 Message-ID: <878utkc1c1.fsf@building.gnus.org> References: <4F4BAC82D7B848B5B3EA377B062FF8F2@us.oracle.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1391923148 20498 80.91.229.3 (9 Feb 2014 05:19:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 9 Feb 2014 05:19:08 +0000 (UTC) Cc: 10723@debbugs.gnu.org To: "Drew Adams" Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sun Feb 09 06:19:16 2014 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WCMnU-0000iN-4t for geb-bug-gnu-emacs@m.gmane.org; Sun, 09 Feb 2014 06:19:16 +0100 Original-Received: from localhost ([::1]:49304 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WCMnT-0008Lr-Oe for geb-bug-gnu-emacs@m.gmane.org; Sun, 09 Feb 2014 00:19:15 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:42205) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WCMnM-0008Kl-41 for bug-gnu-emacs@gnu.org; Sun, 09 Feb 2014 00:19:13 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WCMnH-0001nm-4k for bug-gnu-emacs@gnu.org; Sun, 09 Feb 2014 00:19:08 -0500 Original-Received: from debbugs.gnu.org ([140.186.70.43]:44935) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WCMnH-0001nY-1o for bug-gnu-emacs@gnu.org; Sun, 09 Feb 2014 00:19:03 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1WCMnG-0007Up-1u for bug-gnu-emacs@gnu.org; Sun, 09 Feb 2014 00:19:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 09 Feb 2014 05:19:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 10723 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 10723-submit@debbugs.gnu.org id=B10723.139192309528744 (code B ref 10723); Sun, 09 Feb 2014 05:19:02 +0000 Original-Received: (at 10723) by debbugs.gnu.org; 9 Feb 2014 05:18:15 +0000 Original-Received: from localhost ([127.0.0.1]:58951 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WCMmU-0007TY-GL for submit@debbugs.gnu.org; Sun, 09 Feb 2014 00:18:14 -0500 Original-Received: from hermes.netfonds.no ([80.91.224.195]:38315) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WCMmS-0007TP-G7 for 10723@debbugs.gnu.org; Sun, 09 Feb 2014 00:18:13 -0500 Original-Received: from [204.14.154.233] (helo=building.gnus.org) by hermes.netfonds.no with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1WCMmD-0005ud-QF; Sun, 09 Feb 2014 06:17:58 +0100 In-Reply-To: <4F4BAC82D7B848B5B3EA377B062FF8F2@us.oracle.com> (Drew Adams's message of "Sat, 4 Feb 2012 09:39:39 -0800") User-Agent: Gnus/5.13001 (Ma Gnus v0.10) Emacs/24.3.50 (gnu/linux) X-MailScanner-ID: 1WCMmD-0005ud-QF MailScanner-NULL-Check: 1392527878.79219@jwjURm6VtA3WgUOWN5lwgQ X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x 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:85057 Archived-At: "Drew Adams" writes: > This is a REGRESSION which starts with Emacs 23 (no problem before 23). > > emacs -Q > > (setq foobar '(some-symbol ((some . cons) "some-string"))) > > C-h v foobar > > Shows: > > foobar's value is (some-symbol > ((some . cons) > "some-string")) > > Please do not start the pretty-printed value on the same line as > "foobar's value is" if the pretty-printed value EITHER: > > a. uses more than one line (i.e. contains newline chars) > > OR > > b. is longer than the standard *Help* output line length (`fill-column') > MINUS the length of "foobar's value is " (where "foobar" is replaced by > the variable's name) I can confirm that this still exists in Emacs 24.3. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog http://lars.ingebrigtsen.no/