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: Calling Lisp from undo.c's record_* functions Date: Mon, 23 Nov 2015 05:37:06 +0200 Message-ID: <83poz11j4t.fsf@gnu.org> References: <83r3jpc2of.fsf@gnu.org> <87h9kkbz6k.fsf@russet.org.uk> <838u5wbmvu.fsf@gnu.org> <83ziyc9zs0.fsf@gnu.org> <83wptg9dcd.fsf@gnu.org> <87610zsd3u.fsf@russet.org.uk> <83io4z9ozx.fsf@gnu.org> <87wpte8fas.fsf@russet.org.uk> <83poz67zpd.fsf@gnu.org> <87bnalwvy9.fsf@russet.org.uk> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1448249870 16156 80.91.229.3 (23 Nov 2015 03:37:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 23 Nov 2015 03:37:50 +0000 (UTC) Cc: monnier@IRO.UMontreal.CA, emacs-devel@gnu.org To: phillip.lord@russet.org.uk (Phillip Lord) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 23 04:37:40 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 1a0hwY-0003y3-Lj for ged-emacs-devel@m.gmane.org; Mon, 23 Nov 2015 04:37:30 +0100 Original-Received: from localhost ([::1]:58479 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a0hwY-0002QR-Np for ged-emacs-devel@m.gmane.org; Sun, 22 Nov 2015 22:37:30 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34760) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a0hwL-0002QB-59 for emacs-devel@gnu.org; Sun, 22 Nov 2015 22:37:17 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a0hwH-0005HE-VB for emacs-devel@gnu.org; Sun, 22 Nov 2015 22:37:17 -0500 Original-Received: from mtaout22.012.net.il ([80.179.55.172]:44654) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a0hwH-0005H9-NL for emacs-devel@gnu.org; Sun, 22 Nov 2015 22:37:13 -0500 Original-Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0NY900C0009LT600@a-mtaout22.012.net.il> for emacs-devel@gnu.org; Mon, 23 Nov 2015 05:37:12 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([84.94.185.246]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NY900CWE0Q0GW80@a-mtaout22.012.net.il>; Mon, 23 Nov 2015 05:37:12 +0200 (IST) In-reply-to: <87bnalwvy9.fsf@russet.org.uk> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.172 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:195095 Archived-At: > From: phillip.lord@russet.org.uk (Phillip Lord) > Cc: , > Date: Sun, 22 Nov 2015 21:44:30 +0000 > > > I will try, but I don't see the need to delay installing these > > changes, if the reason is the need to wait for me to run a bootstrap, > > since I believe you've found a way to reproduce the original problem > > on your system. > > I'll merge this in tomorrow hopefully. Please wait a bit, I'm still waiting for Richard's opinion. Thanks.