unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: "Stuart D. Herring" <herring@lanl.gov>
To: "Richard Stallman" <rms@gnu.org>
Cc: Lennart Borgman <lennart.borgman@gmail.com>, emacs-devel@gnu.org
Subject: Re: Remove delete-overlay?
Date: Thu, 1 Mar 2007 14:43:25 -0800 (PST)	[thread overview]
Message-ID: <38695.128.165.123.18.1172789005.squirrel@webmail.lanl.gov> (raw)
In-Reply-To: <E1HMgQO-0002aX-Jq@fencepost.gnu.org>

> (Note that it is impossible for a Lisp function to make an object
> cease to exist.  As long as there are pointers to it, it will exist.)

Many objects in Emacs can become "dead", and some of those, once "dead",
can never be used again, or only used again under special circumstances. 
For instance, a marker or overlay in no buffer is dead but revivable, and
a killed buffer is dead forever.  Windows and frames can be revived via
restoring configurations, but cannot be purposefully resurrected, and so
lie somewhere in the middle.

The name `delete-overlay' looks more like the name `kill-buffer' than like
the name `set-marker', although it of course most looks like the names
`delete-window' and `delete-frame', which fall in the middle.  This, I
believe, is the source of (some of) the confusion.  I don't suppose that
anything but providing careful documentation can be done about it now, but
it's worth noting in order to better understand misunderstandings.

Davis

-- 
This product is sold by volume, not by mass.  If it appears too dense or
too sparse, it is because mass-energy conversion has occurred during
shipping.

  reply	other threads:[~2007-03-01 22:43 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-02-28 21:47 Remove delete-overlay? Lennart Borgman (gmail)
2007-02-28 22:22 ` Andreas Schwab
2007-03-01  5:12 ` Stefan Monnier
2007-03-01  5:27   ` Daniel Brockman
2007-03-01  9:50     ` Miles Bader
2007-03-01 10:35       ` Lennart Borgman (gmail)
2007-03-01 12:17         ` Robert J. Chassell
2007-03-01 16:42           ` Stephen J. Turnbull
2007-03-01 22:33         ` Stuart D. Herring
2007-03-02  3:27         ` Richard Stallman
2007-03-02  3:28     ` Richard Stallman
2007-03-01  8:14 ` Richard Stallman
2007-03-01 22:43   ` Stuart D. Herring [this message]
2007-03-01 23:12     ` Miles Bader

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=38695.128.165.123.18.1172789005.squirrel@webmail.lanl.gov \
    --to=herring@lanl.gov \
    --cc=emacs-devel@gnu.org \
    --cc=lennart.borgman@gmail.com \
    --cc=rms@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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).