VMPC prompt-for-profile doesn't do completion right
Bug #1087062 reported by
Uday Reddy
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
VM |
Triaged
|
Low
|
Uday Reddy |
Bug Description
Jay Borkenhagen reports (viewmail-info, 2012-12-05):
One thing that isn't quite working as I used to have or as is
documented in the texinfo is the prompting. Per the texinfo:
One thing to bear in mind is that when you are prompted, there will
be auto-completion available -- you'll only need to type enough to
uniquely identify a profile (you won't even need to hit TAB).
I find that I do need to hit tab now to get the auto-completion. If
my two profiles are "work" and "braeburn", I would like to be able to
type "w RET" and have vm-pcrisis behave as if I had entered the entire
"work RET". But now "w RET" leaves 'Action "w" does not exist!' in
the minibuffer.
Related branches
Changed in vm: | |
milestone: | 8.2.0b1 → 8.2.0 |
To post a comment you must log in.
vmpc-read-actions was introduced by Rob F in revision 152, and switched from completing-read to vm-read-string in revision 523.
The only log message for this is: "VMPC: Better action reader and a default profile."