From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.devel Subject: Re: Isearch interaction model Date: Sun, 04 Mar 2018 23:58:01 +0200 Organization: LINKOV.NET Message-ID: <87lgf7zeom.fsf@mail.linkov.net> References: <87po4slrg4.fsf@mail.linkov.net> <2854ae14-ad4a-2fa2-ff0f-652e1501819e@dancol.org> <87fu5jh14h.fsf_-_@mail.linkov.net> <6a3f7332ddb16531fd4dcdd5ec49f846.squirrel@dancol.org> <87po4kn58s.fsf@mail.linkov.net> <83po4ju9xs.fsf@gnu.org> <07c73663-e0ea-f564-b33b-e959a0344a30@gmail.com> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: blaine.gmane.org 1520201033 12394 195.159.176.226 (4 Mar 2018 22:03:53 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sun, 4 Mar 2018 22:03:53 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (x86_64-pc-linux-gnu) Cc: emacs-devel@gnu.org To: =?iso-8859-1?Q?Cl=E9ment?= Pit-Claudel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Mar 04 23:03:48 2018 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1esbjM-0002Ad-My for ged-emacs-devel@m.gmane.org; Sun, 04 Mar 2018 23:03:44 +0100 Original-Received: from localhost ([::1]:46258 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1esblP-0000nR-D6 for ged-emacs-devel@m.gmane.org; Sun, 04 Mar 2018 17:05:51 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34533) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1esbi9-0006zU-HU for emacs-devel@gnu.org; Sun, 04 Mar 2018 17:02:34 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1esbi8-0006uZ-RU for emacs-devel@gnu.org; Sun, 04 Mar 2018 17:02:29 -0500 Original-Received: from sub3.mail.dreamhost.com ([69.163.253.7]:35781 helo=homiemail-a75.g.dreamhost.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1esbi8-0006uN-L3 for emacs-devel@gnu.org; Sun, 04 Mar 2018 17:02:28 -0500 Original-Received: from homiemail-a75.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a75.g.dreamhost.com (Postfix) with ESMTP id A165C5EC07F; Sun, 4 Mar 2018 14:02:27 -0800 (PST) Original-Received: from localhost.linkov.net (m91-129-97-206.cust.tele2.ee [91.129.97.206]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: jurta@jurta.org) by homiemail-a75.g.dreamhost.com (Postfix) with ESMTPSA id CCC885EC07C; Sun, 4 Mar 2018 14:02:26 -0800 (PST) In-Reply-To: <07c73663-e0ea-f564-b33b-e959a0344a30@gmail.com> (=?iso-8859-1?Q?=22Cl=E9ment?= Pit-Claudel"'s message of "Sun, 4 Mar 2018 12:26:30 -0500") X-detected-operating-system: by eggs.gnu.org: Windows NT kernel [generic] [fuzzy] X-Received-From: 69.163.253.7 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:223270 Archived-At: >> What backwards compatibility? The presence of individual history >> variables=C2=A0across=C2=A0major=C2=A0versions=C2=A0is=C2=A0not=C2=A0g= uaranteed. > > Maybe, but it'd be a pain if moving to newer release lost all history. No pain since we can populate the new history variable from values saved in old variables =E2=80=98search-ring=E2=80=99 and =E2=80=98regexp-= search-ring=E2=80=99.