Daniel Dinnyes

Results 31 comments of Daniel Dinnyes

`debug-on-error` is `t`, after turning it on with `toggle-debug-on-error`. Yet when executing the test it doesn't enter the debugger, and shows the same error. Actually, realised there is a flash...

Just realised, your Emacs version is `30.0.50`. Mine is only `27.1`. `Debian Bullseye`... conservativism...

The macro expands for me to this: ``` (let* ((preserve-files nil) (interactive nil) (emacs-executable "/usr/bin/emacs") (emacs-args (append ... ...)) (raw nil) (test "(with-demoted-errors \"Error: %S\" (let ((straight-bug-report-args '(:post-bootstrap (progn (straight-use-package...

The *"roundabout"* solution seem to have worked! I've also changed the binding for company mode to be `("TAB" . company-complete-common)`, which achieves my intended behaviour, so that while in **god-mode**...

Uh, oh... I've just realised there seems to be a problem with this solution. My above configuration prevents `TAB` to function correctly while in org-mode. (i.e. cycle headlines) If I...

Maybe there has to be an additional mode-map for `god-mode`, besides `god-local-mode-map`, which would be lower priority than the key-map of the given major mode? Or some other customization option...

Based on your suggestions I came up with the following: ``` (defvar god-tab-command-alist nil "Associatiation list for major-mode specific command to execute for TAB key while in god-mode") (defun god-tab-command...

This supersedes issue #155 I've opened/closed before.

I do use `god-mode-all`, with the binding set. The issue happens once Emacs is initialised, then I turn god-mode on using the binding. After this the indicators show that god-mode...

Apologies, realised my github didn't contain the config I was working with. [Here](https://github.com/dadinn/.emacs.d/blob/issue/god-mode/156/init.el) is the version which reproduces the problem for me. The `god-mode` version in my config uses the...