djr7C4

Results 30 issues of djr7C4

Hi, thanks for writing this excellent mode! I have one small possible issue. clipmon-mode works perfectly when I have an emacs frame open in any workspace. However, when I do...

I am not sure exactly what the conditions are that cause this bug to actually occur, but sometimes when avy-goto-char is called on some files it is possible for an...

Specifically, sometimes modules used in grammars are set to None after running this command but this does not always happen. This causes obvious problems when grammars attempt to refer to...

This may be related to #28 but I wanted to make this a separate issue since I did not experience any problems prior to commit 775af7c09d3fc179a2ab0d7bc159f3bd9858102f. Basically some characters appear...

Hello, Thank you for creating puni! I am trying it out as I would like something a bit more robust and maintainable than smartparens (which seems to be a bit...

Ideally, smartscan would know which languages have case insensitive symbols (like Common Lisp) and know when to ignore case and when to be case sensitive. However, this is probably more...

This makes the code and the tutorial consistent. Moreover, using a value of nil for remove-empty-subseqs as rarely useful (as noted in the tutorial). This fixes #44.

The tutorial states that the split* functions use a default value of t for remove-empty-subseqs. However, a value of nil is actually used. I am using the quicklisp version (20191130-git)...

For example, with the function (defmemoize f (x) (sit-for 1) (* x x)) (f 3) (f 3) The first call `(f 3)` takes 1 second and the next one is...