]> code.delx.au - gnu-emacs-elpa/commit
Add a work-around for completing topics in the info dir
authorOleh Krehel <ohwoeowho@gmail.com>
Sat, 18 Apr 2015 16:13:05 +0000 (18:13 +0200)
committerOleh Krehel <ohwoeowho@gmail.com>
Sat, 18 Apr 2015 16:15:06 +0000 (18:15 +0200)
commitfb1801ff24b09adc816ef763c9db9cd4b1b5d9dd
tree28682245cc6d1c997000e5a2fce5cd3623f3a36f
parent8d0e69b0c0b82bde29415a1d02984d3764b96157
Add a work-around for completing topics in the info dir

* ivy.el (ivy-read): Weirdly, the topic names need to be wrapped in
  "(...)". Also, `all-completions' returns nothing for "", but returns
  stuff for "(". Also, `all-completions' for "(" returns plenty of
  duplicates.
ivy.el