From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: which-function => DEFUN? Date: Mon, 10 May 2010 15:58:42 +0200 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: dough.gmane.org 1273500883 31626 80.91.229.12 (10 May 2010 14:14:43 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 10 May 2010 14:14:43 +0000 (UTC) To: Emacs-Devel devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon May 10 16:14:42 2010 connect(): No such file or directory 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 1OBTkk-0003Fw-UL for ged-emacs-devel@m.gmane.org; Mon, 10 May 2010 16:14:39 +0200 Original-Received: from localhost ([127.0.0.1]:35283 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OBTkk-00080R-8g for ged-emacs-devel@m.gmane.org; Mon, 10 May 2010 10:14:38 -0400 Original-Received: from [140.186.70.92] (port=44946 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OBTjy-0003jj-JX for emacs-devel@gnu.org; Mon, 10 May 2010 10:14:33 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OBTVh-00087x-2D for emacs-devel@gnu.org; Mon, 10 May 2010 09:59:10 -0400 Original-Received: from mail-fx0-f41.google.com ([209.85.161.41]:54922) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OBTVg-00086i-TX for emacs-devel@gnu.org; Mon, 10 May 2010 09:59:05 -0400 Original-Received: by mail-fx0-f41.google.com with SMTP id 9so722597fxm.0 for ; Mon, 10 May 2010 06:59:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:from:date :message-id:subject:to:content-type; bh=pwW8yrIFVmYJ9akFmIid19mgZRfJ9q5ge7KSlXGwyLY=; b=cgWsFwGl5Vg1Ej6ZIIqz/FeDZws9BDP2B97Xm5VMwCv0QRns1TylDJ8A1R9AMZVqOW wfQUGFRNpA6Eo8nTnIk/lJIGBagU308S0SCyrSiVyj5G4Mo++QEheudxxMT7VrcegkTs NWDoLjPxe2gjFpsekT+n/MhsW9PBwTYxAZ1rc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=vaCujzCvD3Gbo8z/SG1pFEso2hbqYfZo6NIi5TEu8gX/Fss4JYOhNojAgIBVkM4Sk1 Gs/97RXKHfu2zos8ksvxDLsPTxIX6be3NzX58rYH/dgnMOBb7wxKWDT3C8pLMqJRhvlA 9Oul63cbyop2M5ATRmLEdp5TEKyTCATW9mWRo= Original-Received: by 10.239.136.20 with SMTP id f20mr416013hbf.19.1273499942227; Mon, 10 May 2010 06:59:02 -0700 (PDT) Original-Received: by 10.239.164.81 with HTTP; Mon, 10 May 2010 06:58:42 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) 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:124659 Archived-At: It is a bit annoying to see DEFUN as the function shown by which-function-mode. I am sure someone here has written an imenu-extract-index-name-function for use in Emacs C sources... ;-) Where is it? How do you set it up?