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: Add xwidget-webkit-isearch-yank-kill Date: Wed, 10 Nov 2021 16:03:36 +0200 Message-ID: <83y25w2jlz.fsf@gnu.org> References: <878rxw71v0.fsf.ref@yahoo.com> <878rxw71v0.fsf@yahoo.com> <87mtmc5j90.fsf@yahoo.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="27863"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Po Lu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Nov 10 15:07:51 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 1mkoGV-00071r-Jp for ged-emacs-devel@m.gmane-mx.org; Wed, 10 Nov 2021 15:07:51 +0100 Original-Received: from localhost ([::1]:46814 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mkoGU-0005tq-0s for ged-emacs-devel@m.gmane-mx.org; Wed, 10 Nov 2021 09:07:50 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:42736) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mkoCU-0002HI-RN for emacs-devel@gnu.org; Wed, 10 Nov 2021 09:03:42 -0500 Original-Received: from [2001:470:142:3::e] (port=59910 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mkoCU-0008Qh-Ef; Wed, 10 Nov 2021 09:03:42 -0500 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=xovatgT9fZC1hTdsfrkh3cb30i5IN+yX+KZL8MLgq5Q=; b=V2Nr/KXIZ9qE PKRNUNPpoV0SvMWzMx4qLZ3xu6+FIiZ1PuMgsdM7BNGoYfGNWSdA48WtUu3U/bmxlr5r48Co9XJJX qg/f1ig9tjAzLjRSLShe2P509nEYPrgpJm0kMluQmCSuiI1Biux6Jpy5OvgI0VivvYvgahxvWpUBT xp6ASyMK54NmMu4EQ7r90tW6xMsjqnuYMDBW1VBz1bhVohNtj/KvsPzpk1pUXNfI9UOl6qBeOqj+a MyvYiyh1yizkSyRFGLKhvc8ZF0EemEU+hPK2mlv/Dm1rRe8CgygfNFe2ecqhOnpTu8iwOwfmW6CKd d3uXdhvUAY+Qz0BUMb65VQ==; Original-Received: from [87.69.77.57] (port=1225 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 1mkoCT-0003Wn-NQ; Wed, 10 Nov 2021 09:03:42 -0500 In-Reply-To: <87mtmc5j90.fsf@yahoo.com> (message from Po Lu on Wed, 10 Nov 2021 19:43:07 +0800) 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:279170 Archived-At: > From: Po Lu > Date: Wed, 10 Nov 2021 19:43:07 +0800 > > Po Lu writes: > > > I added a command that behaves like `isearch-yank-kill' to xwidget > > webkit isearch. > > > > Does anyone want to make a comment before I push it? Thanks. > > Hmm, I think it should be OK to push it, so that's now done. > > If anyone else has a comment on it, be sure to let me know. And I hope > I'm not being to hasty here, thanks. Please leave some reasonable time for people to chime in and comment on your patches. We don't all of us are on-line all the time; some of us have lives outside of the project as well. The rule of thumb I propose is to wait for at least one day, possibly two or three, before you decide that no one has anything to say. TIA