From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lachlan Deck Newsgroups: gmane.emacs.help Subject: Re: tmm-menubar not showing any menu items? Date: Tue, 18 Oct 2011 14:58:59 +1100 Message-ID: <701B17DA-9FB5-4AEC-8F33-E14B577D62AD@gmail.com> References: <90E3D1A1-A35E-4926-A1A4-F2AD7CF4CDF6@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v1251.1) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1318910359 16851 80.91.229.12 (18 Oct 2011 03:59:19 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 18 Oct 2011 03:59:19 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Oct 18 05:59:15 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RG0pe-0006wZ-7g for geh-help-gnu-emacs@m.gmane.org; Tue, 18 Oct 2011 05:59:15 +0200 Original-Received: from localhost ([::1]:45373 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RG0pd-0000Gg-3U for geh-help-gnu-emacs@m.gmane.org; Mon, 17 Oct 2011 23:59:13 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:41187) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RG0pX-0000Gb-Tm for help-gnu-emacs@gnu.org; Mon, 17 Oct 2011 23:59:09 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RG0pW-000670-O5 for help-gnu-emacs@gnu.org; Mon, 17 Oct 2011 23:59:07 -0400 Original-Received: from mail-yx0-f169.google.com ([209.85.213.169]:55701) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RG0pW-00066w-LD for help-gnu-emacs@gnu.org; Mon, 17 Oct 2011 23:59:06 -0400 Original-Received: by yxs7 with SMTP id 7so227989yxs.0 for ; Mon, 17 Oct 2011 20:59:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to:x-mailer; bh=d4s21G5DpfguHb2uBglTyZ3HySNzYDGqY3wKZ0YWAYw=; b=IqXvGyfNJp9i4nXDRWPmb8jHGu1L5utBcp8WatlFCHbR3YIDAqkvVgcbXRf0/wRGok Q1vD/KigHq4ltE0guSRzoHD3+jlThRsoQPRLa7WeMuXcbA5Wnwxrzenz46gGYC7066+6 11ymJuyA70uKjWTeaPf1ds+Jc4OBqovQEmcPI= Original-Received: by 10.150.218.11 with SMTP id q11mr531823ybg.105.1318910345421; Mon, 17 Oct 2011 20:59:05 -0700 (PDT) Original-Received: from [10.167.29.150] (cpmon.mq.edu.au. [137.111.13.200]) by mx.google.com with ESMTPS id j13sm2175152ani.19.2011.10.17.20.59.02 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 17 Oct 2011 20:59:04 -0700 (PDT) In-Reply-To: <90E3D1A1-A35E-4926-A1A4-F2AD7CF4CDF6@gmail.com> X-Mailer: Apple Mail (2.1251.1) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.213.169 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 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-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:82606 Archived-At: Anyone got any ideas on this at all? It's really quite frustrating. I can only cycle through menu items in the minibar with the left/right = arrow keys on the keyboard (rather than picking via a first-letter from = a visual popup buffer) etc. Any ideas on how to restore the popup buffer showing all menu items for = completion? On 13/10/2011, at 12:06 PM, Lachlan Deck wrote: > Hi there, >=20 > (for emacs 24~HEAD from a few weeks ago) >=20 > if I start up emacs without any customisations (i.e., emacs -Q), = tmm-menubar works as expected, showing the buffer of options to choose = from via a single letter. >=20 > However, with my customisations in place many times I find the = tmm-menubar fails to show anything but the following: > ---------------------------------------------------------------- > Press PageUp key to reach this buffer from the minibuffer. > Alternatively, you can use Up/Down keys (or your History keys) to = change > the item in the minibuffer, and press RET when you are done, or press = the > marked letters to pick up your choice. Type C-g or ESC ESC ESC to = cancel. > In this buffer, type RET to select the completion near point. >=20 > There are no possible completions of what you have typed. > ---------------------------------------------------------------- >=20 > i.e., no options at all. How would I track down why this is failing? >=20 > Lachlan Deck > lachlan.deck@gmail.com Lachlan Deck lachlan.deck@gmail.com