
should it display [u' etc here?
Imo no.
I would have to agree with fernandog, no to this one.
That's an issue with the snatchSelection, should be "human readable"
It's because the list is being printed directly. Instead it should print separator.join(aliases). Also imo this should be a printed with one alias per line, limit 3 lines, and a + on the div to expand it to show all.

Most helpful comment
It's because the list is being printed directly. Instead it should print
separator.join(aliases). Also imo this should be a printed with one alias per line, limit 3 lines, and a + on the div to expand it to show all.