From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] nested imenu support for which-func Date: Mon, 29 Sep 2008 23:41:36 -0400 Message-ID: <3phc7yti4v.fsf@fencepost.gnu.org> References: <200809251702.48660.danc@merrillpress.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1222746242 531 80.91.229.12 (30 Sep 2008 03:44:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 30 Sep 2008 03:44:02 +0000 (UTC) Cc: emacs-devel@gnu.org To: Daniel Colascione Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Sep 30 05:45:01 2008 connect(): Connection refused 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.50) id 1KkWAW-0000bR-51 for ged-emacs-devel@m.gmane.org; Tue, 30 Sep 2008 05:45:00 +0200 Original-Received: from localhost ([127.0.0.1]:60602 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KkW9T-00060B-5y for ged-emacs-devel@m.gmane.org; Mon, 29 Sep 2008 23:43:55 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KkW9O-000606-S3 for emacs-devel@gnu.org; Mon, 29 Sep 2008 23:43:50 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KkW9N-0005zE-EP for emacs-devel@gnu.org; Mon, 29 Sep 2008 23:43:49 -0400 Original-Received: from [199.232.76.173] (port=49458 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KkW9N-0005zA-7m for emacs-devel@gnu.org; Mon, 29 Sep 2008 23:43:49 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:33712) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KkW9N-00011B-20 for emacs-devel@gnu.org; Mon, 29 Sep 2008 23:43:49 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1KkW7E-0000AL-Nf; Mon, 29 Sep 2008 23:41:36 -0400 X-Spook: Exon Shell csystems industrial intelligence Rand X-Ran: RCl.F&G&\(ZwJ#'5};L/^Kw*e0F7VO'7=px[4]Vbx^z00/C8 X-Hue: cyan X-Attribution: GM In-Reply-To: <200809251702.48660.danc@merrillpress.com> (Daniel Colascione's message of "Thu, 25 Sep 2008 17:02:48 -0400") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:104246 Archived-At: Daniel Colascione wrote: > As it is in 22.1, which-func only looks one level down the imenu tree. This > patch has it look down all branches. In addition, there's a new variable, > which-func-imenu-joiner-function. Installed. Please supply a NEWS entry if appropriate. > +(defvar which-func-imenu-joiner-function #'last > + "Function to call when using imenu to join together multiple > +levels of nomenclature. Called with a single argument, a list of The first line of a doc-string should be a complete sentence.