Search found 1 match

by Jacey
Fri Nov 04, 2011 12:50 am
Forum: Emacs Lisp
Topic: nth element of a lisp
Replies: 5
Views: 21915

Re: nth element of a lisp

Which is the best way to delete some element, whose number is known
from a list ? Is it the following ?

(delete-if (lambda (x) t) some-list :start i :count 1)

thanks