(setq FileName "login.txt") (setq FindF(findfile FileName)) (setq OpenFile(open FindF "r")) (while (setq ReadLine(read-line OpenFile)) (setq AppList(append AppList(list ReadLine))) (close OpenFile) );while 1st line to read-file OK 2nd line to read-file error i want each line of file append to list and set_tile to list_box