(setq stuff (list "a" "b" "c" "d" "e")) >>> ("a" "b" "c" "d" "e") (setq vl-position "c" stuff) >>> 2 Now I want to find position 2 and then get "c",any help me,thanks