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: [External] : Re: master 6362f65474: Add new command `duplicate-line' Date: Mon, 20 Jun 2022 14:07:52 +0300 Message-ID: <83h74fmw3b.fsf@gnu.org> References: Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="39123"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Pedro Andres Aranda Gutierrez Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Jun 20 13:19:00 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 1o3FQq-0009t3-9l for ged-emacs-devel@m.gmane-mx.org; Mon, 20 Jun 2022 13:19:00 +0200 Original-Received: from localhost ([::1]:46940 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1o3FQp-0001bF-8k for ged-emacs-devel@m.gmane-mx.org; Mon, 20 Jun 2022 07:18:59 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:34886) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o3FGJ-0002sC-QK for emacs-devel@gnu.org; Mon, 20 Jun 2022 07:08:07 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:46032) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o3FGJ-0000mG-Fp; Mon, 20 Jun 2022 07:08:07 -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=QZIH3WjJkuDDrT7vAu5oXJ9iufir47ryJ97Vl2R2Ek0=; b=bH5Cx3Sh8AwX OJckBH1X30HezkRnVo8bbSW9f+qFpDjTg55G1sqC2nN/GdxEnvaM4hqAZxLVdRT5SOgvRxbltKMjx jCebFOu/eum8X2VojMFNOrQBR3sTw4QnYSWYP97Q1SbWad0lbX2hTBB0Osxchhk2ywS9lQxjAwDq9 YPaglqHmW2AX13OJnYvvzm2O3cD5E2UQQ+nGdV6SOJJLdWkj4x1caGGkZguJPmqZO3RgnjGkCjYag dGO/ygy0BFcDhBlp/cGk62NG/zeKZo6IbH+s4SdF3FL8jAAmQ4CwHudShuDoXvoieKXKfMH5tf7rU hrE1rIyhlt9UTiuJWrRb0A==; Original-Received: from [87.69.77.57] (port=3054 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 1o3FGI-00047n-IY; Mon, 20 Jun 2022 07:08:07 -0400 In-Reply-To: (message from Pedro Andres Aranda Gutierrez on Mon, 20 Jun 2022 07:56:15 +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:291458 Archived-At: > From: Pedro Andres Aranda Gutierrez > Date: Mon, 20 Jun 2022 07:56:15 +0200 > > If I wrote the duplicate-line-or-region, it wasn't because of any other editor having whatever... It was just > because I sometimes need to duplicate things and don't want them to appear in the kill-ring. Why is it a problem for something to appear in the kill-ring?