From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Fredrik Salomonsson Newsgroups: gmane.lisp.guile.user Subject: Re: Debug setup in emacs Date: Tue, 08 Sep 2020 10:07:28 -0700 Message-ID: <87d02wkxin.fsf@posteo.net> References: <874kod3ygp.fsf@posteo.net> <87v9gpicf4.fsf@posteo.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="14961"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Guile User To: Catonano Original-X-From: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Tue Sep 08 19:07:50 2020 Return-path: Envelope-to: guile-user@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 1kFh5w-0003nO-NL for guile-user@m.gmane-mx.org; Tue, 08 Sep 2020 19:07:48 +0200 Original-Received: from localhost ([::1]:35546 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kFh5v-0002IC-N1 for guile-user@m.gmane-mx.org; Tue, 08 Sep 2020 13:07:47 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:58000) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kFh5k-0002FY-GU for guile-user@gnu.org; Tue, 08 Sep 2020 13:07:36 -0400 Original-Received: from mout02.posteo.de ([185.67.36.66]:38647) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kFh5i-000635-BR for guile-user@gnu.org; Tue, 08 Sep 2020 13:07:36 -0400 Original-Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 1FC1F2400FC for ; Tue, 8 Sep 2020 19:07:31 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1599584851; bh=Z9v/izwHQLCv1OP7HAtunIbeqe/8EsKfwe9UqFB3O2k=; h=From:To:Cc:Subject:Date:From; b=U/2X0y7N/e7VKykdTEF78QYY/BpHj/SI2gQvcTOXa1VEEMJg02eHpMCS0IlHThbY5 Phs4r0DqyhkYx6jp2HkP2/4iAiAy/dD3ZBWEsn9FX/qoB90ArTUgrzC0bj0KF/WfGG gHXvh/zhRp0IkWgMTZ1RVRO95HPA7phP+rl3+bgRbY/rnXjecLXCTDZOWwjRDIQeK9 ToivStG/XoxNHCxMPVddrQr3wxEuRR4tbT/HRNK9ZDNYEmt0hF34KwSg8MGs8NTZb/ 2O1KW4tYJw1kio1Ha4uQbqIHrOipYqDbC7MDcR3q3G3TjW48hzvyYgYkPuu1alKe8i kcYB80FzS7DZw== Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4BmBR6224mz9rxS; Tue, 8 Sep 2020 19:07:30 +0200 (CEST) In-Reply-To: Received-SPF: pass client-ip=185.67.36.66; envelope-from=plattfot@posteo.net; helo=mout02.posteo.de X-detected-operating-system: by eggs.gnu.org: First seen = 2020/09/08 13:07:31 X-ACL-Warn: Detected OS = Linux 3.11 and newer [fuzzy] X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, 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=ham autolearn_force=no X-Spam_action: no action X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Original-Sender: "guile-user" Xref: news.gmane.io gmane.lisp.guile.user:16890 Archived-At: Hi Catonano, Catonano writes: > I know some people have been using the "pk" procedure > > It displays the arguments you pass to it in the terminal and returns the > same arguments, untouched > > So you can sprinkle it all around > > I've had my issues with it though I didn't know about the "pk" procedure, that seems useful. Thanks > Also, there's the "trace tool (try "(help) in the repl to read about it) > > This is all I know Yeah, I've seen the trace command flying by when I jump around in the manual. Will check it out. > Also, I'm wondering if this issue doesn't deserve a thread on its own > =F0=9F=98=B6 Yeah, it probably does, instead of getting burried in this emacs thread. --=20 s/Fred[re]+i[ck]+/Fredrik/g