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: Mon, 07 Sep 2020 12:50:23 -0700 Message-ID: <87y2llicxs.fsf@posteo.net> References: <874kod3ygp.fsf@posteo.net> <87zh643cpp.fsf@gnu.org> <875z8rg963.fsf@posteo.net> <87o8mj1mug.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="26250"; mail-complaints-to="usenet@ciao.gmane.io" Cc: guile-user@gnu.org To: Jan Nieuwenhuizen Original-X-From: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Mon Sep 07 21:50:53 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 1kFNAC-0006jV-N2 for guile-user@m.gmane-mx.org; Mon, 07 Sep 2020 21:50:52 +0200 Original-Received: from localhost ([::1]:59576 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kFNAB-0006r7-Nd for guile-user@m.gmane-mx.org; Mon, 07 Sep 2020 15:50:51 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:58962) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kFN9u-0006pP-RX for guile-user@gnu.org; Mon, 07 Sep 2020 15:50:34 -0400 Original-Received: from mout02.posteo.de ([185.67.36.66]:44897) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kFN9s-0006VI-3i for guile-user@gnu.org; Mon, 07 Sep 2020 15:50:34 -0400 Original-Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 1F383240100 for ; Mon, 7 Sep 2020 21:50:26 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1599508227; bh=3ijR3eCCODvsSYudv2tvdeqINTgYoeojVLbbY5JjYTg=; h=From:To:Cc:Subject:Date:From; b=NQXxujCKpU9YglZ60dyh7F/RVjrMSTT16e13Rq7q2s9VVjlG/Xux5OXKxYVdVRsck 5j4rKk3S+AMtu9KhUJ9IDcTFrhqJxZNgQ7vY0k1WvdU8LiE4CA6TuK9xVRj5PGrU67 xGJ8Z1eI908qre5MnrWErSSacotHLsIjc8DurAMLVh00QI95qdJuLMauHluDF5E5CQ KuC6TJj/ISposFcwugBoRIYnmeyZsuHl6EXr5IHUbBjpGg73i/L4XJmpS5LYaq0dWm owBk90l1uCIcyUSBsuZgsFROpp23FCH0giB1zTpVs740ky2ddB/O/WIJ3h1v64GHhA AaPV6EBrxNCbQ== Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4Blf5Z2Cttz9rxX; Mon, 7 Sep 2020 21:50:25 +0200 (CEST) In-Reply-To: <87o8mj1mug.fsf@gnu.org> 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/07 13:19:38 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:16880 Archived-At: Jan Nieuwenhuizen writes: > Yes, the Emacs side got merged, try: M-x guiler RET > > That was perhaps a bit premature, but Guile and Emacs had to be patched > in balance and I didn't expect the Guile side to be problematic. > > The good news is that "someone" "only needs" to create a proper patch > for Guile :-) Yeah, I tried using it but got stuck on trying to load the correct environment for my program to work. But didn't spend too much time on it. And given the answer from Catonano, this seems to be more complex than I first thought. So will wait until that "someone" creates the necessary patches :). -- s/Fred[re]+i[ck]+/Fredrik/g