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:42:35 +0200 Organization: LINKOV.NET Message-ID: <87inab1pb0.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> <43455926-bd9b-37ee-2364-ac855781f463@gmail.com> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1520200934 30052 195.159.176.226 (4 Mar 2018 22:02:14 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sun, 4 Mar 2018 22:02:14 +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:02:10 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 1esbhl-0006el-Be for ged-emacs-devel@m.gmane.org; Sun, 04 Mar 2018 23:02:05 +0100 Original-Received: from localhost ([::1]:46252 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1esbjn-0007Nm-P6 for ged-emacs-devel@m.gmane.org; Sun, 04 Mar 2018 17:04:11 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34467) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1esbi3-0006v0-Ej for emacs-devel@gnu.org; Sun, 04 Mar 2018 17:02:24 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1esbi1-0006rU-7M for emacs-devel@gnu.org; Sun, 04 Mar 2018 17:02:23 -0500 Original-Received: from sub3.mail.dreamhost.com ([69.163.253.7]:35773 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 1esbi1-0006rF-20 for emacs-devel@gnu.org; Sun, 04 Mar 2018 17:02:21 -0500 Original-Received: from homiemail-a75.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a75.g.dreamhost.com (Postfix) with ESMTP id 1223F5EC07F; Sun, 4 Mar 2018 14:02:20 -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 2F00A5EC07C; Sun, 4 Mar 2018 14:02:18 -0800 (PST) In-Reply-To: <43455926-bd9b-37ee-2364-ac855781f463@gmail.com> (=?iso-8859-1?Q?=22Cl=E9ment?= Pit-Claudel"'s message of "Sat, 3 Mar 2018 18:46:31 -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:223268 Archived-At: >> because text properties on strings can't be saved >> in the desktop file or by other history saving libraries. > > Couldn't we change that instead? Text properties are problematic in other aspects besides serialization, e.g. the result of coping/yanking the search string will depend on the value of yank-excluded-properties, etc.