Micah Cowan wrote: > lorien wrote: >> i found a little bug in the configure script >> if your pager is not 'standart' i.e. less or more >> the installer will hang at >> file: gvim-7.1.123/work/vim71/src/auto/configure ( on my gentoo ) >> 14458:echo $ECHO_N "checking how to run man with a section nr... >> $ECHO_C" >&6; } > >> line 14460:( eval man -s 2 read ) < /dev/null > /dev/null 2>&5 > >> never comes out again > >> if i change from my normal pager ( reed ) to less there is no problem > > Does it work if you change that line to (pardon the wrapping): > > ( eval MANPAGER=cat PAGER=cat man -s 2 read ) < /dev/null > /dev/null 2>&5 > > ? >
that did the trick :) its in line 14215 in the normal /vim71/src/auto/configure ( i.e. not emerge ) --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
