all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Lisp_Object to char*
@ 2003-12-13 19:25 mr mike
  2003-12-14  5:54 ` Eli Zaretskii
  2003-12-18 22:59 ` Stefan Monnier
  0 siblings, 2 replies; 3+ messages in thread
From: mr mike @ 2003-12-13 19:25 UTC (permalink / raw)


Hello emacs hackers,

In the C code, how do you convert a Lisp_Object to a char* value?

I'm asking because I'm playing around with making a gtk widget
from the gtk emacs port, and I am going to pass a argument
to make-frame like this

(make-frame '((foo . "abc")))

and I need to know what the value that goes with foo.

I can get the argument with x_get_arg().  I just need the value.

mike

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

end of thread, other threads:[~2003-12-18 22:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-12-13 19:25 Lisp_Object to char* mr mike
2003-12-14  5:54 ` Eli Zaretskii
2003-12-18 22:59 ` Stefan Monnier

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.