all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [Org+] org-elisp-symbol.el
@ 2008-01-14 12:30 Hugo Schmitt
  0 siblings, 0 replies; only message in thread
From: Hugo Schmitt @ 2008-01-14 12:30 UTC (permalink / raw)
  To: emacs-orgmode

I'm reposting to the list because Bastien's mail bounced.
---

Hi Bastien.
I've been using this package daily, thank you very much.
I had a problem today with evaluated functions without docstring.
They 'fall' on the code below because functionp is t for them:

((functionp sym-name)
 (documentation sym-name))

but documentation returns nil for those, so i get an error.
For now i'm using the ugly fix:

((functionp sym-name)
                  (or (documentation sym-name) "no documentation (2)"))

Regards,
Hugo

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-01-14 12:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-14 12:30 [Org+] org-elisp-symbol.el Hugo Schmitt

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.