Romain Francoise writes: > michael@cadilhac.name (Michaël Cadilhac) writes: > >> The following change : > >> 2007-08-07 Sean O'Rourke > >> * complete.el (PC-lisp-complete-symbol): Complete symbol around point. >> (PC-do-completion): Add "acronym completion" for symbols and >> filenames, so e.g. "mvbl" expands to "make-variable-buffer-local". > >> seems to introduce a little (but annoying) bug [...] > > It introduces another annoying bug: hitting TAB when the list of > possible completions is empty signals an error. Yeah, that does suck -- my apologies. Please try the attached patch. /s 2007-09-05 Sean O'Rourke * complete.el (PC-do-completion): don't try to treat empty string as an abbreviation.