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: [Emacs-diffs] master 29c360e: Ensure redisplay after "C-x C-e" Date: Mon, 09 Nov 2015 05:32:52 +0200 Message-ID: <837flroniz.fsf@gnu.org> References: <20151106093011.17282.48378@vcs.savannah.gnu.org> <83vb9fqjvr.fsf@gnu.org> <83si4jqh5b.fsf@gnu.org> <83h9kzqedf.fsf@gnu.org> <83fv0jq6ak.fsf@gnu.org> <83y4e9nov8.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1447039993 13272 80.91.229.3 (9 Nov 2015 03:33:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 9 Nov 2015 03:33:13 +0000 (UTC) Cc: bruce.connor.am@gmail.com, emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 09 04:33:04 2015 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 1ZvdCY-0004O4-Ts for ged-emacs-devel@m.gmane.org; Mon, 09 Nov 2015 04:33:03 +0100 Original-Received: from localhost ([::1]:49897 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZvdCY-0005MX-Fs for ged-emacs-devel@m.gmane.org; Sun, 08 Nov 2015 22:33:02 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:53399) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZvdCV-0005MO-05 for emacs-devel@gnu.org; Sun, 08 Nov 2015 22:32:59 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZvdCR-00041M-Pd for emacs-devel@gnu.org; Sun, 08 Nov 2015 22:32:58 -0500 Original-Received: from mtaout25.012.net.il ([80.179.55.181]:47089) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZvdCR-000416-IP for emacs-devel@gnu.org; Sun, 08 Nov 2015 22:32:55 -0500 Original-Received: from conversion-daemon.mtaout25.012.net.il by mtaout25.012.net.il (HyperSendmail v2007.08) id <0NXJ00O002RZYP00@mtaout25.012.net.il> for emacs-devel@gnu.org; Mon, 09 Nov 2015 05:30:33 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([84.94.185.246]) by mtaout25.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NXJ00L1X32XFO40@mtaout25.012.net.il>; Mon, 09 Nov 2015 05:30:33 +0200 (IST) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 80.179.55.181 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:193672 Archived-At: > From: Stefan Monnier > Cc: bruce.connor.am@gmail.com, emacs-devel@gnu.org > Date: Sun, 08 Nov 2015 17:25:24 -0500 > > >> The performance impact is a bit of an issue > > You mean, the 5% slow-down? > > Yes. I think it's acceptable only because I know it can be optimized > away by moving it into the CONSTANT_P branch. I hope someone will implement CONSTANT_P, then.