Re: [Bashburn-info] Dodgy BUG
Brought to you by:
bashburn
From: Steven W. O. <st...@sy...> - 2008-09-25 15:31:08
|
On Thursday, Sep 25th 2008 at 09:58 -0000, quoth Nick Warne: =>OK, I just discovered a dodgy bug. => =>Go to any menu, and hit escape key 3 or 4 times. You get a full =>offered a full directory listing. => =>I guess we need to assign this key similar to SIGNAL type assignment. => =>Nick That's a feature. :-) I'm not exactly sure what it's hooked up to but it's a readline thing, one of the Completing commands. This one completes based on all possible commands. It's probably one of these: possible-command-completions (C-x !) List the possible completions of the text before point, treating it as a command name. dynamic-complete-history (M-TAB) Attempt completion on the text before point, comparing the text against lines from the history list for possible completion matches. If it's *really* a problem, we could create an inputrc for bb to have an alternate initialization of readline. As it sits now, it has nothingh to do with bb. -- Time flies like the wind. Fruit flies like a banana. Stranger things have .0. happened but none stranger than this. Does your driver's license say Organ ..0 Donor?Black holes are where God divided by zero. Listen to me! We are all- 000 individuals! What if this weren't a hypothetical question? steveo at syslang.net |