From: Tim Josling <tej@melbpc.org.au>
Subject: Re: Emacs internals + lisp guru question
Date: Sun, 29 Sep 2002 17:50:07 +1000 [thread overview]
Message-ID: <3D96B0AF.E2E3416B@melbpc.org.au> (raw)
In-Reply-To: b00bb831.0209282218.740cbfc@posting.google.com
gnuist006 wrote:
>
> 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.
There are manuals for emacs and for emacs lisp all over the net. You can
download them or read them online. Any linux CD would also have the source and
document.
If you do c-h a ,<then enter describe-function>, and then click on help in the
other buffer it will show you the source for describe-function and the rest of
the help module.
Tim Josling
next prev parent reply other threads:[~2002-09-29 7:50 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-09-29 6:18 Emacs internals + lisp guru question gnuist006
2002-09-29 6:47 ` D. Goel
2002-09-29 18:15 ` D. Goel
2002-09-29 7:48 ` Thien-Thi Nguyen
2002-09-29 7:50 ` Tim Josling [this message]
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=3D96B0AF.E2E3416B@melbpc.org.au \
--to=tej@melbpc.org.au \
/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).