From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Gregory Heytings Newsgroups: gmane.emacs.devel Subject: Re: Recentish C-s M-y change Date: Sat, 30 Jan 2021 10:12:54 +0000 Message-ID: <5bbae1bd19fb7bf23af6@heytings.org> References: <87r1na4tyu.fsf@gnus.org> <87tus6tj7s.fsf@mail.linkov.net> <87a6txigm1.fsf@gnus.org> <874kk5lzew.fsf@mail.linkov.net> <87eej8ifll.fsf@mail.linkov.net> <87h7o3k5b5.fsf@mail.linkov.net> <87wnwslhdr.fsf@mail.linkov.net> <87sg74itrx.fsf@mail.linkov.net> <87o8h9h1yo.fsf@mail.linkov.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="20044"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Richard Stallman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Jan 30 11:14:23 2021 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 1l5nGp-00057t-LH for ged-emacs-devel@m.gmane-mx.org; Sat, 30 Jan 2021 11:14:23 +0100 Original-Received: from localhost ([::1]:46082 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1l5nGo-000630-Nm for ged-emacs-devel@m.gmane-mx.org; Sat, 30 Jan 2021 05:14:22 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:34028) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l5nFV-0005P4-3s for emacs-devel@gnu.org; Sat, 30 Jan 2021 05:13:01 -0500 Original-Received: from heytings.org ([95.142.160.155]:58180) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l5nFT-0008Ur-CF; Sat, 30 Jan 2021 05:13:00 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=heytings.org; s=20210101; t=1612001575; bh=FxG70FLJWWtKZh7xDEpgRvrscGXROa43WTrPzOFXFm8=; h=Date:From:To:cc:Subject:In-Reply-To:Message-ID:References:From; b=jJvBR0xpWUmIfZg3bxDbyMFFVdYMX8+jLMkLEnYXBGIKKot04eCGIN7Z4kNs9Qnfg 2aPsXCUdr6Z74TFAIPevsqr92mT3pvDj/BVKeuZBhQPLo/CUWAnnr39RXBvN6YWR6X IZ/UteZx3MM78uA9FPfG05wBbfYVAkta92nM9EBa6XsxIX8JFjiV1EEaSebqkHraHd SXLQarNYaPK0mNLwa/HwyAxv41dBnpIWbMXh7HuqUWa05K+OknOUbJYbqi689yBsqC OZ1bOJEb05mWA5GRBtsagG58hPaqLFmR5XDZiUvVmRRYJgQ1P4c/fewCgiFXumoTYq EWY+YLxeWxUSA== In-Reply-To: Received-SPF: pass client-ip=95.142.160.155; envelope-from=gregory@heytings.org; helo=heytings.org X-Spam_score_int: -19 X-Spam_score: -2.0 X-Spam_bar: -- X-Spam_report: (-2.0 / 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, GAPPY_SUBJECT=0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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:263601 Archived-At: >>> But... could you perhaps also add C-s C-u C-y, as I suggested? If >>> not, why not? The prefix argument is currently ignored by C-y. > > I type C-u C-y to exit a search by yanking. Just C-y won't do it. > What version of Emacs do you use? With Emacs 24 and above, C-y and C-u C-y in isearch-mode-map have the exact same effect (isearch-yank-kill).