* lisp/man.el: Handle different "man -k" behaviors. Use utf-8.
authorWolfgang Jenkner <wjenkner@inode.at>
Thu, 10 Jan 2013 15:01:35 +0000 (10:01 -0500)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 10 Jan 2013 15:01:35 +0000 (10:01 -0500)
commit327a6ccaa01cdcd220e74df4f71acf0ad7e92f5f
treeff27057bd411d31de8cc44960650ba210d7c1747
parented9112575ebdf0fefec530d7b2687f83eea7bb8a
* lisp/man.el: Handle different "man -k" behaviors.  Use utf-8.
(Man-man-k-use-anchor): New var.
(Man-parse-man-k): New function.
(Man-completion-table): Use it.
(man): Flush the completion cache between uses.
* test/automated/man-tests.el: New file.

Fixes: debbugs:13160
lisp/ChangeLog
lisp/man.el
test/ChangeLog
test/automated/man-tests.el [new file with mode: 0644]