From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Francesco Potorti` Newsgroups: gmane.emacs.bugs Subject: Re: man page prompter thinks "|" is legitimate Date: 19 Oct 2002 04:41:36 +0200 Sender: bug-gnu-emacs-admin@gnu.org Message-ID: <87k7kf40bj.fsf@pot.cnuce.cnr.it> References: <200210161440.JAA24997@mailhost1.vuse.vanderbilt.edu> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1034995311 20588 80.91.224.249 (19 Oct 2002 02:41:51 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 19 Oct 2002 02:41:51 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org, jidanni@dman.ddts.net Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 182jYb-0005Lq-00 for ; Sat, 19 Oct 2002 04:41:41 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 182jZ9-0007C6-00; Fri, 18 Oct 2002 22:42:15 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 182jYe-00073O-00 for bug-gnu-emacs@gnu.org; Fri, 18 Oct 2002 22:41:44 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 182jYb-00072D-00 for bug-gnu-emacs@gnu.org; Fri, 18 Oct 2002 22:41:43 -0400 Original-Received: from pot.cnuce.cnr.it ([146.48.83.182]) by monty-python.gnu.org with esmtp (Exim 4.10) id 182jYb-00071r-00 for bug-gnu-emacs@gnu.org; Fri, 18 Oct 2002 22:41:41 -0400 Original-Received: from pot by pot.cnuce.cnr.it with local (Exim 3.36 #1 (Debian)) id 182jYX-0000s8-00; Sat, 19 Oct 2002 04:41:37 +0200 Original-To: "David R. Linn" In-Reply-To: <200210161440.JAA24997@mailhost1.vuse.vanderbilt.edu> Original-Lines: 12 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2.91 Errors-To: bug-gnu-emacs-admin@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.bugs:3715 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:3715 > >> Manual entry (default sort|uniq): > >> Why, that's ridiculous. How could a potential man page have a | in > $$ ls > filename|including|vbars > vertical-bar *is* a legitmate filename character under UNIX. If I am not wrong, all characters are legitimate in file names under Unix, apart from the slash. This does not mean that it is reasonable to assume that all characters are likely to be found in man page names. The `|' character should be removed, and the `:' character added. The latter is used in Perl man pages.