emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#39196: closed (,L brainfuck : not working in 3.0.0)


From: GNU bug Tracking System
Subject: bug#39196: closed (,L brainfuck : not working in 3.0.0)
Date: Mon, 20 Jan 2020 09:32:02 +0000

Your message dated Mon, 20 Jan 2020 10:31:06 +0100
with message-id <address@hidden>
and subject line Re: bug#39196: patch
has caused the debbugs.gnu.org bug report #39196,
regarding ,L brainfuck : not working in 3.0.0
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
39196: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=39196
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: ,L brainfuck : not working in 3.0.0 Date: Sun, 19 Jan 2020 11:34:25 -0800 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.4.1
scheme@(guile-user)> (version)
$4 = "3.0.0"
scheme@(guile-user)> ,L brainfuck
While executing meta-command:
Unbound variable: language-title


noting change to system/base/syntax.scm:
< ;; Copyright (C) 2001, 2009, 2016 Free Software Foundation, Inc
---
> ;; Copyright (C) 2001, 2009, 2016, 2019 Free Software Foundation, Inc
68c68
<        (define ,name (make-record-type ,(symbol->string name) ',slot-names
---
>        (define ,name (make-record-type ',name ',slot-names
101c101
<        (define ,name (make-record-type ,(symbol->string name) ',slot-names
---
>        (define ,name (make-record-type ',name ',slot-names




--- End Message ---
--- Begin Message --- Subject: Re: bug#39196: patch Date: Mon, 20 Jan 2020 10:31:06 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)
Hi Matt,

Matt Wette <address@hidden> skribis:

> Here is a patch to make it work.

Applied, thanks!

Ludo’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]