From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: xenodasein--- via Users list for the GNU Emacs text editor Newsgroups: gmane.emacs.help Subject: Calling universal-argument with overriding-local-map Date: Wed, 5 Jan 2022 13:06:17 +0100 (CET) Message-ID: Reply-To: xenodasein@tutanota.de 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="39277"; 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 Wed Jan 05 13:08:04 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 1n555I-000A3E-FU for geh-help-gnu-emacs@m.gmane-mx.org; Wed, 05 Jan 2022 13:08:04 +0100 Original-Received: from localhost ([::1]:54752 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1n555H-0008Hq-Eq for geh-help-gnu-emacs@m.gmane-mx.org; Wed, 05 Jan 2022 07:08:03 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:55902) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n553f-0008Hg-En for help-gnu-emacs@gnu.org; Wed, 05 Jan 2022 07:06:23 -0500 Original-Received: from w4.tutanota.de ([81.3.6.165]:54316) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n553d-0003Ww-IX for help-gnu-emacs@gnu.org; Wed, 05 Jan 2022 07:06:23 -0500 Original-Received: from w3.tutanota.de (unknown [192.168.1.164]) by w4.tutanota.de (Postfix) with ESMTP id AC9F51060170 for ; Wed, 5 Jan 2022 12:06:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1641384377; s=s1; d=tutanota.de; h=From:From:To:To:Subject:Subject:Content-Description:Content-ID:Content-Type:Content-Type:Content-Transfer-Encoding:Content-Transfer-Encoding:Cc:Date:Date:In-Reply-To:MIME-Version:MIME-Version:Message-ID:Message-ID:Reply-To:References:Sender; bh=26vfmtQqWMMVXYUUlgGgGHu/FXyG9HP1U4jI1J1HVsc=; b=A9VSE8V6+3EMJ5Kda8XyLItcGW7lHWJVRTK+ayQv7iDY+51gWTZPkv2BmwMmN5xR MfaBKiIwOyGJdHf7h3dEMsbbRRaXA7HjhrsmUm9BuxlG9zB528mS8Loh4oO7pQZZBLd KW3ZYdaesIslOjwrKKQk+Bshcry3oQcPGQeoEk93pKPCmh2ajY+halX2VVteodie3MM Zeq4PDHTJlM+KK3/AWcfXrktD8oYWUu/L+L2IqeLa+rTyMPNz7X86J/sPJBh2V7Oyum S3aVSVetS2RWa5l5img8zqOccxA4Yon9bS2XDCDw3RUE5cpXXEPwgmffZttaEoemsyb jnYc0//fKA== Received-SPF: pass client-ip=81.3.6.165; envelope-from=xenodasein@tutanota.de; helo=w4.tutanota.de 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, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=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:135106 Archived-At: Calling universal-argument when overriding-local-map is active, either from a binding in it or global C-u, gets the next non-digit command from global-map.=C2=A0 Shouldn't it be getting it from o-l-m? https://doc.endlessparentheses.com/Var/overriding-local-map Is this a buffer local variable issue? I set o-l-m from a command using setq. Using master: f5f5297a9254bb2da751da184eaf03a919a1766a Date: Thu Dec 2 19:31:43 2021 +0100