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: Wed, 25 Nov 2015 19:43:05 +0200 Message-ID: <831tbex9ee.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> <83poz11j4t.fsf@gnu.org> <87si3waamg.fsf@russet.org.uk> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1448473412 6278 80.91.229.3 (25 Nov 2015 17:43:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 25 Nov 2015 17:43:32 +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 Wed Nov 25 18:43:23 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 1a1e6D-0003nc-Fv for ged-emacs-devel@m.gmane.org; Wed, 25 Nov 2015 18:43:21 +0100 Original-Received: from localhost ([::1]:46902 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a1e6F-0000yo-7X for ged-emacs-devel@m.gmane.org; Wed, 25 Nov 2015 12:43:23 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54522) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a1e6A-0000v3-7q for emacs-devel@gnu.org; Wed, 25 Nov 2015 12:43:19 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a1e66-00062l-5U for emacs-devel@gnu.org; Wed, 25 Nov 2015 12:43:18 -0500 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:62473) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a1e65-00062Y-UE for emacs-devel@gnu.org; Wed, 25 Nov 2015 12:43:14 -0500 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0NYD00M00T4NJP00@a-mtaout20.012.net.il> for emacs-devel@gnu.org; Wed, 25 Nov 2015 19:43:09 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([84.94.185.246]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NYD00MC8T7W7HB0@a-mtaout20.012.net.il>; Wed, 25 Nov 2015 19:43:09 +0200 (IST) In-reply-to: <87si3waamg.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.166 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:195233 Archived-At: > From: phillip.lord@russet.org.uk (Phillip Lord) > Cc: , > Date: Mon, 23 Nov 2015 17:28:23 +0000 > > Eli Zaretskii writes: > > >> 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. > > > No worries. I assumed "I don't see the need to delay installing these > changes" meant you wanted me to add them. Thanks for your patience. Today Richard responded (off list) saying that it is okay to call Lisp from prepare_to_modify_buffer. So please go ahead with merging your branch.