Abdul-Lateef Haji-Ali

Results 46 issues of Abdul-Lateef Haji-Ali

When I press "Ctrl+Shift+period", the emoji picker is opened but I still have to use the mouse to focus the search box to type the keyword search. Then I have...

enhancement
blocked

When I execute the following code ``` (message "returned %S" (let ((aw-dispatch-always t)) (aw-select " Select window"))) ``` and select one of the windows then I get `returned #` However,...

I think the function `sp-wrap--can-wrap-p` does not treat `trigger-wrap` correctly because it only checks if the `last-command-event` is the opening or closing delimiter. This can be fixed as follows for...

In `radian.el`, there are two lines that are supposed to prevent loading of outdated `org` files that come shipped with emacs. https://github.com/radian-software/radian/blob/b86946f9d87060d81dc04c1d00a14c8b9d576739/emacs/radian.el#L689-L690 This works well if one uses `(use-package 'org)`...

The variable `auto-save-list-file-prefix` specifies where auto-save files are saved. The package `no-littering` which Radian loads nicely sets it to be inside the `var` directory. However, this new value is reverted...

bug
custom
early init

Consider the following code ```elisp (progn (switch-to-buffer (generate-new-buffer "test.bin")) (insert "\r\n") (setq buffer-file-coding-system 'binary) (write-file "/tmp/test.bin") ) ``` When executed in Radian, the mode `radian-fix-whitespace-mode` is automatically enabled causing the...

bug
whitespace
binary

(Apologies for my many questions) Is there a way to get an unformated `{{reference}}`? Devoid of html tags and html escapes characters? I don't want to remove the formatting completely,...

PR welcome

When using matplotlib2tikz, sometimes some objects are produced which are invisible in a plot but somehow visible in the pgfplot (usually paths with 'fill opacity=0'). I understand that it is...

I am having a weird issue that I am trying to troubleshoot. Every once in a while, while running xkeysnail with the default config, the Ctrl key becomes stuck, in...

I got this error while using `explain-pause-mode` and while trying to open a file. ``` Explain-pause-mode: please report this bug by creating a Github issue at https://github.com/lastquestion/explain-pause-mode. Explain-pause-mode is now...

bug
question