Codruț Constantin Gușoi

Results 42 comments of Codruț Constantin Gușoi

Does the fix from the emacs stackexchange page work for you? ```emacs-lisp (setq history-length 100) (put 'minibuffer-history 'history-length 50) (put 'evil-ex-history 'history-length 50) (put 'kill-ring 'history-length 25) ``` Maybe savehist...

I will look into this over the weekend

@SkunkerAG I am unable to reproduce this on IE11, but I have a newer version: `11.0.14393.0` and also running on Windows 10. Not sure if this this bug is related...

There is no such functionality AFAIK. /cc @marius-balteanu should we include this for 3.2?

I've also noticed this in the past but for some reason it magically went away. Nowadays I use the `xclip` package for clipboard support inside a terminal so you can...

OK, never mind that, if it makes it worse for you then remove it. You could try a newer version of emacs, I see you use `25.1.1` while the latest...

@nickcharlton I was hoping CI would kick in and run the spec I added as I don't have a compatible local setup but I guess you need to trigger that...

@nickcharlton Good news is that the failures are purely from `load` shenanigans related to non explicitly nested modules and nothing functional, so it only impacts the tests. Bad news is...

Rebased with main, bundler audit failure was because of nokogiri, unrelated to changes. >I think breaking out the modules would be a good idea, but probably not in this PR....

I've never generated views before so I never encountered that. Will fix linting soon.