From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: 0644e6f Fix copying properties in 'format' when it produces padding Date: Fri, 08 Jul 2016 09:30:11 +0300 Message-ID: <837fcwk5fw.fsf@gnu.org> References: <20160708002158.GA7702@holos.localdomain> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1467959477 26030 80.91.229.3 (8 Jul 2016 06:31:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 8 Jul 2016 06:31:17 +0000 (UTC) Cc: emacs-devel@gnu.org To: Mark Oteiza Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jul 08 08:31:13 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1bLPJg-0006JZ-Go for ged-emacs-devel@m.gmane.org; Fri, 08 Jul 2016 08:31:12 +0200 Original-Received: from localhost ([::1]:43854 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bLPJf-0004dD-9Q for ged-emacs-devel@m.gmane.org; Fri, 08 Jul 2016 02:31:11 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41737) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bLPIy-0004MH-V3 for emacs-devel@gnu.org; Fri, 08 Jul 2016 02:30:30 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bLPIt-0000b6-Fn for emacs-devel@gnu.org; Fri, 08 Jul 2016 02:30:27 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:40975) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bLPIt-0000b1-CD; Fri, 08 Jul 2016 02:30:23 -0400 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:2658 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1bLPIr-0007iK-Dn; Fri, 08 Jul 2016 02:30:21 -0400 In-reply-to: <20160708002158.GA7702@holos.localdomain> (message from Mark Oteiza on Thu, 7 Jul 2016 20:21:58 -0400) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e 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:205407 Archived-At: > Date: Thu, 7 Jul 2016 20:21:58 -0400 > From: Mark Oteiza > Cc: emacs-devel@gnu.org > > Since this change, both eldoc and isearch appear to be broken I didn't see any reports about isearch problems. What did I miss? > In particular, it appears that the face property at the beginning of > the string is being applied to the entire string indiscriminately. If I understand you correctly, that was not the intent of the change I made. > If I'm understanding Bug#23859 and friends, this behavior suggests that > eldoc and isearch need to be fixed, correct? I don't know yet. Perhaps there's need for further changes on the C level, or it could be some subtle bug in the changes I made there. So please report the isearch problem to bug#23859, and I will look at both soon. Thanks.