I have this list:
("x" "y" "z")
How do I extract an element from the list? (In this case I'm interested in the first element in the list, but I'm looking for a general solution.)
|
I have this list:
How do I extract an element from the list? (In this case I'm interested in the first element in the list, but I'm looking for a general solution.) |
||||
|
|
|
You really should read an intro to elisp or something before you try to use it. The Elisp manual which comes with Emacs in some distributions is quite good.
http://www.gnu.org/software/emacs/elisp/html_node/List-Elements.html |
|||
|
|