From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.emacs.devel Subject: Re: Wrong type error in dbus method Date: Mon, 05 Jul 2010 21:03:58 +0200 Message-ID: <87sk3xoin5.fsf@ambire.localdomain> References: <4c2d4db9.df0ae50a.241a.0135@mx.google.com> <87mxuap83w.fsf@ambire.localdomain> <87630x9c11.fsf@gmx.de> <878w5qpaka.fsf@ambire.localdomain> <87fwzxlqvv.fsf@gmx.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1278356814 15186 80.91.229.12 (5 Jul 2010 19:06:54 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 5 Jul 2010 19:06:54 +0000 (UTC) Cc: 'Patrick Michael Niedzielski' , Drew Adams , emacs-devel@gnu.org To: Michael Albinus Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jul 05 21:06:52 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OVr0C-0007E7-Lp for ged-emacs-devel@m.gmane.org; Mon, 05 Jul 2010 21:06:48 +0200 Original-Received: from localhost ([127.0.0.1]:38875 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OVr0C-0006up-4g for ged-emacs-devel@m.gmane.org; Mon, 05 Jul 2010 15:06:48 -0400 Original-Received: from [140.186.70.92] (port=36940 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OVr05-0006uj-8c for emacs-devel@gnu.org; Mon, 05 Jul 2010 15:06:42 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OVr03-0004nk-PU for emacs-devel@gnu.org; Mon, 05 Jul 2010 15:06:41 -0400 Original-Received: from smtp205.alice.it ([82.57.200.101]:39209) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OVr03-0004nP-Eq for emacs-devel@gnu.org; Mon, 05 Jul 2010 15:06:39 -0400 Original-Received: from ambire.localdomain (95.236.70.235) by smtp205.alice.it (8.5.124.08) id 4C1A26450132F22C; Mon, 5 Jul 2010 21:06:32 +0200 Original-Received: from ttn by ambire.localdomain with local (Exim 4.69) (envelope-from ) id 1OVqxS-0002MC-Ku; Mon, 05 Jul 2010 21:03:58 +0200 In-Reply-To: <87fwzxlqvv.fsf@gmx.de> (Michael Albinus's message of "Mon, 05 Jul 2010 20:34:12 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:126797 Archived-At: () Michael Albinus () Mon, 05 Jul 2010 20:34:12 +0200 Understood. I'm a little bit busy just after vacations; I'll try to polish the manual when my head is back over the water line. All the @defun lines register function implicitly (like explicit @findex). I see a few @cindex lines, too. So it sounds like the standard "single index composed of concepts and functions and variables" is indicated. Fortunately, that's not hard to do: Add these lines near the top: @syncodeindex vr cp @syncodeindex fn cp Then add the index as the last node: @node Index @unnumbered Index @printindex cp Also, don't forget to add * Index:: to the top-level menu. I would post a patch, but i'm afraid of bazaar. thi