all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Emacs internals + lisp guru question (with an error corrected)
@ 2002-09-29  6:35 gnuist006
  2002-09-29  8:46 ` Thaddeus L Olczyk
  2002-09-29 17:03 ` Andrew Gierth
  0 siblings, 2 replies; 4+ messages in thread
From: gnuist006 @ 2002-09-29  6:35 UTC (permalink / raw)


There are some functions that take a string as argument.
                                     ^^^^^^
Text can be read from the buffer as a string.
There are other 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 
    eg (describe-function 'describe-function)
(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.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2002-09-30  2:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-09-29  6:35 Emacs internals + lisp guru question (with an error corrected) gnuist006
2002-09-29  8:46 ` Thaddeus L Olczyk
2002-09-29 17:03 ` Andrew Gierth
2002-09-30  2:02   ` gnuist006

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.