From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Heime Newsgroups: gmane.emacs.help Subject: Re: Submenu with easy-menu-define yielding invalid menu item Date: Wed, 19 Oct 2022 14:33:56 +0000 Message-ID: References: <_ytzge6iJltpO08F1t4VuFUDoOTpUEKPiVV7ttHQW_7cHqNbyfswnrfy_1Gs2JkBX4ASzDUFGi848AY1CDj214we8QdCddXBLhmPBYDu4Aw=@protonmail.com> <87bkq8bk9j.fsf@dataswamp.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="30704"; mail-complaints-to="usenet@ciao.gmane.io" Cc: help-gnu-emacs@gnu.org To: Emanuel Berg Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Wed Oct 19 16:35:42 2022 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1olAAY-0007mO-Ci for geh-help-gnu-emacs@m.gmane-mx.org; Wed, 19 Oct 2022 16:35:42 +0200 Original-Received: from localhost ([::1]:37542 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1olAAX-0000oL-2v for geh-help-gnu-emacs@m.gmane-mx.org; Wed, 19 Oct 2022 10:35:41 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:43616) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1olA96-0000m0-JC for help-gnu-emacs@gnu.org; Wed, 19 Oct 2022 10:34:12 -0400 Original-Received: from mail-4319.protonmail.ch ([185.70.43.19]:16939) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1olA94-0003QM-QU for help-gnu-emacs@gnu.org; Wed, 19 Oct 2022 10:34:12 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail3; t=1666190048; x=1666449248; bh=b01tUYq9Slt3JtkORqchXcutGD/GGQhtCho8AImgp7g=; h=Date:To:From:Cc:Subject:Message-ID:In-Reply-To:References: Feedback-ID:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID; b=JQwA9BaGq4AejSMzy/4raf/315pNeOJ8SeKe6/XLdXBmam6+j+4QXMLT1lpcN7b04 D2LDaVYLiLQNghqsQMpG3rFvSzcL34JiUbTquJSphNY/h3ChM/lPklJpO590fYUW6K 3QEIxSA49GfwHNjLRE16MszLSWvQebyCkbrdytlgDInY/iS0ycwinwHmURIrqYXPes bRScqs0bk1kvZq4t2g6j4nXIMpAXBpYOwWV7feFQtqH+f/CUImh1I79usN/6aSpXZa H4bBkE0c1xi2JmFeVFMzQJ1fYUvWyBQHBeke3ZsVE4MgvyaY6VnnAdHdhxppycuj2t GNDY/geyWXdyw== In-Reply-To: <87bkq8bk9j.fsf@dataswamp.org> Feedback-ID: 57735886:user:proton Received-SPF: pass client-ip=185.70.43.19; envelope-from=heimeborgia@protonmail.com; helo=mail-4319.protonmail.ch X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 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-mx.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.io gmane.emacs.help:140162 Archived-At: ------- Original Message ------- On Wednesday, October 19th, 2022 at 2:49 AM, Emanuel Berg wrote: > Heime via Users list for the GNU Emacs text editor wrote: >=20 > > I am making menus with "easy-menu-define". But I am having > > difficulty calling the submenu "dingo-outline-subm" > > from "easy-menu-define". Would appreciate some assistance > > figuring out the problem. > >=20 > > The error captured is > >=20 > > Lisp error: (error "Invalid menu item in easymenu") >=20 >=20 > Make a smaller menu that works and increase the size from > there ... The problem starts happening when I call a defvar as Jean has been doing. But a mix of defvar and ["Desc" myfunc t] seems to fail.