Selection and DisplayLists

When you use selection mode to work out which primative is under your cursor can you use Displaylists?
e.g.

glLoadName(i);

glCallList(Square);

Anyone PLEASE I need to know.

Do you not load the name in the creation of the display list?

No because I use the displaylist to make multiple objects each of wich needs it own name. So I load a name and then call the displaylist. Will this?

Thanks for you reply .

Surely you can!
I even tried to select wgl font - works!

Well my Selection codes not working and I don’t know whats wrong so I was checking out ever possiblity. I have NEVER seen any selection tuts that use Display Lists so wondered if that was the problem. Are you certain you can use display lists in select mode?