From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kevin Ryde Newsgroups: gmane.emacs.devel Subject: Re: info index C point positioning Date: Sat, 27 Jul 2002 09:07:22 +1000 Sender: emacs-devel-admin@gnu.org Message-ID: <87wuri84wl.fsf@zip.com.au> References: <87bs8yhxw3.fsf@zip.com.au> <200207251807.g6PI7TX07669@aztec.santafe.edu> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1027724936 20936 127.0.0.1 (26 Jul 2002 23:08:56 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 26 Jul 2002 23:08:56 +0000 (UTC) Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17YECd-0005RZ-00 for ; Sat, 27 Jul 2002 01:08:55 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17YESd-0002gO-00 for ; Sat, 27 Jul 2002 01:25:27 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17YECw-0000Vz-00; Fri, 26 Jul 2002 19:09:14 -0400 Original-Received: from sunny.pacific.net.au ([203.25.148.40]) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17YECH-0000OJ-00 for ; Fri, 26 Jul 2002 19:08:33 -0400 Original-Received: from wisma.pacific.net.au (wisma.pacific.net.au [210.23.129.72]) by sunny.pacific.net.au with ESMTP id g6QN8VSs002602 for ; Sat, 27 Jul 2002 09:08:31 +1000 (EST) Original-Received: from localhost (ppp74.dyn228.pacific.net.au [203.143.228.74]) by wisma.pacific.net.au with ESMTP id JAA02310 for ; Sat, 27 Jul 2002 09:08:30 +1000 (EST) Original-Received: from gg by localhost with local (Exim 3.31 #1 (Debian)) id 17YEBA-0004zw-00; Sat, 27 Jul 2002 09:07:24 +1000 Original-To: emacs-devel@gnu.org In-Reply-To: <200207251807.g6PI7TX07669@aztec.santafe.edu> (Richard Stallman's message of "Thu, 25 Jul 2002 12:07:29 -0600 (MDT)") Original-Lines: 9 User-Agent: Gnus/5.090007 (Oort Gnus v0.07) Emacs/21.1 (i386-debian-linux-gnu) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:6075 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:6075 Richard Stallman writes: > > I installed a variant of this. Thanks. > > "[a-zA-Z]+: [a-zA-Z0-9_]+ %s\\( \\|$\\)" Perhaps space, * and & could be in that character class too, to allow multi-word return values (eg. "unsigned long int strtoul"), pointers ("void * malloc") and c++ references ("myclass& foo").