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

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

[debbugs-tracker] bug#13076: closed (guile: ", option prompt VALUE" only


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#13076: closed (guile: ", option prompt VALUE" only accepts literals)
Date: Thu, 07 Mar 2013 19:41:01 +0000

Your message dated Thu, 07 Mar 2013 20:40:09 +0100
with message-id <address@hidden>
and subject line Re: bug#13076: guile: ",option prompt VALUE" only accepts 
literals
has caused the debbugs.gnu.org bug report #13076,
regarding guile: ",option prompt VALUE" only accepts literals
to be marked as done.

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


-- 
13076: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=13076
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: guile: ",option prompt VALUE" only accepts literals Date: Tue, 04 Dec 2012 11:29:08 +0800
Package: guile
Version: 2.0.7
Severity: minor

Dear maintainer

The REPL prompt option accepts #f, strings, thunks, and procedures of
one argument.  However, only the first two can be set using the
meta-command ,option; one must use repl-option-set! for thunks and
procedures.

It seems that VALUE is not evaluated.

--
(sid)address@hidden:~/src/gnu/guile$ meta/guile
GNU Guile 2.0.7.2-e6a73
Copyright (C) 1995-2012 Free Software Foundation, Inc.

Guile comes with ABSOLUTELY NO WARRANTY; for details type `,show w'.
This program is free software, and you are welcome to redistribute it
under certain conditions; type `,show c' for details.

Enter `,help' for help.
scheme@(guile-user)> ,option prompt "foo: "
foo: ,option prompt (lambda (repl) "bar: ")
While executing meta-command:
ERROR: Invalid prompt (lambda (repl) "bar: ")
foo: (lambda (repl) "bar: ")
$1 = #<procedure 8a7e860 at <current input>:3:0 (repl)>
foo: ,option prompt $1
While executing meta-command:
ERROR: Invalid prompt $1
foo: (use-modules (system repl common))
foo: (repl-option-set! (car (fluid-ref *repl-stack*)) 'prompt $1)
bar: 



--- End Message ---
--- Begin Message --- Subject: Re: bug#13076: guile: ",option prompt VALUE" only accepts literals Date: Thu, 07 Mar 2013 20:40:09 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux)
Aaaaand marking as done
-- 
http://wingolog.org/


--- End Message ---

reply via email to

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