Ogden Webb

Results 27 comments of Ogden Webb

> If you're talking about the whole bar, why not just change the font size? Yes, generally I ask about change the font size whole mode-line. I've tried, but my...

> can't really see from the screenshot? No, I don't use them. > Alright, just in case, here's how you clear the caches It doesn't help though, the same result...

A small update to that issue. Vulkan Loader drops VK_INSTANCE_LAYERS support. So from now you should use VK_LOADER_LAYERS_ENABLE and VK_LOADER_LAYERS_DISABLE instead. So you have to update your environment settings, e.g....

Hello, thanks for reporting this issue. Should be fixed now.

@qookei I've published a new release with that fix. Besides thank you for maintaining a Gentoo package. :+1: Guess I can close this issue now :)

On Emacs 27.2, I get error when calling ghelp-describe-function `Debugger entered--Lisp error: (void-function help-fns--describe-function-or-command-prompt)` And ghelp-describe-variable causes this: `Debugger entered--Lisp error: (void-function format-prompt)`

Now it throws me this error: ![emacs](https://user-images.githubusercontent.com/9018005/135669970-34b7d6d8-4a2a-4766-95bb-359803f14ede.png) For some reason I can't copypaste text from backtrace buffer. :/

On 27.2, it throws the same error. But it also appears when I try to call it with M-x ghelp-describe-function for example. Will test in on 28 later...

Seems this bug related to Emacs 27.2, on Emacs version from git it works fine.

Well, manual loading without config works, so probably there's some incompatibility with my configuration/package in my setup between ghelp and that. I will try to detect what exactly causes the...