From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: Making new menu after Tools using keymap-set-after Date: Tue, 18 Jul 2023 22:02:07 +0300 Message-ID: <83jzux59hs.fsf@gnu.org> References: <83ttu15gjz.fsf@gnu.org> <83o7k95ejr.fsf@gnu.org> <83lefd5b1m.fsf@gnu.org> <5CJ7IA6FUfpae6IJLkriZ9erzWkJP7y-GsJUYNBD1MXDgZG2q6Ho1gAxhmD_yf1fDZ9Ycw520lPskK17X77xwjM3n_VruWHV6kP7owNkWEo=@proton.me> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="19803"; mail-complaints-to="usenet@ciao.gmane.io" To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Tue Jul 18 21:02:07 2023 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 1qLpxW-00051O-DS for geh-help-gnu-emacs@m.gmane-mx.org; Tue, 18 Jul 2023 21:02:06 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qLpx7-0006W8-4z; Tue, 18 Jul 2023 15:01:41 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qLpx5-0006Vb-2Z for help-gnu-emacs@gnu.org; Tue, 18 Jul 2023 15:01:39 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qLpx4-0005aw-Qo for help-gnu-emacs@gnu.org; Tue, 18 Jul 2023 15:01:38 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=fJwca9S5ei5Xv7Rx5s3rVSImbUBccl44Mo0T6/OnYLQ=; b=nv1JkZmXvwd3 DTv3HDH8DXPXn5HQL63EGSqoBN/O698Xq3spSoVgfvfYApiwt4EhbW/oA+QOYEsUuOratcKR3elBB msGpzvDiX4W8CLCE8Dm3GgQH2FfGcdI7ERrDVgKXKU9K/6e9/5Gwgxluh9h+5V/xlkhdCxanCAEQx sHvSMO3Xrjx3dy7NQqEo/KcAcmH3JzP8TlZc4NqFR9A9wodMzUwO8IDF48SdTZjMwYWr2i12zAi9G LlLX7vPB0xCY0xIrdqzdHxJPpWN7+N2qdtD4Ryl6pf+XLlcwD5+M4RbtR+74aMfSC/On9vDOKlq04 3jMxi5W6zjoFW04gwKX7zg==; Original-Received: from [87.69.77.57] (helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qLpx4-0001f1-AV for help-gnu-emacs@gnu.org; Tue, 18 Jul 2023 15:01:38 -0400 In-Reply-To: <5CJ7IA6FUfpae6IJLkriZ9erzWkJP7y-GsJUYNBD1MXDgZG2q6Ho1gAxhmD_yf1fDZ9Ycw520lPskK17X77xwjM3n_VruWHV6kP7owNkWEo=@proton.me> (message from uzibalqa on Tue, 18 Jul 2023 18:45:15 +0000) 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-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.help:144317 Archived-At: > Date: Tue, 18 Jul 2023 18:45:15 +0000 > From: uzibalqa > Cc: help-gnu-emacs@gnu.org > > > I don't know how many lines of code is that, because I don't know what > > you want to do. And please don't expect me to "help" you by writing > > your code instead of yourself. > > I knew I was right about this. You are not willing to write the code needed to > make a new menu that I can use. You want me to bugger off and figure it out. No, I want you to learn how to use the available documentation, and also how to define a menu. You will never learn if people write the code for you. If you want examples of how this is done, there are a lot of them in the Emacs source tree.