GNU bug report logs - #13439
24.4.50; improvement of describe-variable/pp

Previous Next

Package: emacs;

Reported by: shigeru.fukaya <at> gmail.com

Date: Mon, 14 Jan 2013 21:01:01 UTC

Severity: minor

Tags: fixed, patch

Merged with 21717, 25122

Found in versions 24.4.50, 24.5

Fixed in version 26.1

Done: npostavs <at> users.sourceforge.net

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 13439 in the body.
You can then email your comments to 13439 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#13439; Package emacs. (Mon, 14 Jan 2013 21:01:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to shigeru.fukaya <at> gmail.com:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Mon, 14 Jan 2013 21:01:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: shigeru.fukaya <at> gmail.com
To: bug-gnu-emacs <at> gnu.org
Subject: 24.4.50; improvement of describe-variable/pp
Date: Tue, 15 Jan 2013 05:51:52 +0900
Hi,

`describe-variable' is very slow for large objects.
It is mainly because `pp' used in it is slow on that case
(comments say `take an age').

When `pp' is to a buffer, in other words, output stream is a buffer,
current code is as follows:

1) Output the object to a temporary buffer.
2) Convert the buffer contents to a string.
3) Insert the string to an output buffer.

If the insertion is directry from the temporary buffer without
conversion, things go better dramatically.

Regards,
Shigeru




Merged 13439 21717 25122. Request was from npostavs <at> users.sourceforge.net to control <at> debbugs.gnu.org. (Wed, 07 Dec 2016 03:50:02 GMT) Full text and rfc822 format available.

Added tag(s) patch. Request was from npostavs <at> users.sourceforge.net to control <at> debbugs.gnu.org. (Mon, 13 Mar 2017 04:47:02 GMT) Full text and rfc822 format available.

Added tag(s) fixed. Request was from npostavs <at> users.sourceforge.net to control <at> debbugs.gnu.org. (Sat, 22 Apr 2017 18:25:02 GMT) Full text and rfc822 format available.

bug marked as fixed in version 26.1, send any further explanations to 25122 <at> debbugs.gnu.org and Boruch Baum <boruch_baum <at> gmx.com> Request was from npostavs <at> users.sourceforge.net to control <at> debbugs.gnu.org. (Sat, 22 Apr 2017 18:25:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 24 May 2017 11:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 8 years and 27 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.