all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Andy Moreton <andrewjmoreton@gmail.com>
To: emacs-devel@gnu.org
Subject: Re: list-print-separator
Date: Mon, 25 Apr 2011 22:05:43 +0100	[thread overview]
Message-ID: <82vcy2rqhk.fsf@gmail.com> (raw)
In-Reply-To: jwvk4eiz8ug.fsf-monnier+emacs@gnu.org

On Mon 25 Apr 2011, Stefan Monnier wrote:

> SM> Hmm... I wouldn't try to compare the speed of `print' with that of `pp'
> SM> since they do very different amounts of work and are implemented in
> SM> languages whose performance is very different, but there's clearly room
> SM> for improvement in pp's speed.
>> I want to print out a large ELisp data structure prettily.  The Gnus
>> newsrc.eld, for example, or the Gnus registry hashtable.  I'll use
>> whatever makes it happen as fast as possible.
>
> The newsrc.eld has never been pretty and it's never been a problem, AFAIK.
> Not sure what's the "Gnus registry", so I can't comment on that.

I use somthing like this for a prettier newsrc.eld:

(add-hook 'gnus-save-quick-newsrc-hook
          (lambda ()
            (save-excursion
              (goto-char (point-min))
              (save-match-data
                (while (re-search-forward "(\\\"\\| ((\\| (nn" nil t)
                  (replace-match "\n  \\&" t)))
              (delete-trailing-whitespace))))

It may not be perfect, but it does make it a great deal more readable.

    AndyM




  parent reply	other threads:[~2011-04-25 21:05 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-06 10:59 entry separator for printing hashtables Ted Zlatanov
2011-04-21 23:17 ` list-print-separator (was: entry separator for printing hashtables) Ted Zlatanov
2011-04-24  4:47   ` list-print-separator Stefan Monnier
2011-04-25  1:38     ` list-print-separator Ted Zlatanov
2011-04-25 12:41       ` list-print-separator Stefan Monnier
2011-04-25 12:54         ` list-print-separator Ted Zlatanov
2011-04-25 14:51           ` list-print-separator Stefan Monnier
2011-04-25 15:01             ` list-print-separator Ted Zlatanov
2011-04-25 15:37               ` list-print-separator Stefan Monnier
2011-04-25 15:59                 ` list-print-separator Ted Zlatanov
2011-04-25 16:55                   ` list-print-separator Thierry Volpiatto
2011-04-25 17:28                     ` list-print-separator Stefan Monnier
2011-04-25 17:55                       ` list-print-separator Eli Zaretskii
2011-04-25 18:35                         ` list-print-separator Stefan Monnier
2011-04-25 21:05             ` Andy Moreton [this message]
2011-04-25 22:45               ` list-print-separator Ted Zlatanov
2011-04-26 12:52                 ` list-print-separator Andy Moreton
2011-04-26 12:55                 ` list-print-separator Stefan Monnier
2011-04-26 15:23                   ` list-print-separator Ted Zlatanov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=82vcy2rqhk.fsf@gmail.com \
    --to=andrewjmoreton@gmail.com \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.