[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Orgmode] [Org+] org-elisp-symbol.el
From: |
Hugo Schmitt |
Subject: |
[Orgmode] [Org+] org-elisp-symbol.el |
Date: |
Mon, 14 Jan 2008 09:30:10 -0300 |
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Orgmode] [Org+] org-elisp-symbol.el,
Hugo Schmitt <=