doublep / logview

Emacs mode for viewing log files
GNU General Public License v3.0
153 stars 18 forks source link

Do not default to `ido-completing-read` #19

Closed xiongtx closed 7 years ago

xiongtx commented 7 years ago

Expected behavior

logview--completing-read should not default to ido-completing-read. helm-mode users may like to use Helm completion instead[1].

Instead, there should be a customizable variable, logview-completion-system, with (at least) two choices, ido and default.

[1]: In the future, I hope ido will be updated to behave like Helm and override completing-read so there's one standard interface for all completion.

Steps to reproduce (recipe)

N/A

Backtraces if some (M-x toggle-debug-on-error)

N/A

Describe versions of helm, emacs, operating system etc.