Received: (at 72419) by debbugs.gnu.org; 20 Aug 2024 19:05:35 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Tue Aug 20 15:05:35 2024 Received: from localhost ([127.0.0.1]:33659 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1sgUAg-0003Ey-Mx for submit <at> debbugs.gnu.org; Tue, 20 Aug 2024 15:05:35 -0400 Received: from mailscanner.iro.umontreal.ca ([132.204.25.50]:13658) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <monnier@HIDDEN>) id 1sgUAe-0003Eh-QW for 72419 <at> debbugs.gnu.org; Tue, 20 Aug 2024 15:05:33 -0400 Received: from pmg1.iro.umontreal.ca (localhost.localdomain [127.0.0.1]) by pmg1.iro.umontreal.ca (Proxmox) with ESMTP id A4A6910005D; Tue, 20 Aug 2024 15:04:43 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=iro.umontreal.ca; s=mail; t=1724180678; bh=0Bm5MSBEPmGUHlY0ghfJnxHdtF3VwTzFwhFtZhfNlbY=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=GdpYgeqYrKuGJjXu3NPhqhFbSLUnoMK5Bjyqa0Lrj95xXEZmAztabgHbKWjU+X4Zf eckrq2R+o1vGRkX8sAf5x3G7MXtXB5eU5T0BsJJV58TH3FbAWp20Bror2LhASMq/ad Qn7Zl58gZ2Irc4QVxXTSxxbggUeX6f+7/i20szww1s30ZZ8WltPYarLImOR8TINr0h U6FdnL3xp/LN3SusmLD1IXS6DSrlZN7CJPdQb4Of8H42BermEgu9nQHPCiNa0ha+MK XDBn5djLQbSGK4IYUrZ0rTewc0NanmCj91KpGE7Y21RBdndA+kaq0WHrxoiIfnYx/M pKIoHEgwxb9VA== Received: from mail01.iro.umontreal.ca (unknown [172.31.2.1]) by pmg1.iro.umontreal.ca (Proxmox) with ESMTP id 579AB100042; Tue, 20 Aug 2024 15:04:38 -0400 (EDT) Received: from lechazo (lechon.iro.umontreal.ca [132.204.27.242]) by mail01.iro.umontreal.ca (Postfix) with ESMTPSA id 394C51204E2; Tue, 20 Aug 2024 15:04:38 -0400 (EDT) From: Stefan Monnier <monnier@HIDDEN> To: Eli Zaretskii <eliz@HIDDEN> Subject: Re: bug#72419: 31.0.50; Macro editing can't deal with event appliers In-Reply-To: <86le0v17cl.fsf@HIDDEN> (Eli Zaretskii's message of "Sat, 17 Aug 2024 18:45:14 +0300") Message-ID: <jwvr0ajqbaf.fsf-monnier+emacs@HIDDEN> References: <87o76b2jaf.fsf@HIDDEN> <86wmkf4n4g.fsf@HIDDEN> <87frr3xzcc.fsf@HIDDEN> <868qwv2za8.fsf@HIDDEN> <87bk1rxmcu.fsf@HIDDEN> <86le0v17cl.fsf@HIDDEN> Date: Tue, 20 Aug 2024 15:04:37 -0400 User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-SPAM-INFO: Spam detection results: 0 ALL_TRUSTED -1 Passed through trusted hosts only via SMTP AWL 0.138 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DKIM_SIGNED 0.1 Message has a DKIM or DK signature, not necessarily valid DKIM_VALID -0.1 Message has at least one valid DKIM or DK signature DKIM_VALID_AU -0.1 Message has a valid DKIM or DK signature from author's domain DKIM_VALID_EF -0.1 Message has a valid DKIM or DK signature from envelope-from domain T_SCC_BODY_TEXT_LINE -0.01 - X-SPAM-LEVEL: X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 72419 Cc: ahprae@HIDDEN, 72419 <at> debbugs.gnu.org, Visuwesh <visuweshm@HIDDEN> X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -3.3 (---) > Thanks. This seems to be a very old bug. Looks like indeed macro > editing was not adapted to support event modifier-applying commands, > or maybe it's a problem with function-key-map. AFAICT the problem is not specific to event modifier-applying thingies but to any use of a function binding (i.e. a dynamic remapping) in `(local-)function-key-map`. The ugly hack below seems to work for the given recipe, but I tried a related recipe: emacs -Q --nw -f xterm-mouse-mode C-x ( click mouse-1 somewhere to move point C-x ) M-x kmacro-edit-macro RET and the resulting macro still doesn't look right at all. Stefan diff --git a/lisp/edmacro.el b/lisp/edmacro.el index c63f7f30c5e..28f74e03b4a 100644 --- a/lisp/edmacro.el +++ b/lisp/edmacro.el @@ -593,16 +593,26 @@ edmacro-format-keys (prog1 (vconcat "C-u " (cl-subseq rest-mac 1 i) " ") (cl-callf cl-subseq rest-mac i))))))) (bind-len (apply #'max 1 + ;; FIXME: Pass `maps' to `lookup-key' directly! (cl-loop for map in maps for b = (lookup-key map rest-mac) when b collect b))) (key (cl-subseq rest-mac 0 bind-len)) (fkey nil) tlen tkey + ;; FIXME: Pass `maps' to `lookup-key' directly! (bind (or (cl-loop for map in maps for b = (lookup-key map key) thereis (and (not (integerp b)) b)) (and (setq fkey (lookup-key local-function-key-map rest-mac)) (setq tlen fkey tkey (cl-subseq rest-mac 0 tlen) fkey (lookup-key local-function-key-map tkey)) + (progn + (when (functionp fkey) + (let ((unread-command-events + (append (cl-subseq rest-mac tlen) nil))) + (setq fkey (funcall fkey "")) + (setq rest-mac (vconcat tkey unread-command-events)))) + t) + ;; FIXME: Pass `maps' to `lookup-key' directly! (cl-loop for map in maps for b = (lookup-key map fkey) when (and (not (integerp b)) b)
bug-gnu-emacs@HIDDEN
:bug#72419
; Package emacs
.
Full text available.Received: (at 72419) by debbugs.gnu.org; 19 Aug 2024 18:38:31 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Mon Aug 19 14:38:31 2024 Received: from localhost ([127.0.0.1]:59257 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1sg7Gx-0004zv-2B for submit <at> debbugs.gnu.org; Mon, 19 Aug 2024 14:38:31 -0400 Received: from mail-4322.protonmail.ch ([185.70.43.22]:54949) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <ahprae@HIDDEN>) id 1sg7Gu-0004zf-IT for 72419 <at> debbugs.gnu.org; Mon, 19 Aug 2024 14:38:29 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail3; t=1724092660; x=1724351860; bh=7S+nqjba3UzwOu4dsex4m8ZMvttLN5+zAc4UXy7F6Q0=; 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:BIMI-Selector; b=nK4QD41vU7gBH2mZe+EwxT4M98BGyXO/SxVuzTNAo+3eXBleRu1Vc3lMfyd0Wggnk keURlYCJ8kh0JXmpuagbnxaobxpgAHWiMz2JPL5cx3kmFp4sqLljS4T0byU/re8/+5 eXkbjYacxcVBK6nWW+kWTcJ5iUsj9NlZ3qc0nAZvbOY8wS1W5BozHmN8wTxtC+8GtY spRmzJV6/DYXlms2zRSXiDJ0fHKT/nfHQlOl15gW2YMWvXF6uAep/EYq6NrnniaTjb WI41ZtYVHlfAZRegIyqKEj04OyAQ5eXh8TymI+rBKLOZ/O+5uyJNroOZGTQ7dykOMN 9NAlwLkF2k5Ng== Date: Mon, 19 Aug 2024 18:37:37 +0000 To: Eli Zaretskii <eliz@HIDDEN> From: =?utf-8?Q?Alexander_Pr=C3=A4hauser?= <ahprae@HIDDEN> Subject: Re: bug#72419: 31.0.50; Macro editing can't deal with event appliers Message-ID: <87h6bgxssx.fsf@HIDDEN> In-Reply-To: <86le0v17cl.fsf@HIDDEN> References: <87o76b2jaf.fsf@HIDDEN> <86wmkf4n4g.fsf@HIDDEN> <87frr3xzcc.fsf@HIDDEN> <868qwv2za8.fsf@HIDDEN> <87bk1rxmcu.fsf@HIDDEN> <86le0v17cl.fsf@HIDDEN> Feedback-ID: 39886207:user:proton X-Pm-Message-ID: 563bc04c91c00f78b04152c960c55fe1eb848a99 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 72419 Cc: 72419 <at> debbugs.gnu.org, Stefan Monnier <monnier@HIDDEN>, Visuwesh <visuweshm@HIDDEN> X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -1.0 (-) "Eli Zaretskii" <eliz@HIDDEN> writes: Sorry for not replying previously, for some reason I didn't see those mails at all! I guess it's not so important now, but I'm using dual function keys (which is a pretty awesome program) to virtually map higher FN-keys, like F16, to the Alt-keys when they are tapped, then configure Emacs to apply the Meta-modifier when it receives an F16 signal, which it calls XF86Launch6. This way, I don't have to strain my hand holding Alt to apply Meta and can use the keys to access another keyboard layer when they are held. Btw, with the same program one can apply Ctrl when Space is held, greatly reducing hand strain. >> From: Visuwesh <visuweshm@HIDDEN> >> Cc: ahprae@HIDDEN, 72419 <at> debbugs.gnu.org >> Date: Sat, 17 Aug 2024 19:50:01 +0530 >> >> [=E0=AE=9A=E0=AE=A9=E0=AE=BF =E0=AE=86=E0=AE=95=E0=AE=B8=E0=AF=8D= =E0=AE=9F=E0=AF=8D 17, 2024] Eli Zaretskii wrote: >> >> >> Rather than binding a command to XF86Launch6, typing C-x @ m reproduc= es >> >> the error here. >> > >> > Thanks, but I don't think I follow: type "C-x @ m" instead of which >> > step in the OP's recipe? >> > >> > Could you show a complete recipe, please? >> >> Here's what I followed: >> >> 1. emacs -Q >> 2. C-x ( >> 3. C-x @ m x >> 4. C-g >> 4. C-x ) >> 5. M-x kmacro-edit-macro RET > > Thanks. This seems to be a very old bug. Looks like indeed macro > editing was not adapted to support event modifier-applying commands, > or maybe it's a problem with function-key-map. > > Perhaps Stefan (CC'ed) will have some suggestions.
bug-gnu-emacs@HIDDEN
:bug#72419
; Package emacs
.
Full text available.Received: (at 72419) by debbugs.gnu.org; 17 Aug 2024 15:46:06 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Sat Aug 17 11:46:06 2024 Received: from localhost ([127.0.0.1]:54869 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1sfLcz-0004qK-S2 for submit <at> debbugs.gnu.org; Sat, 17 Aug 2024 11:46:06 -0400 Received: from eggs.gnu.org ([209.51.188.92]:53908) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <eliz@HIDDEN>) id 1sfLcy-0004pm-9a for 72419 <at> debbugs.gnu.org; Sat, 17 Aug 2024 11:46:04 -0400 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 <eliz@HIDDEN>) id 1sfLcF-0005GM-Gv; Sat, 17 Aug 2024 11:45:19 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=9R2Qly9+GSi1VXoc1xe2+gH2YXAfArbyqEt9UW+hLIM=; b=iZLl6uXZLyrt9QkgYBk1 fPdej5CTIZkzhVTYahtqtWtHgA4IWgOfjd2d18AgPgsfvaM83DO6INStd823nlF/IAUH8/8YGPkqY tuEsUZ7poaB7wvFIvUCUpIxhVvps8m282wtlj08KURrsgsl9Zw8PiUbHaHN2qUKt3BYVXFkMA9R8W bThzSkU+YeXuc71+plGVh3DR4VdA5NMBwonjVeubqlbHnm1dgknY0OatL55GgzDUQOzQiHmG5N1WW CWiEvtNXPMppVlan7r6bSQBbuIxDVHH6iRaFcZhnz74NS7OHlOMvYTg6NXx5D66A1G9oh5iC96S3F h3/ub780Z0zxMA==; Date: Sat, 17 Aug 2024 18:45:14 +0300 Message-Id: <86le0v17cl.fsf@HIDDEN> From: Eli Zaretskii <eliz@HIDDEN> To: Visuwesh <visuweshm@HIDDEN>, Stefan Monnier <monnier@HIDDEN> In-Reply-To: <87bk1rxmcu.fsf@HIDDEN> (message from Visuwesh on Sat, 17 Aug 2024 19:50:01 +0530) Subject: Re: bug#72419: 31.0.50; Macro editing can't deal with event appliers References: <87o76b2jaf.fsf@HIDDEN> <86wmkf4n4g.fsf@HIDDEN> <87frr3xzcc.fsf@HIDDEN> <868qwv2za8.fsf@HIDDEN> <87bk1rxmcu.fsf@HIDDEN> MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 72419 Cc: ahprae@HIDDEN, 72419 <at> debbugs.gnu.org X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -3.3 (---) > From: Visuwesh <visuweshm@HIDDEN> > Cc: ahprae@HIDDEN, 72419 <at> debbugs.gnu.org > Date: Sat, 17 Aug 2024 19:50:01 +0530 > > [சனி ஆகஸ்ட் 17, 2024] Eli Zaretskii wrote: > > >> Rather than binding a command to XF86Launch6, typing C-x @ m reproduces > >> the error here. > > > > Thanks, but I don't think I follow: type "C-x @ m" instead of which > > step in the OP's recipe? > > > > Could you show a complete recipe, please? > > Here's what I followed: > > 1. emacs -Q > 2. C-x ( > 3. C-x @ m x > 4. C-g > 4. C-x ) > 5. M-x kmacro-edit-macro RET Thanks. This seems to be a very old bug. Looks like indeed macro editing was not adapted to support event modifier-applying commands, or maybe it's a problem with function-key-map. Perhaps Stefan (CC'ed) will have some suggestions.
bug-gnu-emacs@HIDDEN
:bug#72419
; Package emacs
.
Full text available.Received: (at 72419) by debbugs.gnu.org; 17 Aug 2024 14:21:54 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Sat Aug 17 10:21:54 2024 Received: from localhost ([127.0.0.1]:54811 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1sfKJW-0002Wk-EN for submit <at> debbugs.gnu.org; Sat, 17 Aug 2024 10:21:54 -0400 Received: from mail-pj1-f66.google.com ([209.85.216.66]:49331) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <visuweshm@HIDDEN>) id 1sfKJU-0002WV-M1 for 72419 <at> debbugs.gnu.org; Sat, 17 Aug 2024 10:21:53 -0400 Received: by mail-pj1-f66.google.com with SMTP id 98e67ed59e1d1-2d1daa2577bso2220133a91.2 for <72419 <at> debbugs.gnu.org>; Sat, 17 Aug 2024 07:21:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1723904408; x=1724509208; darn=debbugs.gnu.org; h=content-transfer-encoding:mime-version:user-agent:message-id:date :references:in-reply-to:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=edFquNYtMmSY4faA0MINIYC1mpBapPaxRwS9hQaGYH8=; b=iwnU6RbdxmcRxDDcWTRDU0uYM9259X5PXJg8BA8C8ODGsMCHK/4qkV+zEZ/6/aJeHy cOfJxoc4Ptha7U5Wal5Qtj7NupiOP/ClzOj8EeUEmHQHeSq3RTnfVoK3q7T/nqCRicJU 9VM6oYncCgiIe92TZDCJcjCpouLvR0TG6ZJSw7seoLUkKAYFiCCwweUhyUJpgqDBJvtn wLgiD6S+H3oS/LQy8rR/OUPM2GgqFzbgXgr0WoFwKY85zAxIaBs7qMpUuzOhlgYn7fiE 7ZWUzUwVlLqzIjL01eoHM3OS6jf/RkUzmYLD4BLj306nILNEsCQbwx7PSW15F+HowBDr ASig== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1723904408; x=1724509208; h=content-transfer-encoding:mime-version:user-agent:message-id:date :references:in-reply-to:subject:cc:to:from:x-gm-message-state:from :to:cc:subject:date:message-id:reply-to; bh=edFquNYtMmSY4faA0MINIYC1mpBapPaxRwS9hQaGYH8=; b=d47lmz3JNOLaAKx7l/XgNbUDZ2W7BTFvY4vEMwWzwRdnAYUstt33gbauk5MPF9kyA0 nrTp64q7+s5NiIAQ4sM4EbBIh6SjZSJb8Q+eywtxzp2oPZzo5YdzUx/uTUr7Qam+MUzm cLxVmdlYn6GtHnFZIHNwXqI6PQ8Zk+rcNdqW8xFpYsDyshv7Ki72XGBZQ/FIn/3R7MmZ bg5PSlqfTCftLymELOC5uPMkJIniXGBHv/YMzlcdAIzI2ZKS5KplJG8MYDEWb+xKS3Wt adyPnG6ZYek4fivH5HqJwqB6v3Gr/b/EMDECAaf3KgaSVQGKDX3m14MZ/M3nMGGs9gJ6 Rg9g== X-Forwarded-Encrypted: i=1; AJvYcCVyFuDSSLHPof6QzZLFXNHLp37v1g8iErkPycG18OxUQghpaMJI21GHwAkV2gBqRjS8uZenYi1TEFu1GFpQ/BbOw9JgsHc= X-Gm-Message-State: AOJu0YxMgVgmUArqQqlLByN6JF4V03FBq1Eci/wYtupcyTNCIUKzrKug erM1rVu93fCSpiX2tTVQyrg1T83cPIy0S48wKNzQF63KgpSMqqSD X-Google-Smtp-Source: AGHT+IGgSOSV4Y9CC2IE+vLIPPaE0+YD70pcjOSZ/NwTcUPXb6KKKXy6xEdbmgcYi6S35ft8Pk5AsQ== X-Received: by 2002:a17:90a:34c1:b0:2c9:6f06:8005 with SMTP id 98e67ed59e1d1-2d3e0561623mr6524181a91.26.1723904407509; Sat, 17 Aug 2024 07:20:07 -0700 (PDT) Received: from localhost ([1.7.159.70]) by smtp.gmail.com with ESMTPSA id 98e67ed59e1d1-2d3e2b677e1sm4012486a91.12.2024.08.17.07.20.06 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 17 Aug 2024 07:20:07 -0700 (PDT) From: Visuwesh <visuweshm@HIDDEN> To: Eli Zaretskii <eliz@HIDDEN> Subject: Re: bug#72419: 31.0.50; Macro editing can't deal with event appliers In-Reply-To: <868qwv2za8.fsf@HIDDEN> (Eli Zaretskii's message of "Sat, 17 Aug 2024 13:56:31 +0300") References: <87o76b2jaf.fsf@HIDDEN> <86wmkf4n4g.fsf@HIDDEN> <87frr3xzcc.fsf@HIDDEN> <868qwv2za8.fsf@HIDDEN> Date: Sat, 17 Aug 2024 19:50:01 +0530 Message-ID: <87bk1rxmcu.fsf@HIDDEN> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 1.3 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: [சனி ஆகஸ்ட் 17, 2024] Eli Zaretskii wrote: >> Rather than binding a command to XF86Launch6, typing C-x @ m reproduces >> the error here. > > Thanks, but I don't think I follow: type "C-x @ m" instead of which > step in the OP's recipe? > > Cou [...] Content analysis details: (1.3 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 1.3 RCVD_IN_VALIDITY_RPBL RBL: Relay in Validity RPBL, https://senderscore.org/blocklistlookup/ [209.85.216.66 listed in bl.score.senderscore.com] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 SPF_PASS SPF: sender matches SPF record 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (visuweshm[at]gmail.com) -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [209.85.216.66 listed in list.dnswl.org] 0.0 RCVD_IN_MSPIKE_H3 RBL: Good reputation (+3) [209.85.216.66 listed in wl.mailspike.net] 0.0 RCVD_IN_MSPIKE_WL Mailspike good senders X-Debbugs-Envelope-To: 72419 Cc: ahprae@HIDDEN, 72419 <at> debbugs.gnu.org X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: 0.3 (/) [=E0=AE=9A=E0=AE=A9=E0=AE=BF =E0=AE=86=E0=AE=95=E0=AE=B8=E0=AF=8D=E0=AE=9F= =E0=AF=8D 17, 2024] Eli Zaretskii wrote: >> Rather than binding a command to XF86Launch6, typing C-x @ m reproduces >> the error here. > > Thanks, but I don't think I follow: type "C-x @ m" instead of which > step in the OP's recipe? > > Could you show a complete recipe, please? Here's what I followed: 1. emacs -Q 2. C-x ( 3. C-x @ m x 4. C-g=20 4. C-x ) 5. M-x kmacro-edit-macro RET
bug-gnu-emacs@HIDDEN
:bug#72419
; Package emacs
.
Full text available.Received: (at 72419) by debbugs.gnu.org; 17 Aug 2024 10:57:30 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Sat Aug 17 06:57:30 2024 Received: from localhost ([127.0.0.1]:53605 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1sfH7i-0004xu-75 for submit <at> debbugs.gnu.org; Sat, 17 Aug 2024 06:57:30 -0400 Received: from eggs.gnu.org ([209.51.188.92]:60050) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <eliz@HIDDEN>) id 1sfH7g-0004xh-3J for 72419 <at> debbugs.gnu.org; Sat, 17 Aug 2024 06:57:28 -0400 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 <eliz@HIDDEN>) id 1sfH6x-0007B3-VN; Sat, 17 Aug 2024 06:56:43 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=PfNpV6Nry/5692x38e8Zf0nFsQIpQLoOWYId+y0pmIw=; b=VrhKgaITm74gcUAXmSmt jE8OyxChE2Zgj2NRPD13VYTbGhTPp6tl2OGpbYFgKrb6Rbl+F1eyVvK8t6rpEs0YWyI3qq7qXWJXT Q9gIMeZ0ynegEQYWY5lqORalLluUtyefG6on6x2XLUMOzkWUFWEsGxwjlcnz2E45lXll/HcKCetjp qtYpz4waDXx6jhMITqdWUxg2aAucMOe9wIQ33CrKy5AHJoFVvYJmnUgca3/2eXjo8PravBDmCq5dW 8h3NrJRXOPHvm13TE4CjpVAgdMpSmX2Ig3TSgEBGjamRu2m89smpEAMa2obGxpLmxuvIx0NwwJ4Cs lbHU9N/5Rpgo9g==; Date: Sat, 17 Aug 2024 13:56:31 +0300 Message-Id: <868qwv2za8.fsf@HIDDEN> From: Eli Zaretskii <eliz@HIDDEN> To: Visuwesh <visuweshm@HIDDEN> In-Reply-To: <87frr3xzcc.fsf@HIDDEN> (message from Visuwesh on Sat, 17 Aug 2024 15:09:31 +0530) Subject: Re: bug#72419: 31.0.50; Macro editing can't deal with event appliers References: <87o76b2jaf.fsf@HIDDEN> <86wmkf4n4g.fsf@HIDDEN> <87frr3xzcc.fsf@HIDDEN> MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 72419 Cc: ahprae@HIDDEN, 72419 <at> debbugs.gnu.org X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -3.3 (---) > From: Visuwesh <visuweshm@HIDDEN> > Cc: Alexander Prähauser <ahprae@HIDDEN>, > 72419 <at> debbugs.gnu.org > Date: Sat, 17 Aug 2024 15:09:31 +0530 > > [சனி ஆகஸ்ட் 17, 2024] Eli Zaretskii wrote: > > >> Date: Fri, 02 Aug 2024 12:36:44 +0000 > >> From: Alexander Prähauser via "Bug reports for GNU Emacs, > >> the Swiss army knife of text editors" <bug-gnu-emacs@HIDDEN> > >> > >> > >> If I > >> > >> 1. Evaluate > >> (define-key function-key-map (kbd "<XF86Launch6>") > >> 'event-apply-meta-modifier) > >> > >> 2. Do kmacro-start-macro-or-insert-counter, define a macro featuring > >> <XF86Launch6> and end the definition with kmacro-end-or-call-macro. > >> > >> 3. Use kmacro-edit-macro, > >> > >> I get > >> > >> edit-kbd-macro: Wrong type argument: arrayp, event-apply-meta-modifier > > > > I don't have the XF86Launch6 function key on my keyboard, so I cannot > > investigate this issue. It is not clear to me what function keys I > > could use instead. Could you perhaps post a recipe using a function > > key that exists on all popular keyboards? > > Rather than binding a command to XF86Launch6, typing C-x @ m reproduces > the error here. Thanks, but I don't think I follow: type "C-x @ m" instead of which step in the OP's recipe? Could you show a complete recipe, please?
bug-gnu-emacs@HIDDEN
:bug#72419
; Package emacs
.
Full text available.Received: (at 72419) by debbugs.gnu.org; 17 Aug 2024 09:41:23 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Sat Aug 17 05:41:23 2024 Received: from localhost ([127.0.0.1]:53546 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1sfFw2-0002vz-Id for submit <at> debbugs.gnu.org; Sat, 17 Aug 2024 05:41:22 -0400 Received: from mail-pg1-f194.google.com ([209.85.215.194]:59512) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <visuweshm@HIDDEN>) id 1sfFw0-0002vj-I9 for 72419 <at> debbugs.gnu.org; Sat, 17 Aug 2024 05:41:21 -0400 Received: by mail-pg1-f194.google.com with SMTP id 41be03b00d2f7-7b8884631c4so1166868a12.2 for <72419 <at> debbugs.gnu.org>; Sat, 17 Aug 2024 02:40:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1723887576; x=1724492376; darn=debbugs.gnu.org; h=content-transfer-encoding:mime-version:user-agent:message-id:date :references:in-reply-to:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=F6WPDWQzBE/YnxI0tzGrpu21Jbj8VOpw83LXKpBitUA=; b=iclnXKtXyi28VdSFUHRuok8KiiTGeXY852OVyzt58z4J9kAvApV+ChvOWIU1LyxKMk 3dPG3o7U9M3xlDBTqvocHJLvWeJXr874CalxT+fHvFyVfeTogI5gyAUhQiXnTnZbb5TM IVzXWNFTJ376vTehe15khKocJCc6hfHnOmq8TVHJRcX7Oib7sdrMXx0CnKYbOxwM3UOC WsBarBJZO08qux0r3Qnl6AgjzCn5nM61vZVnrjyqjLDnuv+s9Y2zoGi4IksQrWHsHRT9 ECjfvi1RmTFF/EFO43FijE5RQ0w33/sxjQTLd9UokAIv2jV+0ttSC6z6x8DNfxI2LqDH if0g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1723887576; x=1724492376; h=content-transfer-encoding:mime-version:user-agent:message-id:date :references:in-reply-to:subject:cc:to:from:x-gm-message-state:from :to:cc:subject:date:message-id:reply-to; bh=F6WPDWQzBE/YnxI0tzGrpu21Jbj8VOpw83LXKpBitUA=; b=gRny1RkFZXjekTmMhkT00mQER1ZSgEDtw92Wc8YKK75uhl0zE864aAwxpVZPyhZlqt rAVv0MlDnwEkVY2hQyCaK9y3tqTphzcg82WIR82rTuEsaezOFOE7WUb+26Xju7SavFeq Ydy5AOrs3iDMwjotzRin7B/Hts90S91U6iFs5ZFX777nK7/PbPPWVR/tSJwAGj+Xi3/3 vaJLVcxWxDo/sEYWbJOqk+uSro/PPdYcrOgj0Utvx/G9K8Tzd/V63L7ysR0LzLx8+1d1 yHVVqCic2Hr882jLBb/kf+rZaUb4fP0CSxoAstHkPzX5SoODZ+7iMIF7xNgavdSPzb/b Ss3Q== X-Forwarded-Encrypted: i=1; AJvYcCW8mLi0ldrKPoGqWNEHdU6VNwON8jw+FPQUcvIKPfuEu/qZVM4MR2MoplmRTNoYshe+91KxdFiNnmvQgJ6lDQpevdDr50A= X-Gm-Message-State: AOJu0Ywc/ncGzvUYCPIjkGjFKgw9XnTcyfELp/bhXAizLrFa6kTa8SkW V+MiUtl8aAOft84fwhuej2l4ZAS8d6a1WIilb9nRy8awAHegKscg X-Google-Smtp-Source: AGHT+IEhnXete4ePaiuhD3b7kKyROMRdZrxsX9WdlQ454gcx77TYxSQyHYQogNQwXTX9D6Af6w0tLg== X-Received: by 2002:a05:6a20:d486:b0:1bd:24f9:1124 with SMTP id adf61e73a8af0-1c904fc9ec4mr7867439637.27.1723887575634; Sat, 17 Aug 2024 02:39:35 -0700 (PDT) Received: from localhost ([1.7.159.70]) by smtp.gmail.com with ESMTPSA id 98e67ed59e1d1-2d3ac859431sm7162746a91.57.2024.08.17.02.39.34 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 17 Aug 2024 02:39:35 -0700 (PDT) From: Visuwesh <visuweshm@HIDDEN> To: Eli Zaretskii <eliz@HIDDEN> Subject: Re: bug#72419: 31.0.50; Macro editing can't deal with event appliers In-Reply-To: <86wmkf4n4g.fsf@HIDDEN> (Eli Zaretskii's message of "Sat, 17 Aug 2024 10:36:15 +0300") References: <87o76b2jaf.fsf@HIDDEN> <86wmkf4n4g.fsf@HIDDEN> Date: Sat, 17 Aug 2024 15:09:31 +0530 Message-ID: <87frr3xzcc.fsf@HIDDEN> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 72419 Cc: Alexander =?utf-8?Q?Pr=C3=A4hauser?= <ahprae@HIDDEN>, 72419 <at> debbugs.gnu.org X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -1.0 (-) [=E0=AE=9A=E0=AE=A9=E0=AE=BF =E0=AE=86=E0=AE=95=E0=AE=B8=E0=AF=8D=E0=AE=9F= =E0=AF=8D 17, 2024] Eli Zaretskii wrote: >> Date: Fri, 02 Aug 2024 12:36:44 +0000 >> From: Alexander Pr=C3=A4hauser via "Bug reports for GNU Emacs, >> the Swiss army knife of text editors" <bug-gnu-emacs@HIDDEN> >>=20 >>=20 >> If I >>=20 >> 1. Evaluate >> (define-key function-key-map (kbd "<XF86Launch6>") >> 'event-apply-meta-modifier) >>=20 >> 2. Do kmacro-start-macro-or-insert-counter, define a macro featuring >> <XF86Launch6> and end the definition with kmacro-end-or-call-macro. >>=20 >> 3. Use kmacro-edit-macro, >>=20 >> I get >>=20 >> edit-kbd-macro: Wrong type argument: arrayp, event-apply-meta-modifier > > I don't have the XF86Launch6 function key on my keyboard, so I cannot > investigate this issue. It is not clear to me what function keys I > could use instead. Could you perhaps post a recipe using a function > key that exists on all popular keyboards? Rather than binding a command to XF86Launch6, typing C-x @ m reproduces the error here.
bug-gnu-emacs@HIDDEN
:bug#72419
; Package emacs
.
Full text available.Received: (at 72419) by debbugs.gnu.org; 17 Aug 2024 07:37:12 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Sat Aug 17 03:37:12 2024 Received: from localhost ([127.0.0.1]:53326 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1sfDzs-0007v9-99 for submit <at> debbugs.gnu.org; Sat, 17 Aug 2024 03:37:12 -0400 Received: from eggs.gnu.org ([209.51.188.92]:52394) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <eliz@HIDDEN>) id 1sfDzq-0007uu-09 for 72419 <at> debbugs.gnu.org; Sat, 17 Aug 2024 03:37:10 -0400 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 <eliz@HIDDEN>) id 1sfDz7-0005rH-MC; Sat, 17 Aug 2024 03:36:25 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=YJl8FGOWOTWRqHivt9FQyPL8DcD8YR3FY0SEDPxVjoY=; b=VJo72dWecdMNO7yQ8mas 8TbP0VVOLyHJgIigZVfXijRy1py8RFChjvTNmLbL9Cc6Ukj6prPVEdZG7b8/tpMZIArExyNivwo89 HOL0f8zJ04rgi029aPTSrA5OPbt8PGF7OmL7TMJwYHhSKn1ABnh3Pe1rFXx7aVP7sGproXc/T04C/ MR7cz1/Z3yXTIolQ5/tCiJ2ODCju1l9Mm3ixwDFTNu5SrHFVLwfDUgsUU4M5BXcMXuGefwM8TWFLV 1Ici/gjHoYd1O1P7qPtp53Bmrt/rnLBuoLuP5PPjGQuEeYqlEmVf5Es0/CerZ3ulYaYSLDQjiJK/c jixL6H6M5RFGEg==; Date: Sat, 17 Aug 2024 10:36:15 +0300 Message-Id: <86wmkf4n4g.fsf@HIDDEN> From: Eli Zaretskii <eliz@HIDDEN> To: Alexander =?utf-8?Q?Pr=C3=A4hauser?= <ahprae@HIDDEN> In-Reply-To: <87o76b2jaf.fsf@HIDDEN> (bug-gnu-emacs@HIDDEN) Subject: Re: bug#72419: 31.0.50; Macro editing can't deal with event appliers References: <87o76b2jaf.fsf@HIDDEN> MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 72419 Cc: 72419 <at> debbugs.gnu.org X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -3.3 (---) > Date: Fri, 02 Aug 2024 12:36:44 +0000 > From: Alexander Prähauser via "Bug reports for GNU Emacs, > the Swiss army knife of text editors" <bug-gnu-emacs@HIDDEN> > > > If I > > 1. Evaluate > (define-key function-key-map (kbd "<XF86Launch6>") > 'event-apply-meta-modifier) > > 2. Do kmacro-start-macro-or-insert-counter, define a macro featuring > <XF86Launch6> and end the definition with kmacro-end-or-call-macro. > > 3. Use kmacro-edit-macro, > > I get > > edit-kbd-macro: Wrong type argument: arrayp, event-apply-meta-modifier I don't have the XF86Launch6 function key on my keyboard, so I cannot investigate this issue. It is not clear to me what function keys I could use instead. Could you perhaps post a recipe using a function key that exists on all popular keyboards? Failing that, what command is XF86Launch6 bound to in "emacs -Q"? Also, what did you expect to happen as result of what you did? Thanks.
bug-gnu-emacs@HIDDEN
:bug#72419
; Package emacs
.
Full text available.Received: (at submit) by debbugs.gnu.org; 2 Aug 2024 12:37:35 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Fri Aug 02 08:37:35 2024 Received: from localhost ([127.0.0.1]:52880 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1sZrXK-0007ZY-35 for submit <at> debbugs.gnu.org; Fri, 02 Aug 2024 08:37:35 -0400 Received: from lists.gnu.org ([209.51.188.17]:36912) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <ahprae@HIDDEN>) id 1sZrXG-0007ZO-Lw for submit <at> debbugs.gnu.org; Fri, 02 Aug 2024 08:37:32 -0400 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 <ahprae@HIDDEN>) id 1sZrWt-00085J-VG for bug-gnu-emacs@HIDDEN; Fri, 02 Aug 2024 08:37:09 -0400 Received: from mail-40131.protonmail.ch ([185.70.40.131]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <ahprae@HIDDEN>) id 1sZrWp-0003kU-UC for bug-gnu-emacs@HIDDEN; Fri, 02 Aug 2024 08:37:07 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail3; t=1722602210; x=1722861410; bh=Who7JuC/0QdnvqQh9lfJqXbbimTI1BhlodpsfCx7/xc=; h=Date:To:From:Subject:Message-ID:Feedback-ID:From:To:Cc:Date: Subject:Reply-To:Feedback-ID:Message-ID:BIMI-Selector; b=n78OrmWAKhuHEyyNui3rgH+WpngHVGoZYoGZ+yHx7BzgToPgBii2vLBxIzX3ZxS/i kZn27badUiEQvp/q13v2EsEgfMCL6OXGi1dTDgRwEXVuLbM/BiUCEXEcafOM+fBVe3 5fk+ti5RvZOWJsNZYozafZeax8sdjlZyN+q+GfkjMev+BmAEqWZ8DjilI2enO0pzs3 nbLx6Ts9zZNnGGK8Raj89Jv7hJeCDgrQffvfo1y7WnOi9lYwasinmNOkjJKlDcUiz4 qYAQy52/s51zfp1+TdCE74+EkeukdRLGakA9IBuYDQFZ+V7fG8fFRnt1i5vlvVwhCu yzZbuv+NeXo3Q== Date: Fri, 02 Aug 2024 12:36:44 +0000 To: bug-gnu-emacs@HIDDEN From: =?utf-8?Q?Alexander_Pr=C3=A4hauser?= <ahprae@HIDDEN> Subject: 31.0.50; Macro editing can't deal with event appliers Message-ID: <87o76b2jaf.fsf@HIDDEN> Feedback-ID: 39886207:user:proton X-Pm-Message-ID: 7cbd59d931802887a0d4d56608a93675f59f58bc MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=185.70.40.131; envelope-from=ahprae@HIDDEN; helo=mail-40131.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_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, RCVD_IN_VALIDITY_SAFE_BLOCKED=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -2.3 (--) If I 1. Evaluate (define-key function-key-map (kbd "<XF86Launch6>") 'event-apply-meta-modifier) 2. Do kmacro-start-macro-or-insert-counter, define a macro featuring <XF86Launch6> and end the definition with kmacro-end-or-call-macro. 3. Use kmacro-edit-macro, I get edit-kbd-macro: Wrong type argument: arrayp, event-apply-meta-modifier This was tested using emacs --no-init. In GNU Emacs 31.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.41, cairo version 1.18.0) of 2024-07-14 built on localhost Repository revision: a44376432de78374017c2009163a9242acbf6355 Repository branch: master Windowing system distributor 'The X.Org Foundation', version 11.0.12101013 System Description: Gentoo Linux Configured using: 'configure --prefix=3D/usr --build=3Dx86_64-pc-linux-gnu --host=3Dx86_64-pc-linux-gnu --mandir=3D/usr/share/man --infodir=3D/usr/share/info --datadir=3D/usr/share --sysconfdir=3D/etc --localstatedir=3D/var/lib --datarootdir=3D/usr/share --disable-silent-rules --docdir=3D/usr/share/doc/emacs-31.0.9999 --htmldir=3D/usr/share/doc/emacs-31.0.9999/html --libdir=3D/usr/lib64 --program-suffix=3D-emacs-31-vcs --includedir=3D/usr/include/emacs-31-vcs --infodir=3D/usr/share/info/emacs-31-vcs --localstatedir=3D/var --enable-locallisppath=3D/etc/emacs:/usr/share/emacs/site-lisp --without-compress-install --without-hesiod --without-pop --with-file-notification=3Dinotify --with-pdumper --enable-acl --enable-xattr --with-dbus --with-modules --with-gameuser=3D:gamestat --with-libgmp --with-gpm --with-native-compilation=3Daot --without-kerberos --without-kerberos5 --with-lcms2 --with-xml2 --with-mailutils --without-selinux --without-sqlite3 --with-gnutls --with-libsystemd --with-threads --with-tree-sitter --without-wide-int --with-sound=3Dalsa --with-zlib --with-x --without-pgtk --without-ns --without-gconf --without-gsettings --with-toolkit-scroll-bars --with-xpm --with-xft --with-cairo --with-harfbuzz --without-libotf --without-m17n-flt --with-x-toolkit=3Dgtk3 --without-xwidgets --with-gif --with-jpeg --with-png --with-rsvg --with-tiff --without-webp --with-imagemagick --with-dumping=3Dpdumper 'CFLAGS=3D-march=3Dznver2 --param=3Dl1-cache-line-size=3D64 --param=3Dl1-cache-size=3D32 --param=3Dl2-cache-size=3D512 -O2 -pipe -fno-fast-math -ffp-contract=3Doff= ' CPPFLAGS=3D 'LDFLAGS=3D-Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs'' Configured features: ACL CAIRO DBUS FREETYPE GIF GLIB GMP GNUTLS GPM HARFBUZZ IMAGEMAGICK JPEG LCMS2 LIBSYSTEMD LIBXML2 MODULES NATIVE_COMP NOTIFY INOTIFY PDUMPER PNG RSVG SECCOMP SOUND THREADS TIFF TOOLKIT_SCROLL_BARS TREE_SITTER X11 XDBE XIM XINPUT2 XPM GTK3 ZLIB Important settings: value of $LANG: en_US.utf8 locale-coding-system: utf-8-unix Major mode: Dired by name Minor modes in effect: pdf-occur-dired-minor-mode: t citar-embark-mode: t global-edit-server-edit-mode: t global-goto-address-mode: t goto-address-mode: t auto-insert-mode: t dynamic-completion-mode: t electric-pair-mode: t corfu-history-mode: t delete-selection-mode: t global-undo-tree-mode: t telega-root-auto-fill-mode: t telega-contact-birthdays-mode: t telega-active-video-chats-mode: t telega-active-locations-mode: t telega-patrons-mode: t telega-active-stories-mode: t Daselt-mode: t Info-breadcrumbs-in-mode-line-mode: t global-org-modern-mode: t TeX-PDF-mode: t fancy-compilation-mode: t eshell-vterm-mode: t yas-global-mode: t yas-minor-mode: t all-the-icons-completion-mode: t all-the-icons-dired-mode: t global-aggressive-indent-mode: t org-roam-db-autosync-mode: t corfu-prescient-mode: t vertico-prescient-mode: t global-corfu-mode: t corfu-mode: t marginalia-mode: t global-git-commit-mode: t magit-auto-revert-mode: t savehist-mode: t vertico-mode: t smart-mark-mode: t windmove-mode: t winner-mode: 1 recentf-mode: t dired-hide-details-mode: t straight-use-package-mode: t straight-package-neutering-mode: t override-global-mode: t desktop-save-mode: t tooltip-mode: t eldoc-mode: t show-paren-mode: t electric-indent-mode: t mouse-wheel-mode: t global-prettify-symbols-mode: t tab-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t undelete-frame-mode: t minibuffer-regexp-mode: t buffer-read-only: t line-number-mode: t global-visual-line-mode: t visual-line-mode: t transient-mark-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t Load-path shadows: ~/.emacs.d/site-lisp/DEmacs/DEmacs-basic/add-tex-envs hides /home/alex/.ema= cs.d/site-lisp/add-tex-envs /home/alex/.emacs.d/straight/build/corfu-terminal/corfu-terminal hides /hom= e/alex/.emacs.d/elpa/corfu-terminal-0.7/corfu-terminal /home/alex/.emacs.d/straight/build/corfu-terminal/corfu-terminal-autoloads = hides /home/alex/.emacs.d/elpa/corfu-terminal-0.7/corfu-terminal-autoloads /home/alex/.emacs.d/straight/build/corfu/corfu hides /home/alex/.emacs.d/el= pa/corfu-20240523.752/corfu /home/alex/.emacs.d/straight/build/corfu/corfu-quick hides /home/alex/.emac= s.d/elpa/corfu-20240523.752/corfu-quick /home/alex/.emacs.d/straight/build/corfu/corfu-popupinfo hides /home/alex/.= emacs.d/elpa/corfu-20240523.752/corfu-popupinfo /home/alex/.emacs.d/straight/build/corfu/corfu-info hides /home/alex/.emacs= .d/elpa/corfu-20240523.752/corfu-info /home/alex/.emacs.d/straight/build/corfu/corfu-indexed hides /home/alex/.em= acs.d/elpa/corfu-20240523.752/corfu-indexed /home/alex/.emacs.d/straight/build/corfu/corfu-history hides /home/alex/.em= acs.d/elpa/corfu-20240523.752/corfu-history /home/alex/.emacs.d/straight/build/corfu/corfu-echo hides /home/alex/.emacs= .d/elpa/corfu-20240523.752/corfu-echo /home/alex/.emacs.d/straight/build/corfu/corfu-autoloads hides /home/alex/.= emacs.d/elpa/corfu-20240523.752/corfu-autoloads /home/alex/.emacs.d/straight/build/consult/consult hides /home/alex/.emacs.= d/elpa/consult-20240523.754/consult /home/alex/.emacs.d/straight/build/consult/consult-xref hides /home/alex/.e= macs.d/elpa/consult-20240523.754/consult-xref /home/alex/.emacs.d/straight/build/consult/consult-register hides /home/ale= x/.emacs.d/elpa/consult-20240523.754/consult-register /home/alex/.emacs.d/straight/build/consult/consult-org hides /home/alex/.em= acs.d/elpa/consult-20240523.754/consult-org /home/alex/.emacs.d/straight/build/consult/consult-kmacro hides /home/alex/= .emacs.d/elpa/consult-20240523.754/consult-kmacro /home/alex/.emacs.d/straight/build/consult/consult-info hides /home/alex/.e= macs.d/elpa/consult-20240523.754/consult-info /home/alex/.emacs.d/straight/build/consult/consult-imenu hides /home/alex/.= emacs.d/elpa/consult-20240523.754/consult-imenu /home/alex/.emacs.d/straight/build/consult/consult-flymake hides /home/alex= /.emacs.d/elpa/consult-20240523.754/consult-flymake /home/alex/.emacs.d/straight/build/consult/consult-compile hides /home/alex= /.emacs.d/elpa/consult-20240523.754/consult-compile /home/alex/.emacs.d/straight/build/consult/consult-autoloads hides /home/al= ex/.emacs.d/elpa/consult-20240523.754/consult-autoloads /home/alex/.emacs.d/elpa/org-projectile-helm-20230817.801/org-projectile-he= lm hides /home/alex/.emacs.d/elpa/org-projectile-20230817.851/org-projectil= e-helm /home/alex/.emacs.d/straight/build/popon/popon hides /home/alex/.emacs.d/el= pa/popon-0.13/popon /home/alex/.emacs.d/straight/build/popon/popon-autoloads hides /home/alex/.= emacs.d/elpa/popon-0.13/popon-autoloads /home/alex/.emacs.d/straight/build/compat/compat-25 hides /usr/share/emacs/= site-lisp/compat/compat-25 /home/alex/.emacs.d/straight/build/compat/compat-26 hides /usr/share/emacs/= site-lisp/compat/compat-26 /home/alex/.emacs.d/straight/build/compat/compat-27 hides /usr/share/emacs/= site-lisp/compat/compat-27 /home/alex/.emacs.d/straight/build/compat/compat-28 hides /usr/share/emacs/= site-lisp/compat/compat-28 /home/alex/.emacs.d/straight/build/compat/compat-29 hides /usr/share/emacs/= site-lisp/compat/compat-29 /home/alex/.emacs.d/straight/build/compat/compat-macs hides /usr/share/emac= s/site-lisp/compat/compat-macs /home/alex/.emacs.d/straight/build/compat/compat-tests hides /usr/share/ema= cs/site-lisp/compat/compat-tests /home/alex/.emacs.d/straight/build/compat/compat hides /usr/share/emacs/sit= e-lisp/compat/compat /home/alex/.emacs.d/elpa/dash-20240510.1327/dash hides /usr/share/emacs/sit= e-lisp/dash/dash /usr/share/emacs/site-lisp/desktop-entry-mode hides /usr/share/emacs/site-l= isp/desktop-file-utils/desktop-entry-mode /home/alex/.emacs.d/elpa/f-20240308.906/f hides /usr/share/emacs/site-lisp/= f/f /home/alex/.emacs.d/elpa/password-store-20231201.954/password-store hides /= usr/share/emacs/site-lisp/pass/password-store /home/alex/.emacs.d/elpa/s-20220902.1511/s hides /usr/share/emacs/site-lisp= /s/s /home/alex/.emacs.d/elpa/with-editor-20240618.1840/with-editor hides /usr/s= hare/emacs/site-lisp/with-editor/with-editor /home/alex/.emacs.d/elpa/bind-key-20230203.2004/bind-key hides /usr/share/e= macs/31.0.50/lisp/bind-key /home/alex/.emacs.d/elpa/transient-20240619.1324/transient hides /usr/share= /emacs/31.0.50/lisp/transient /home/alex/.emacs.d/elpa/modus-themes-4.4.0/theme-loaddefs hides /usr/share= /emacs/31.0.50/lisp/theme-loaddefs /home/alex/.emacs.d/elpa/use-package-20230426.2324/use-package-bind-key hid= es /usr/share/emacs/31.0.50/lisp/use-package/use-package-bind-key /home/alex/.emacs.d/elpa/use-package-20230426.2324/use-package-core hides /= usr/share/emacs/31.0.50/lisp/use-package/use-package-core /home/alex/.emacs.d/elpa/use-package-20230426.2324/use-package-delight hide= s /usr/share/emacs/31.0.50/lisp/use-package/use-package-delight /home/alex/.emacs.d/elpa/use-package-20230426.2324/use-package-diminish hid= es /usr/share/emacs/31.0.50/lisp/use-package/use-package-diminish /home/alex/.emacs.d/elpa/use-package-ensure-system-package-20221209.2013/us= e-package-ensure-system-package hides /usr/share/emacs/31.0.50/lisp/use-pac= kage/use-package-ensure-system-package /home/alex/.emacs.d/elpa/use-package-20230426.2324/use-package-ensure hides= /usr/share/emacs/31.0.50/lisp/use-package/use-package-ensure /home/alex/.emacs.d/elpa/use-package-20230426.2324/use-package-jump hides /= usr/share/emacs/31.0.50/lisp/use-package/use-package-jump /home/alex/.emacs.d/elpa/use-package-20230426.2324/use-package-lint hides /= usr/share/emacs/31.0.50/lisp/use-package/use-package-lint /home/alex/.emacs.d/elpa/use-package-20230426.2324/use-package hides /usr/s= hare/emacs/31.0.50/lisp/use-package/use-package /home/alex/.emacs.d/straight/build/compat/compat hides /usr/share/emacs/31.= 0.50/lisp/emacs-lisp/compat /home/alex/.emacs.d/straight/build/seq/seq hides /usr/share/emacs/31.0.50/l= isp/emacs-lisp/seq /home/alex/.emacs.d/site-lisp/dired+ hides /home/alex/.emacs.d/site-lisp/ic= icles/dired+ /home/alex/.emacs.d/elpa/bookmark+-20230325.160624/bookmark+ hides /home/al= ex/.emacs.d/site-lisp/icicles/bookmark+ ~/.emacs.d/site-lisp/Avy-act-on-Distance/avy-act-on-distance hides /home/al= ex/.emacs.d/site-lisp/DEmacs/avy-act-on-distance/avy-act-on-distance Features: (shadow tabify man sort gnus-cite smiley mm-archive mail-extr gnus-bcklg gnus-async qp gnus-ml nndraft nnmh nnmaildir nnfolder utf-7 gnus-agent gnus-srvr gnus-score score-mode nnvirtual gnus-msg nntp gnus-cache cus-start default-text-scale sanityinc-tomorrow-day-theme shr-color shortdoc consult-register textsec uni-scripts idna-mapping ucs-normalize uni-confusable textsec-check network-stream url-cache vc-hg vc-bzr tramp-cmds misearch multi-isearch reftex-sel reftex-ref reftex-toc image-file image-converter vertico-directory dabbrev cape-char citar-latex reftex-cite reftex-parse vc tramp-cache time-stamp tramp-sh mule-util reveal eglot external-completion jsonrpc seq-25 ert debug backtrace conf-mode pdf-occur ibuf-ext ibuffer ibuffer-loaddefs cc-mode-expansions cc-mode cc-fonts cc-guess cc-menus cc-cmds cc-styles cc-align cc-engine cc-vars cc-defs bug-reference pdf-annot tablist tablist-filter semantic/wisent/comp semantic/wisent semantic/wisent/wisent semantic/util-modes semantic/util semantic semantic/tag semantic/lex semantic/fw mode-local cedet pdf-outline pdf-history pdf-links pdf-sync pdf-isearch pdf-misc reftex-dcr reftex-auc tex-mode font-latex latexenc citar-capf citar-embark citar citar-file citar-cache citar-format mixed-pitch ol-eww eww mm-url ol-rmail ol-mhe ol-irc ol-info ol-gnus nnselect ol-docview doc-view ol-bbdb ol-w3m ol-doi org-link-doi vc-git vc-dispatcher display-line-numbers smtpmail gnus-registry registry gnus-art mm-uu mml2015 mm-view mml-smime smime gnutls dig gnus-sum gnus-group gnus-undo gnus-start gnus-dbus gnus-cloud nnimap nnmail mail-source nnoo gnus-spec gnus-win gnus-int gnus-range imap rfc2104 utf7 gnus nnheader range edit-server epa-file goto-addr autoinsert completion elec-pair corfu-history delsel undo-tree telega-obsolete telega telega-tdlib-events telega-webpage telega-match telega-root telega-info telega-chat visual-fill-column telega-modes telega-company telega-emoji telega-user telega-notifications notifications telega-voip telega-msg telega-story telega-tme telega-sticker telega-vvnote bindat telega-ffplay telega-i18n telega-sort telega-filter telega-ins telega-inline telega-util telega-folders telega-topic telega-media telega-tdlib rainbow-identifiers dired-aux telega-server telega-core telega-customize emacsbug DEmacs DEmacs-cdlatex-bindings DEmacs-modes DEmacs-basic-modes DEmacs-commands DEmacs-basic-commands DEmacs-variables DEmacs-basic-variables DEmacs-keys DEmacs-functions DEmacs-basic-keys DEmacs-basic-functions avy-act-on-distance menu-bar+ misc-cmds rect bookmark+ bookmark+-key bookmark+-bmu info+ fit-frame help-fns+ wid-edit+ help-fns radix-tree bookmark+-lit pp+ dired-x crosshairs col-highlight vline hl-line+ bookmark+-1 thingatpt+ empv back-button nav-flash smartrep rainbow-blocks org-rainbow-tags dired-rainbow dired-hacks-utils rainbow-delimiters rainbow-mode modus-themes abyss-theme yaml-mode-expansions yaml-mode julia-snail spinner pulse popup eldoc-box flycheck ox-md org-modern math-delimiters add-tex-envs cdlatex reftex reftex-loaddefs reftex-vars latex-extra preview latex-mode-expansions latex latex-flymake flymake tex-ispell tex-style tex dbus texmathp fancy-compilation eshell-vterm em-term esh-ext esh-proc esh-opt esh-io esh-arg esh-module esh-module-loaddefs esh-util vterm tramp trampver tramp-integration files-x tramp-message tramp-compat tramp-loaddefs face-remap term disp-table ehelp vterm-module term/xterm xterm unicode-fonts font-utils dynamic-fonts ztree ztree-diff ztree-diff-model ztree-dir ztree-view ztree-protocol ztree-util yasnippet elgrep async grep dedicated auto-dictionary flyspell ispell all-the-icons-completion all-the-icons-dired all-the-icons all-the-icons-faces data-material data-weathericons data-octicons data-fileicons data-faicons data-alltheicons go-translate gt-text-utility gt-engine-echo gt-engine-libre gt-engine-chatgpt gt-engine-youdao gt-engine-stardict gt-engine-deepl gt-engine-google-rpc gt-engine-google gt-engine-bing gt-extension gt-faces gt-core plz gt-httpx tabgo tab-line dired-quick-sort ls-lisp aggressive-indent visible-mark org-noter-org-roam org-noter org-noter-djvu org-noter-nov org-noter-pdf pdf-tools cus-edit cus-load pdf-view jka-compr pdf-cache pdf-info tq pdf-util pdf-macs image-mode exif org-noter-core ekg-import-subdirectories ekg-org-roam org-roam-dailies ekg ewoc triples-upgrade triples-backups triples org-roam-export use-package-ensure-system-package system-packages consult-org-roam consult-org-roam-buffer org-ref org-ref-core openalex request org-ref-glossary org-ref-bibtex html-mode-expansions sgml-mode facemenu avy doi-utils url-http url-auth url-gw nsm org-ref-utils org-ref-export citeproc citeproc-itemgetters citeproc-biblatex parse-time citeproc-bibtex ol-bibtex citeproc-cite citeproc-subbibs citeproc-sort citeproc-name citeproc-formatters citeproc-number rst compile citeproc-proc citeproc-disamb citeproc-itemdata citeproc-generic-elements citeproc-macro citeproc-choose citeproc-date citeproc-context citeproc-prange citeproc-style citeproc-locale citeproc-term citeproc-rt citeproc-lib citeproc-s queue ox-org ox-odt rng-loc rng-uri rng-parse rng-match rng-dt rng-util rng-pttrn nxml-parse nxml-ns nxml-enc xmltok nxml-util ox-latex ox-icalendar ox-html table ox-ascii ox-publish ox org-ref-misc-links org-ref-label-link org-ref-ref-links org-ref-citation-links xref project org-ref-bibliography-links hydra lv bibtex-completion parsebib org-roam-migrate org-roam-log org-roam-mode org-roam-capture org-roam-id org-roam-node org-roam-db emacsql-sqlite-builtin sqlite org-roam-utils org-roam-compat org-roam org-capture emacsql-sqlite emacsql-sqlite-common emacsql emacsql-compiler org-brain picture org-agenda org-attach biblio biblio-download biblio-dissemin biblio-ieee biblio-hal biblio-dblp biblio-crossref biblio-arxiv timezone biblio-doi biblio-core let-alist url-queue ido hl-line bibtex iso8601 cape pass f s password-store auth-source-pass kind-icon svg-lib corfu-prescient vertico-prescient prescient char-fold corfu-terminal popon corfu consult-gh consult-gh-autoloads compat-autoloads seq-autoloads embark-consult consult embark-org embark marginalia orderless magit-bookmark magit-submodule magit-blame magit-stash magit-reflog magit-bisect magit-push magit-pull magit-fetch magit-clone magit-remote magit-commit magit-sequence magit-notes magit-worktree magit-tag magit-merge magit-branch magit-reset magit-files magit-refs magit-status magit magit-repos magit-apply magit-wip magit-log which-func magit-diff smerge-mode diff diff-mode track-changes git-commit log-edit message sendmail yank-media rfc822 mml mml-sec epa derived epg rfc6068 epg-config gnus-util mm-decode mm-bodies mm-encode mail-parse rfc2231 rfc2047 rfc2045 mm-util ietf-drums mail-prsvr mailabbrev mail-utils gmm-utils mailheader pcvs-util add-log magit-core magit-autorevert autorevert filenotify magit-margin magit-transient magit-process with-editor shell server magit-mode transient magit-git magit-base magit-section cursor-sensor crm persistent-soft list-utils pcache eieio-base savehist vertico-buffer vertico-mouse vertico compat smartparens loadhist dash expand-region text-mode-expansions the-org-mode-expansions er-basic-expansions expand-region-core expand-region-custom easy-kill-extras advice easy-kill-line-edge easy-kill-buffer easy-kill-to-char easy-kill org-element org-persist xdg org-id org-refile org-element-ast inline avl-tree generator smart-mark buffer-move windmove winner rebinder gnus-dired nov recentf tree-widget wid-edit org ob ob-tangle ob-ref ob-lob ob-table ob-exp org-macro org-src sh-script smie treesit executable ob-comint org-pcomplete pcomplete comint ansi-osc ansi-color ring org-list org-footnote org-faces org-entities time-date noutline outline org-version ob-emacs-lisp ob-core ob-eval org-cycle org-table ol org-fold org-fold-core org-keys oc org-loaddefs cal-menu calendar cal-loaddefs org-compat org-macs format-spec imenu bookmark pp shr text-property-search pixel-fill kinsoku url-file puny svg xml esxml-query dom finder-inf dired-du find-dired edmacro auto-install ffap thingatpt find-func dired dired-loaddefs straight-autoloads straight use-package use-package-ensure use-package-delight use-package-diminish use-package-bind-key bind-key easy-mmode use-package-core comp comp-cstr cl-extra help-mode warnings comp-run comp-common rx kmacro desktop frameset icicles-install cl sanityinc-tomorrow-bright-theme color-theme-sanityinc-tomorrow color site-gentoo abyss-theme-autoloads aggressive-indent-autoloads all-the-icons-completion-autoloads all-the-icons-dired-autoloads auctex-cluttex-autoloads auto-dictionary-autoloads back-button-autoloads backup-walker-autoloads buffer-move-autoloads cape-autoloads cdlatex-autoloads citar-embark-autoloads citar-autoloads color-theme-sanityinc-tomorrow-autoloads consult-lsp-autoloads consult-org-roam-autoloads corfu-prescient-autoloads corfu-terminal-autoloads corfu-autoloads cquery-autoloads dedicated-autoloads default-text-scale-autoloads diminish-autoloads dired-quick-sort-autoloads dired-rainbow-autoloads dired-hacks-utils-autoloads dynamic-fonts-autoloads easy-kill-extras-autoloads eldoc-box-autoloads elgrep-autoloads embark-consult-autoloads consult-autoloads embark-autoloads emms-autoloads empv-autoloads eshell-vterm-autoloads expand-region-autoloads fancy-compilation-autoloads flycheck-autoloads forge-autoloads closql-autoloads ghub-autoloads go-translate-autoloads julia-snail-autoloads kind-icon-autoloads latex-extra-autoloads auctex-autoloads tex-site lsp-julia-autoloads julia-mode-autoloads lsp-ui-autoloads lsp-mode-autoloads marginalia-autoloads markdown-mode-autoloads mixed-pitch-autoloads modus-themes-autoloads mood-line-autoloads nav-flash-autoloads nov-autoloads esxml-autoloads kv-autoloads orderless-autoloads org-brain-autoloads org-modern-autoloads org-noter-autoloads helm-autoloads helm-core-autoloads async-autoloads org-rainbow-tags-autoloads org-ref-autoloads citeproc-autoloads htmlize-autoloads org-roam-bibtex-autoloads bibtex-completion-autoloads biblio-autoloads biblio-core-autoloads org-roam-autoloads emacsql-autoloads ox-pandoc-autoloads paredit-autoloads parsebib-autoloads pass-autoloads f-autoloads password-store-otp-autoloads password-store-autoloads perspective-autoloads plz-autoloads popon-autoloads popup-autoloads rainbow-blocks-autoloads rainbow-mode-autoloads smart-mark-autoloads smartparens-autoloads smartrep-autoloads smudge-autoloads speed-type-autoloads spinner-autoloads string-inflection-autoloads svg-lib-autoloads tabgo-autoloads tablist-autoloads telega-autoloads treemacs-all-the-icons-autoloads all-the-icons-autoloads treemacs-icons-dired-autoloads treemacs-magit-autoloads magit-autoloads pcase magit-section-autoloads git-commit-autoloads transient-autoloads treemacs-persp-autoloads persp-mode-autoloads treemacs-projectile-autoloads projectile-autoloads treemacs-tab-bar-autoloads treemacs-autoloads posframe-autoloads treepy-autoloads triples-autoloads try-autoloads unicode-fonts-autoloads ucs-utils-autoloads font-utils-autoloads persistent-soft-autoloads list-utils-autoloads pcache-autoloads use-package-ensure-system-package-autoloads system-packages-autoloads vertico-prescient-autoloads vertico-autoloads prescient-autoloads visible-mark-autoloads visual-fill-column-autoloads vterm-autoloads wfnames-autoloads with-editor-autoloads yaml-autoloads yaml-mode-autoloads yasnippet-autoloads zotero-autoloads oauth-autoloads info dash-autoloads ztree-autoloads package browse-url url url-proxy url-privacy url-expand url-methods url-history url-cookie generate-lisp-file url-domsuf url-util mailcap url-handlers url-parse auth-source cl-seq eieio eieio-core cl-macs icons password-cache json subr-x map byte-opt gv bytecomp byte-compile url-vars cl-loaddefs cl-lib rmc iso-transl tooltip cconv eldoc paren electric uniquify ediff-hook vc-hooks lisp-float-type elisp-mode mwheel term/x-win x-win term/common-win x-dnd touch-screen tool-bar dnd fontset image regexp-opt fringe tabulated-list replace newcomment text-mode lisp-mode prog-mode register page tab-bar menu-bar rfn-eshadow isearch easymenu timer select scroll-bar mouse jit-lock font-lock syntax font-core term/tty-colors frame minibuffer nadvice seq simple cl-generic indonesian philippine cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese eucjp-ms cp51932 hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese composite emoji-zwj charscript charprop case-table epa-hook jka-cmpr-hook help abbrev obarray oclosure cl-preloaded button loaddefs theme-loaddefs faces cus-face macroexp files window text-properties overlay sha1 md5 base64 format env code-pages mule custom widget keymap hashtable-print-readable backquote threads dbusbind inotify lcms2 dynamic-setting font-render-setting cairo gtk x-toolkit xinput2 x multi-tty move-toolbar make-network-process native-compile emacs) Memory information: ((conses 16 3575298 2015658) (symbols 48 125556 81) (strings 32 698934 1947= 34) (string-bytes 1 24592935) (vectors 16 219375) (vector-slots 8 3633581 1362= 052) (floats 8 6434 100962) (intervals 56 153480 14456) (buffers 992 163))
Alexander Prähauser <ahprae@HIDDEN>
:bug-gnu-emacs@HIDDEN
.
Full text available.bug-gnu-emacs@HIDDEN
:bug#72419
; Package emacs
.
Full text available.
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997 nCipher Corporation Ltd,
1994-97 Ian Jackson.