From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Drew Adams Newsgroups: gmane.emacs.help Subject: RE: Function menu missing from top window bar!! Date: Tue, 3 Jan 2017 09:12:11 -0800 (PST) Message-ID: <4c465ed0-c07c-4bd5-9ab8-3b6dafb42131@default> References: NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: blaine.gmane.org 1483463752 12915 195.159.176.226 (3 Jan 2017 17:15:52 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Tue, 3 Jan 2017 17:15:52 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Stefan Monnier , Tom Browder Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jan 03 18:15:47 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 1cOSgP-0001AZ-Kk for geh-help-gnu-emacs@m.gmane.org; Tue, 03 Jan 2017 18:15:33 +0100 Original-Received: from localhost ([::1]:35007 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cOSgT-00061m-M0 for geh-help-gnu-emacs@m.gmane.org; Tue, 03 Jan 2017 12:15:37 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58175) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cOSdK-000410-LB for help-gnu-emacs@gnu.org; Tue, 03 Jan 2017 12:12:23 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cOSdF-0006zF-NA for help-gnu-emacs@gnu.org; Tue, 03 Jan 2017 12:12:22 -0500 Original-Received: from aserp1040.oracle.com ([141.146.126.69]:46478) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cOSdF-0006yp-D8 for help-gnu-emacs@gnu.org; Tue, 03 Jan 2017 12:12:17 -0500 Original-Received: from aserv0021.oracle.com (aserv0021.oracle.com [141.146.126.233]) by aserp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id v03HCDgl018357 (version=TLSv1 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 3 Jan 2017 17:12:13 GMT Original-Received: from aserv0122.oracle.com (aserv0122.oracle.com [141.146.126.236]) by aserv0021.oracle.com (8.13.8/8.14.4) with ESMTP id v03HCDGb023901 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 3 Jan 2017 17:12:13 GMT Original-Received: from abhmp0016.oracle.com (abhmp0016.oracle.com [141.146.116.22]) by aserv0122.oracle.com (8.14.4/8.14.4) with ESMTP id v03HCDlI019911; Tue, 3 Jan 2017 17:12:13 GMT In-Reply-To: X-Priority: 3 X-Mailer: Oracle Beehive Extensions for Outlook 2.0.1.9.1 (1003210) [OL 12.0.6753.5000 (x86)] X-Source-IP: aserv0021.oracle.com [141.146.126.233] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] [fuzzy] X-Received-From: 141.146.126.69 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:112033 Archived-At: > 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. Set the option value to `imenu--sort-by-name'. The option doc tells you: "Set it to `imenu--sort-by-name' if you want alphabetic sorting."