From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Neil Jerram" Newsgroups: gmane.lisp.guile.user,gmane.lisp.guile.devel Subject: Re: [PATCH] Single stepping through code from Emacs Date: Thu, 17 Jul 2008 22:46:35 +0100 Message-ID: <49dd78620807171446l5eb5371fobc4586a099dd9c61@mail.gmail.com> References: <49dd78620807121215p11b1b1a1l6d72e50f7334a7ff@mail.gmail.com> <873amb379c.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1216331529 2116 80.91.229.12 (17 Jul 2008 21:52:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 17 Jul 2008 21:52:09 +0000 (UTC) Cc: guile-user@gnu.org, guile-devel@gnu.org To: "=?ISO-8859-1?Q?Ludovic_Court=E8s?=" Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Thu Jul 17 23:52:56 2008 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KJbPB-0005oF-SC for guile-user@m.gmane.org; Thu, 17 Jul 2008 23:52:54 +0200 Original-Received: from localhost ([127.0.0.1]:49164 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KJbOI-0000sq-ET for guile-user@m.gmane.org; Thu, 17 Jul 2008 17:51:58 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KJbJ8-0006JY-4B for guile-user@gnu.org; Thu, 17 Jul 2008 17:46:38 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KJbJ7-0006Iw-EQ for guile-user@gnu.org; Thu, 17 Jul 2008 17:46:37 -0400 Original-Received: from [199.232.76.173] (port=51304 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KJbJ6-0006Ip-V4 for guile-user@gnu.org; Thu, 17 Jul 2008 17:46:36 -0400 Original-Received: from yx-out-1718.google.com ([74.125.44.154]:38515) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KJbJ6-0004dM-Tq for guile-user@gnu.org; Thu, 17 Jul 2008 17:46:37 -0400 Original-Received: by yx-out-1718.google.com with SMTP id 34so23591yxf.66 for ; Thu, 17 Jul 2008 14:46:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=UJqaFPCG0uaFt9EeHKKEx//bTmp/FmU20+qdmFjtrTo=; b=R5hrZF24Ie1bPXmpK7eRX2JDnwxvWanC8JBWahick/SQ9v5+ghfDa46KiMw7xSZ4Kf aW9KQKRdOPHmW3mnu4jfMx25x4S9gcaCjnSgO95IGgHrbsH82ggAsEmjT4bY9JGozsOH wdWCSLORzQ3vy8/FhezdE5bbw87zbpXJGv7GA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=dCoAaMvsUgduFFuhhqfpTEd3Iv7+s8FCM1Yq51PztM/av998x/a70q0D74KYgMHv86 4LTFlW5xhyo4fo66jPxWT9nuFWMxxA0N34/2Znt5LH9XArSnAuvYPkX0yioo2DYZ1sBp JkP7Xm/UhcA/BRFgqDMmbhu9OupuFvuN8q7sA= Original-Received: by 10.114.77.1 with SMTP id z1mr2251582waa.8.1216331195064; Thu, 17 Jul 2008 14:46:35 -0700 (PDT) Original-Received: by 10.114.197.8 with HTTP; Thu, 17 Jul 2008 14:46:35 -0700 (PDT) In-Reply-To: <873amb379c.fsf@gnu.org> Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:6668 gmane.lisp.guile.devel:7394 Archived-At: 2008/7/15 Ludovic Court=E8s : > Hi, > > "Neil Jerram" writes: > >> Here is a minor enhancement to Guile's Emacs support. I'll commit in >> a few days; let me know if you have any comments before that. > > Looks very nice! > > Thanks, > Ludo'. Thanks, that's in now, and with ChangeLogs :-) Neil