|
From: | stardiviner |
Subject: | Re: [O] [PATCH] contrib: ob-sclang: Fix compilation issue. |
Date: | Mon, 26 Mar 2018 19:38:42 +0800 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 |
You `(require 'sclang)` cause error on `(require 'sclang-vars)` failed. Because there is no file `sclang-vars.el`. Only file `sclang-vars.el.in` for built-time defaults. When user load sclang from source code of `scel`. This will cause error. Really don't understand why you have to `(require 'sclang)`
instead of `(require 'sclang-interp)`? Can you
tell me why? On 03/25/2018 07:27 AM, Maxim Cournoyer
wrote:
Hello! The attached patch fixes a byte compilation issue in ob-sclang.el. Thank you! Maxim |
[Prev in Thread] | Current Thread | [Next in Thread] |