> From: "Richard M. Stallman" <[EMAIL PROTECTED]> > Date: Sat, 29 Oct 2005 16:34:00 -0400 > Cc: [email protected] > > On my GNU linux system the command man is not case sensitive. > > That is not the case for me. `man cat' presents the man page for > `cat'. `man CAT' says it can't find anything. `man -w -a CAT' finds > nothing.
I think the OP meant "M-x man", not the command `man' you invoke from the shell's prompt. On a Debian GNU/Linux system, the Emacs command "M-x man RET CAT RET" does display the man page for `cat'. _______________________________________________ Emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
