From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: scratch/accurate-warning-pos: Solid progress: the branch now bootstraps. Date: Wed, 28 Nov 2018 08:06:17 -0500 Message-ID: References: <20181125193050.GH27152@ACM> <2c2ae483-3309-f79d-07a5-30af1f49058b@cs.ucla.edu> <20181125212920.GK27152@ACM> <60ac9dfc-b540-89f9-68ea-ec7cceaa8511@cs.ucla.edu> <83in0kijz0.fsf@gnu.org> <9e216e61-7d95-94f0-cbee-593b4f32ced2@cs.ucla.edu> <20181126184359.GG4030@ACM> <55044caa-18fb-9e9a-81b4-3912f64d0aa4@cs.ucla.edu> <20181127074336.GA4705@ACM> <0ec5806a-0cc6-8b9f-6bc2-97875e36a511@cs.ucla.edu> <20181127211539.GB4705@ACM> <8c38f335-b25d-9ef6-110c-6efc4fda9d67@cs.ucla.edu> <87zhtthibj.fsf@runbox.com> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1543410282 8628 195.159.176.226 (28 Nov 2018 13:04:42 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 28 Nov 2018 13:04:42 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) Cc: cpitclaudel@gmail.com, Paul Eggert , michael_heerdegen@web.de, emacs-devel@gnu.org, Alan Mackenzie , Eli Zaretskii To: Gemini Lasswell Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 28 14:04:37 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 1gRzW6-00025K-KB for ged-emacs-devel@m.gmane.org; Wed, 28 Nov 2018 14:04:34 +0100 Original-Received: from localhost ([::1]:47692 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gRzYD-0006C1-6g for ged-emacs-devel@m.gmane.org; Wed, 28 Nov 2018 08:06:45 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:48184) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gRzXw-00069p-Ef for emacs-devel@gnu.org; Wed, 28 Nov 2018 08:06:31 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gRzXs-0000Tv-Bm for emacs-devel@gnu.org; Wed, 28 Nov 2018 08:06:28 -0500 Original-Received: from pruche.dit.umontreal.ca ([132.204.246.22]:45740) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gRzXs-0000T2-7i; Wed, 28 Nov 2018 08:06:24 -0500 Original-Received: from pastel.home (lechon.iro.umontreal.ca [132.204.27.242]) by pruche.dit.umontreal.ca (8.14.7/8.14.1) with ESMTP id wASD6HEa015891; Wed, 28 Nov 2018 08:06:17 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 1C9BF6A252; Wed, 28 Nov 2018 08:06:17 -0500 (EST) In-Reply-To: <87zhtthibj.fsf@runbox.com> (Gemini Lasswell's message of "Tue, 27 Nov 2018 21:39:12 -0800") X-NAI-Spam-Flag: NO X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 2 Rules triggered EDT_SA_DN_PASS=0, RV6428=0 X-NAI-Spam-Version: 2.3.0.9418 : core <6428> : inlines <6972> : streams <1805578> : uri <2757040> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 132.204.246.22 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:231486 Archived-At: > The trouble with using the edebug info is that there's a lot of it > that's wrong. I was looking at it from the other side: it would be an opportunity to make sure they're right ;-) But yes, some transition would be needed. Stefan