all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Karl Fogel <kfogel@floss.red-bean.com>
Cc: Marcus Frings <protagonist@gmx.net>, emacs-devel@gnu.org
Subject: Re: saveplace.el broken in CVS Emacs?
Date: 07 Jun 2004 13:10:27 -0500	[thread overview]
Message-ID: <87aczffdd8.fsf@floss.red-bean.com> (raw)
In-Reply-To: <86zn7fo95t.fsf@rumba.de.uu.net>

Kai Grossjohann <kai@emptydomain.de> writes:
> There was a time when print (and related functions) started to elide
> parts of lists.  To see this, eval load-path in *scratch*.
> 
> But save-place doesn't appear to use print.

Aha, that must be it.  Thank you.  (It does use 'print', actually, in
'save-place-alist-to-file').

I'll fix it with this:

   (let ((print-length nil)
         (print-level nil))
     (print ... ))

...so that the code will be safe even if save-place-alist's structure
someday changes to become more nesty (which I doubt, but why take a
chance?).

-Karl

  reply	other threads:[~2004-06-07 18:10 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-06-05 13:49 [iam-est-hora-surgere@despammed.com: saveplace.el broken in CVS Emacs?] Richard Stallman
2004-06-05 18:26 ` Karl Fogel
2004-06-05 18:48 ` saveplace.el broken in CVS Emacs? Karl Fogel
2004-06-06 12:27   ` Marcus Frings
2004-06-07  5:49     ` Karl Fogel
2004-06-07 12:16       ` Kai Grossjohann
2004-06-07 18:10         ` Karl Fogel [this message]
2004-06-08 11:32           ` Marcus Frings
2004-06-08 11:47       ` Marcus Frings

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=87aczffdd8.fsf@floss.red-bean.com \
    --to=kfogel@floss.red-bean.com \
    --cc=emacs-devel@gnu.org \
    --cc=kfogel@red-bean.com \
    --cc=protagonist@gmx.net \
    /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.