From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Daniele Nicolodi Newsgroups: gmane.emacs.devel Subject: Re: Proposal: stack traces with line numbers Date: Sat, 14 Oct 2017 19:54:27 -0600 Message-ID: <216c0e1e-3164-d0f1-6744-1491183864d9@grinta.net> References: NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Trace: blaine.gmane.org 1508032523 28372 195.159.176.226 (15 Oct 2017 01:55:23 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sun, 15 Oct 2017 01:55:23 +0000 (UTC) User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Oct 15 03:55:18 2017 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 1e3Y8x-0005Gk-2a for ged-emacs-devel@m.gmane.org; Sun, 15 Oct 2017 03:55:07 +0200 Original-Received: from localhost ([::1]:55768 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e3Y93-0008PU-1j for ged-emacs-devel@m.gmane.org; Sat, 14 Oct 2017 21:55:13 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34897) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e3Y8R-0008Oo-7n for emacs-devel@gnu.org; Sat, 14 Oct 2017 21:54:36 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e3Y8N-0004FO-TT for emacs-devel@gnu.org; Sat, 14 Oct 2017 21:54:35 -0400 Original-Received: from zed.grinta.net ([109.74.203.128]:43062) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e3Y8N-0004Bx-Ja for emacs-devel@gnu.org; Sat, 14 Oct 2017 21:54:31 -0400 Original-Received: from black.local (c-98-245-165-154.hsd1.co.comcast.net [98.245.165.154]) (Authenticated sender: daniele) by zed.grinta.net (Postfix) with ESMTPSA id 306CAEA10D for ; Sun, 15 Oct 2017 01:54:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=grinta.net; s=mail; t=1508032469; bh=E1aaXRTEsAiB2PHgdndVMaGRlGM8IGid8cs5LbkNMFw=; h=Subject:To:References:From:Date:In-Reply-To:From; b=Kpu2m2L682yj/wtDETAXQmyFgcn7mtw5hj05Qx+yERdDcJcfem1IJoyV/yPxBS7K0 b03BV1bgGmy2rSGkzGtMP0+6BDR14EoLIjZzmjIBWnRfAdLUFC4ii958yDV9lDm2nI 1V9b5VWiiitfRaHj8RoJw2xhWKuw/7F9Dh7OhFGc= In-Reply-To: Content-Language: en-US X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 109.74.203.128 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:219538 Archived-At: On 14/10/17 18:17, John Williams wrote: > Elisp is a fun language to work in, for the most part, but one thing I > find very irritating compared to other languages is that there's no > way to get a stack trace with line numbers. I'm wondering if others > feel the same way and would be open to accepting a change to add > better support for line numbers. Here's my plan: [snip] I think finishing the port of Emacs to Guile would be less effort. Sorry, I could not resist :-) Cheers, Daniele