FIXME in file /std/object/names.c line 114:

 obsolete?
 I really don't think so.  Isn't it used by multiple copies of the same object ?

Code:
string plural_short() {
    if (!query_plural())
	return pluralize(short());
    else return short();
FIXME in file /std/object/names.c line 133:

 should be somewhere else?

Code:
string add_article(string str) {
  if (quantity ) return "some " + str;
    switch (str[0]) {
    case 'a':
FIXME in file /std/object/names.c line 328:

 should strip non-alphanumerics here; might need an efun to do it
 efficiently

Code:
    return query_id();
}

nomask string array parse_command_plural_id_list() {
