From: gnuist006@hotmail.com (gnuist006)
Subject: Emacs internals + lisp guru question
Date: 28 Sep 2002 23:18:22 -0700 [thread overview]
Message-ID: <b00bb831.0209282218.740cbfc@posting.google.com> (raw)
There are some functions that take a list as argument.
Text can be read from the buffer as a string.
There are some functions that take a "symbol" as an argument.
A string can be converted to a symbol.
However, when symbol is provided to the function by converting a string
it is not working.
For example:
(describe-function quoted-SYMBOL) works
(make-symbol "describe-function") works
but
(describe-function (make-symbol "describe-function")) is not working.
Is there a way to fix it?
How can we get the code of describe-function?
What is the meaning of the gibberish from
(insert (format "%s" (symbol-function 'describe-function) ))
What is out there to learn more about emacs/emacs_lisp and become more
sophisticated?
Many thanks to the gurus and novices for their very kind contributions.
next reply other threads:[~2002-09-29 6:18 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-09-29 6:18 gnuist006 [this message]
2002-09-29 6:47 ` Emacs internals + lisp guru question D. Goel
2002-09-29 18:15 ` D. Goel
2002-09-29 7:48 ` Thien-Thi Nguyen
2002-09-29 7:50 ` Tim Josling
2002-09-29 15:33 ` Nix
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=b00bb831.0209282218.740cbfc@posting.google.com \
--to=gnuist006@hotmail.com \
/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.
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).