]> code.delx.au - gnu-emacs-elpa/commit
Rough stab at using tabulated-list-mode for minibuffer-completion-help
authorKen Manheimer <ken.manheimer@gmail.com>
Tue, 9 Feb 2016 11:02:26 +0000 (06:02 -0500)
committerKen Manheimer <ken.manheimer@gmail.com>
Tue, 9 Feb 2016 11:02:26 +0000 (06:02 -0500)
commit378b866d860092bef7c75153bd6150612131a817
treec49056a214e1fd77e02729bd2fa69c25fe445a64
parent6cbf0825f805b6c6588e6a600dbd2c6839127d26
Rough stab at using tabulated-list-mode for minibuffer-completion-help

A few big problems with what's implemented here:

- looks like tabulated-list-mode is incongruous with temp display
  operation.
- using flet is no good - it's deprecated - but cl-flet lexical scoping
  doesn't have needed effect.
multishell.el