Message 1 of 2
Ordene List Entity Name

Not applicable
05-03-2007
04:25 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
;;I have the following list:
(setq nono (list ))
;;And desire to do the following ordination:
(setq nono (vl-sort nono '<))
;;But he gives mistake:
; error: bad argument type for compare:
;;How do I do to order this list???
Thank's
Emanuel
(setq nono (list
;;And desire to do the following ordination:
(setq nono (vl-sort nono '<))
;;But he gives mistake:
; error: bad argument type for compare:
;;How do I do to order this list???
Thank's
Emanuel