Jonas Bernoulli

Results 92 issues of Jonas Bernoulli

@senda-akiha has archive [flymake-phpcs](https://github.com/senda-akiha/flymake-phpcs). You probably should stop requiring it in drupal-mode. Also see https://github.com/melpa/melpa/issues/7225.

And by *we* I mean @thierryvolpiatto and me, and anyone else who adds something like the following to some of their packages: ```elisp (and (require 'async-bytecomp nil t) (let ((pkgs...

Please update the permission statement. I recommend you use the standard permission statement: ```elisp ;; This file is free software: you can redistribute it and/or modify ;; it under the...

As requested in #21, these are just the harmless bits as a separate pull-request.

Hi Tom, it was great talking to you at FOSDEM. I have finally gotten around to playing with this ffi and I'm liking it a lot but I immediately ran...

Please see the commit messages for more information.

Back in Emacs-21.1, `define-minor-mode` grew keyword arguments to replace its old positional arguments. Starting with Emacs-28.1 a warning will be omitted if positional arguments are still used. For backward compatibility...

Due to a breaking change we have to request this explicitly in Emacs 27. Earlier Emacs versions do the right thing by default. If the effect of a face does...

... also make two custom options more flexible. > The issue you are fixing or feature you are adding is clearly described and/or referenced in the pull request or github...

The byte-compiler recently got more fussy about quotes. ``` Compiling /home/jonas/.emacs.d/lib/which-key/which-key.el... In toplevel form: lib/which-key/which-key.el:233:2: Warning: custom-declare-variable `which-key-special-keys' docstring has wrong usage of unescaped single quotes (use \= or different...