Ola Nilsson
Ola Nilsson
According to gvpr(1) man page it is BEG_G not BEGIN_G. Support both in case BEGIN_G is supported by gvpr somewhere.
autoload.el is used to verify that spies work on autoloaded functions. It is obsolete since 29.1 and replaced by loaddefs-gen.el.
Ended up rewriting two functions. One of them were not using return values of match-end, the other one was mostly to make sure I understood what the function did before...
Use correct quotes to silence byte compiler warnings.
Use the 64 bit types and APIs included in GNU libc also for 32-bit systems. These are the types and APIs used when you compile your C code against GNU...
The GNU libc (glibc) provides alternative 64bit entry points for many of the file and time related functions on 32bit platforms. For C programs these are activated by setting the...
The `read' function of Emacs 30 no longer accepts a list containing a string as if it was a string. This may be a bug in Emacs. This avoids https://github.com/jorgenschaefer/emacs-buttercup/issues/247...
The content of heredocs are expanded both for variables and subshell commands, this means backticks must be escaped. The alternative would be to quote the heredoc like this ```bash cat
Make the backtrace prints better - less unwanted output - with a lot better performance. Fixes #247 and #220.