id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,port 33772,texinfo: cannot display the flex documentation,akimd,macports-tickets@…,"Open the info doc of flex with info, go to the node ""Multiple Input Buffer"", and see that node ending with: {{{ yyin = fopen( yytext, ""r"" ); if ( ! yyin ) error( ... ); }}} and all the rest is missing. If you read directly the info file, you will find: {{{ [^ \t\n]+ { /* got the include file name */ yyin = fopen( yytext, ""r"" ); if ( ! yyin ) error( ... ); yypush_buffer_state(yy_create_buffer( yyin, YY_BUF_SIZE )); BEGIN(INITIAL); } }}} and it continues. Emacs displays properly this documentation. {{{ $ info --version info (GNU texinfo) 4.13 Copyright (C) 2008 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. }}} Marked as nomaintainer@macports, I don't know where I should send this.",defect,closed,Normal,,ports,2.0.4,fixed,,,texinfo