comparison lisp/ChangeLog @ 106247:6f850f541818

* man.el (Man-completion-table): default-directory "/" in case doesn't otherwise exist. process-environment COLUMNS=999 so as not to truncate long names. process-connection-type pipe to avoid any chance of hitting the pseudo-tty TIOCGWINSZ. (Further to Bug#3717.)
author Kevin Ryde <user42@zip.com.au>
date Wed, 25 Nov 2009 22:42:11 +0000
parents efd193fda91a
children 970115624642
comparison
equal deleted inserted replaced
106246:ea305afedc95 106247:6f850f541818
1 2009-11-25 Kevin Ryde <user42@zip.com.au>
2
3 * man.el (Man-completion-table): default-directory "/" in case
4 doesn't otherwise exist. process-environment COLUMNS=999 so as
5 not to truncate long names. process-connection-type pipe to avoid
6 any chance of hitting the pseudo-tty TIOCGWINSZ. (Further to
7 Bug#3717.)
8
1 2009-11-25 Juri Linkov <juri@jurta.org> 9 2009-11-25 Juri Linkov <juri@jurta.org>
2 10
3 * man.el (Man-completion-table): Modify regexp to include 11 * man.el (Man-completion-table): Modify regexp to include
4 section names to completion strings. (Bug#3717) 12 section names to completion strings. (Bug#3717)
5 13