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.devel Subject: Re: \\[universal-argument] not working? Date: Tue, 21 Jun 2022 16:02:23 +0300 Message-ID: <83wndajhk0.fsf@gnu.org> References: <83h74fmw3b.fsf@gnu.org> <83czf2l3n4.fsf@gnu.org> <87sfnyw57o.fsf_-_@gmail.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="24213"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Robert Pluim Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Jun 21 15:09:03 2022 Return-path: Envelope-to: ged-emacs-devel@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 1o3dct-00067Z-BK for ged-emacs-devel@m.gmane-mx.org; Tue, 21 Jun 2022 15:09:03 +0200 Original-Received: from localhost ([::1]:43162 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1o3dcs-0000Fx-BB for ged-emacs-devel@m.gmane-mx.org; Tue, 21 Jun 2022 09:09:02 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:56500) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o3dWg-0001iM-II for emacs-devel@gnu.org; Tue, 21 Jun 2022 09:02:38 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:43882) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o3dWf-0005uF-VP; Tue, 21 Jun 2022 09:02: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=ATIrr0+ikW//9CrKYUZU3JKna2dPQp52Cbu9a5exiDs=; b=n3bOw1a5/W04 LeUFsxS3qJJc5xqaJtfmnX480gcZkj7AatCm7WqVZT2s4lHvFonSzLxglHI8hFCVatMQmhiCg0kS0 csJsWuSc/Lq+QyxEzsZzlLvSNuY+VA0enIPLitN374oqChjvibPAYOSzXZbtZDgEmKoayBAvbY0Ul S4rB+70NV7GeayLwaLghu8hIdoqc/vkD8At4qM7eMvblwufZ2HpJFX+H5phDwbI1ku2x6e9rNMyxo 3VzjreEYeQxMH2m5hGU0RvOPZDPx8eXxJ10/Znjw2V8lMEDhFMKn3D2l6tHvD8iM6oeqZnSM4DnU8 Al3hmiTjfL9DjdwjsR9xMw==; Original-Received: from [87.69.77.57] (port=3510 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 1o3dWd-0001Fq-2U; Tue, 21 Jun 2022 09:02:37 -0400 In-Reply-To: <87sfnyw57o.fsf_-_@gmail.com> (message from Robert Pluim on Tue, 21 Jun 2022 14:50:35 +0200) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:291491 Archived-At: > From: Robert Pluim > Cc: emacs-devel@gnu.org > Date: Tue, 21 Jun 2022 14:50:35 +0200 > > Apropos, something appears to have broken command substitution for > universal-argument: > > C-h k C-y > > Reinsert ("paste") the last stretch of killed text. > More precisely, reinsert the most recent kill, which is the stretch of > text most recently killed OR yanked, as returned by `current-kill' (which > see). Put point at the end, and set mark at the beginning without > activating it. With just \[universal-argument] as argument, put point > at beginning, and mark at end. > With argument N, reinsert the Nth most recent kill. > > (this is after a 'make bootstrap' on master) Doesn't happen here (but I didn't bootstrap).