unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: "Davis Herring" <herring@lanl.gov>
To: emacs-devel@gnu.org
Cc: Taylor Venable <taylor@metasyntax.net>
Subject: Re: A way to get a list of available functions / variables?
Date: Fri, 16 May 2008 15:23:49 -0700 (PDT)	[thread overview]
Message-ID: <33274.128.165.123.18.1210976629.squirrel@webmail.lanl.gov> (raw)
In-Reply-To: <874pbyb97l.fsf@saeurebad.de>

> (remove-if-not (lambda (atom)
> 		 (or (commandp atom)
> 		     (custom-variable-p atom)))
> 	       obarray)

Unless CL is a lot more clever than I think it is, this won't work: the
obarray is really a hash table with linked buckets, and Lisp can't see the
links.  (See (elisp)Creating symbols.)

Davis

PS - Sorry for the long delay in writing this.

-- 
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.




  parent reply	other threads:[~2008-05-16 22:23 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-24 16:20 A way to get a list of available functions / variables? Taylor Venable
2008-02-24 16:38 ` Johannes Weiner
2008-02-25  1:42   ` Taylor Venable
2008-02-26  2:00     ` Xavier Maillard
2008-05-16 22:23   ` Davis Herring [this message]
2008-05-16 22:33     ` David Kastrup

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=33274.128.165.123.18.1210976629.squirrel@webmail.lanl.gov \
    --to=herring@lanl.gov \
    --cc=emacs-devel@gnu.org \
    --cc=taylor@metasyntax.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 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).