From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: John Yates Newsgroups: gmane.emacs.help Subject: Why do emacs backtraces lack line numbers? Date: Tue, 20 Dec 2022 11:50:46 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="12805"; mail-complaints-to="usenet@ciao.gmane.io" To: Help Gnu Emacs mailing list Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Tue Dec 20 19:42:41 2022 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1p7hZY-0003Ey-Tr for geh-help-gnu-emacs@m.gmane-mx.org; Tue, 20 Dec 2022 19:42:40 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1p7fpl-0007N3-0S; Tue, 20 Dec 2022 11:51:17 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p7fph-0007Mu-Ez for help-gnu-emacs@gnu.org; Tue, 20 Dec 2022 11:51:13 -0500 Original-Received: from mail-ej1-f46.google.com ([209.85.218.46]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1p7fpd-00080y-I9 for help-gnu-emacs@gnu.org; Tue, 20 Dec 2022 11:51:13 -0500 Original-Received: by mail-ej1-f46.google.com with SMTP id x22so30562413ejs.11 for ; Tue, 20 Dec 2022 08:51:02 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=to:subject:message-id:date:from:mime-version:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=aW7vgoC+pWaiN3VrHT+R57WJN6EI08QFibHgcrb2f+k=; b=nFgjMWdX5+lMk9AvzEkPC8XrhhrrMkfIUG7V6gVDe16jpPr40rkPW/aHjz26lweG8I ZJ6sq4K8HLZFFoM5HVvyKgXJMlZR8P86xg1p2BSPIq0pVD2moo5kV0is9SKo5GFMt0Hz 57KPpUZEoX85s3WoPW9r0cHInOkJ6ajtTLo2rF3MmhnydtG9naOhgC8CvaKMKpUJWrqC i1A9XNEjIaGERK0Bh3SIAIYs/+Lyk9fVuXy3s5NrH/ju59lieyQgpSlOYsYDaLcA6H5D sVlPi8IMsQcT0LPfEe+bv8SyQUD1nzybBxGPMGO7K3Xklz/b3x3hgSQ6LefPuYK0gQTV K/tg== X-Gm-Message-State: ANoB5pkKLi2yHUd6Czi/ixPocLSLlnZ5ONIUMcL/dwWkKpa8pPuMFvh4 BzDeynh0OXgJMVQTXNribHjscOA6/eK8mIHfLL5wGRvyV+w= X-Google-Smtp-Source: AA0mqf5Ac28d+8bNCYoVTCgznBN/fBgs63DJmi+DsaGRb4T74xDrfp9D5G3QoZtMv01jhSq7NBxxS51WjPq6DTrBHA0= X-Received: by 2002:a17:906:194f:b0:7c0:eafd:9ad5 with SMTP id b15-20020a170906194f00b007c0eafd9ad5mr18600706eje.532.1671555058055; Tue, 20 Dec 2022 08:50:58 -0800 (PST) Received-SPF: pass client-ip=209.85.218.46; envelope-from=john.yates.sheets@gmail.com; helo=mail-ej1-f46.google.com X-Spam_score_int: -15 X-Spam_score: -1.6 X-Spam_bar: - X-Spam_report: (-1.6 / 5.0 requ) BAYES_00=-1.9, FREEMAIL_FORGED_FROMDOMAIN=0.001, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.25, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.help:141877 Archived-At: I am doing my first significant bit of coding in elisp. Relative to other environments that I have used, something that I miss sorely is line numbers in backtraces. What explains their absence? /john