Iqbal Ansari

Results 41 comments of Iqbal Ansari
trafficstars

That would be great @WammKD, I will happily accept a PR implementing this, thanks!

I have merged your PR, MELPA should be updated in a bit, could you try out the update and confirm once MELPA is updated?

Hello @xmacex. thanks for the bug report, unfortunately `minimap` uses indirect buffers to render the minimap and as per [Elisp manual](https://www.gnu.org/software/emacs/manual/html_node/elisp/Indirect-Buffers.html), indirect buffers share text properties with their base buffer....

Hello @dengste, thanks for looking into this. The issue is with the `display` text property, `emojify` uses it to render emojis as images. Thanks a lot for the suggestions, especially...

Okay thanks will double check on the scaling. And yes hiding images seems to be a sensible default for `minimap`, since a misplaced image might interfere with minimap's functionality. Also...

Thanks for the bug report. Yes I am aware of this issue, unfortunately there does not seem to be a way to fix

Actually replacing the text with the unicode equivalent would require changing the "actual" contents of the buffer, I do not think that is a good idea

That is a good idea, I will add a command to do that

Hi @sshaw, That is a good idea, I will try implementing this the next time I work on this package Thanks

Hi again, actually `mu4e-alert` uses the value of `display-time-mail-icon`, this usually points to "letter.xpm" which ships with Emacs. Right now there is no option in `mu4e-alert` to configure the image...