From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel,gmane.lisp.guile.devel Subject: Re: [PATCH] Initial Guile REPL (guiler) debugger support for GUD. Date: Sat, 09 Aug 2014 11:35:11 -0400 Message-ID: References: <1407244906-12754-1-git-send-email-janneke@gnu.org> <1407244906-12754-3-git-send-email-janneke@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1407598542 30026 80.91.229.3 (9 Aug 2014 15:35:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 9 Aug 2014 15:35:42 +0000 (UTC) Cc: guile-devel , emacs-devel To: Jan Nieuwenhuizen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Aug 09 17:35:33 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XG8g9-000530-HL for ged-emacs-devel@m.gmane.org; Sat, 09 Aug 2014 17:35:33 +0200 Original-Received: from localhost ([::1]:56584 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XG8g9-0002ed-5Z for ged-emacs-devel@m.gmane.org; Sat, 09 Aug 2014 11:35:33 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39772) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XG8fw-0002dQ-Mg for emacs-devel@gnu.org; Sat, 09 Aug 2014 11:35:28 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XG8fp-0007O6-9I for emacs-devel@gnu.org; Sat, 09 Aug 2014 11:35:20 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:16106) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XG8fp-0007N3-5V; Sat, 09 Aug 2014 11:35:13 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ArUGAIDvNVPAqyKr/2dsb2JhbABZgwaDSsA9gRcXdIImAQEEViMQCzQSFBgNJIgM0hkXjnoHhDgEqwODTCE X-IPAS-Result: ArUGAIDvNVPAqyKr/2dsb2JhbABZgwaDSsA9gRcXdIImAQEEViMQCzQSFBgNJIgM0hkXjnoHhDgEqwODTCE X-IronPort-AV: E=Sophos;i="4.97,753,1389762000"; d="scan'208";a="82835219" Original-Received: from 192-171-34-171.cpe.pppoe.ca (HELO pastel.home) ([192.171.34.171]) by ironport2-out.teksavvy.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 09 Aug 2014 11:35:11 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 8FA4061782; Sat, 9 Aug 2014 11:35:11 -0400 (EDT) In-Reply-To: <1407244906-12754-3-git-send-email-janneke@gnu.org> (Jan Nieuwenhuizen's message of "Tue, 5 Aug 2014 15:21:46 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.181 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:173509 gmane.lisp.guile.devel:17318 Archived-At: > * progmodes/gud.el (guiler): New function. Starts the Guile REPL; > add Guile debugger support for GUD. Looks OK, tho please use the new `setq-local' when setting variables buffer-locally. Stefan