From cb5d90dcc7174a69cf3a300d35575a6711f8a077 Mon Sep 17 00:00:00 2001 From: Joram Schrijver Date: Fri, 22 May 2020 02:35:32 +0200 Subject: guile: re-enable "/guile eval" (issue #1098) With the output port now properly implemented for Guile >= 2.2, this command works again. --- src/plugins/guile/weechat-guile.c | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'src/plugins/guile/weechat-guile.c') diff --git a/src/plugins/guile/weechat-guile.c b/src/plugins/guile/weechat-guile.c index ea1b3a77b..2c1ed139c 100644 --- a/src/plugins/guile/weechat-guile.c +++ b/src/plugins/guile/weechat-guile.c @@ -916,24 +916,9 @@ weechat_guile_command_cb (const void *pointer, void *data, else break; } - /* - * FIXME: this does not yet work with Guile >= 2.2, so the eval - * feature is temporarily disabled, waiting for a fix - */ - /* if (!weechat_guile_eval (buffer, send_to_buffer_as_input, exec_commands, ptr_code)) WEECHAT_COMMAND_ERROR; - */ - /* TODO: fix /guile eval */ - (void) buffer; - (void) ptr_code; - (void) send_to_buffer_as_input; - (void) exec_commands; - weechat_printf (NULL, - _("%sCommand \"/%s eval\" is not yet implemented"), - weechat_prefix ("error"), - weechat_guile_plugin->name); } else WEECHAT_COMMAND_ERROR; -- cgit v1.2.3