From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: jidanni@jidanni.org Newsgroups: gmane.emacs.bugs Subject: Re: M-x man could better guess neighboring word Date: Tue, 18 Dec 2007 09:53:50 +0800 Message-ID: <87hcigwyxd.fsf@jidanni.org> References: <4766F609.9060104@gmx.at> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1197942872 26636 80.91.229.12 (18 Dec 2007 01:54:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 18 Dec 2007 01:54:32 +0000 (UTC) To: bug-gnu-emacs@gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Dec 18 02:54:43 2007 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1J4RfN-0004PH-Cd for geb-bug-gnu-emacs@m.gmane.org; Tue, 18 Dec 2007 02:54:41 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J4Rf3-0005Sc-WC for geb-bug-gnu-emacs@m.gmane.org; Mon, 17 Dec 2007 20:54:22 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1J4Rey-0005Ro-6j for bug-gnu-emacs@gnu.org; Mon, 17 Dec 2007 20:54:16 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J4Rev-0005Rc-Ln for bug-gnu-emacs@gnu.org; Mon, 17 Dec 2007 20:54:14 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J4Rev-0005RZ-Ic for bug-gnu-emacs@gnu.org; Mon, 17 Dec 2007 20:54:13 -0500 Original-Received: from lax-green-bigip-5.dreamhost.com ([208.113.200.5] helo=blingymail-a1.g.dreamhost.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1J4Rev-0001Dk-Co for bug-gnu-emacs@gnu.org; Mon, 17 Dec 2007 20:54:13 -0500 Original-Received: from jidanni2 (122-127-55-90.dynamic.hinet.net [122.127.55.90]) by blingymail-a1.g.dreamhost.com (Postfix) with ESMTP id 8E42D5CF97 for ; Mon, 17 Dec 2007 17:54:11 -0800 (PST) X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:17185 Archived-At: r> which characters shall consitute punctuation. r> You didn't state anything here. Is ", \t" sufficient or shall I r> skip something else? Perhaps use some emacs syntax table definition of punctuation... or OK, I mean anything that wouldn't be part of a man page name. Hmmm, I recall I've never seen commas in man page names, but have seen lots of : and - and _. Regarding ".", I've only seen it with a man page name, not at the edges... Sorry I can't be more helpful. Hmmm, $ apropos . gives lots of man page names to test on.