Matus Goljer
Matus Goljer
But the weird part is that you didn't get an error about the unknown `declare` form. Maybe that only happens when the code is compiled... hmm... I'll have to check...
The reason why I wanted to use `declare` is that it is inside the function, so that during refactoring it would be fairly impossible to forget to move it together...
Yea, this is something that crossed my mind but I didn't spend much time on how to implementit. I didn't consider compile type macros, that might work fine. Smartparens works...
This is all quite easy to do if we adopt a "single-pass" approach, that is we assume all functions are defined before first use. I'm not sure how to make...
Actually, it is really simple because we can do the read-in of all forms into a list, then iterate the list and analyze. We can have a routine that would...
You don't need to `cask link` anymore since Elsa can now be installed from MELPA archive directly. I will need to update the installation instructions. The problem here is probably...
I think it would help if you load the .el files and not the compiled code, the backtraces will be a lot more readable. I know nothing about this package...
Thanks, much better indeed! I'll take a look.
The insert originates in cp code though, the call to `sp-region-ok-p` is never executed (from the stacktrace)
I work in the field of demand planning and we also use some 10-day (roughly) intervals for determining the demand in the first/middle/last part of the month. This somewhat tries...