From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.help Subject: Re: Function menu missing from top window bar!! Date: Tue, 03 Jan 2017 12:01:48 -0500 Message-ID: References: NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1483463136 9587 195.159.176.226 (3 Jan 2017 17:05:36 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Tue, 3 Jan 2017 17:05:36 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) Cc: help-gnu-emacs@gnu.org To: Tom Browder Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jan 03 18:05:32 2017 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cOSWc-0001EB-5K for geh-help-gnu-emacs@m.gmane.org; Tue, 03 Jan 2017 18:05:26 +0100 Original-Received: from localhost ([::1]:34931 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cOSWg-0005jx-AO for geh-help-gnu-emacs@m.gmane.org; Tue, 03 Jan 2017 12:05:30 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55818) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cOSTD-0003kf-Lb for help-gnu-emacs@gnu.org; Tue, 03 Jan 2017 12:01:56 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cOSTA-0005YX-LE for help-gnu-emacs@gnu.org; Tue, 03 Jan 2017 12:01:55 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:39521) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cOSTA-0005YN-FS for help-gnu-emacs@gnu.org; Tue, 03 Jan 2017 12:01:52 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A0AbKQAu3EVY/+UVNJ1dGgEBAQECAQEBAQgBAQEBgzgBAQEBAR+EW4VUnAImAZZehhwEAgKCEUQQAQIBAQEBAQEBYiiEaQEEAVYjBQsLNBIUGA0kiHoIrRSLRAEBCAIlixmKKQWOf32KapJziCeGOpIPNiB4Ew6FcyCJLQEBAQ X-IPAS-Result: A0AbKQAu3EVY/+UVNJ1dGgEBAQECAQEBAQgBAQEBgzgBAQEBAR+EW4VUnAImAZZehhwEAgKCEUQQAQIBAQEBAQEBYiiEaQEEAVYjBQsLNBIUGA0kiHoIrRSLRAEBCAIlixmKKQWOf32KapJziCeGOpIPNiB4Ew6FcyCJLQEBAQ X-IronPort-AV: E=Sophos;i="5.33,749,1477972800"; d="scan'208";a="285261202" Original-Received: from 157-52-21-229.cpe.teksavvy.com (HELO pastel.home) ([157.52.21.229]) by smtp.teksavvy.com with ESMTP; 03 Jan 2017 12:01:49 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 06809653BC; Tue, 3 Jan 2017 12:01:49 -0500 (EST) In-Reply-To: (Tom Browder's message of "Tue, 3 Jan 2017 09:25:25 -0600") X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.181 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:112031 Archived-At: >> Now, how do I get each submenu sorted by name? >> I see reference to a sort option, but not clear on how to add it to >> what I have. > Ping. I can't remember how it's supposed to work, but when you do M-x imenu the *Completions* should be sorted by virtue of the normal sorting performed by the completion UI. If you like your GUI menu to be sorted when selecting with the mouse, there's imenu-sort-function which you can set via M-x customize-variable. It's supposed to be a user-preference rather than being imposed by the author of the major mode. Stefan