Joost Kremers

Results 208 comments of Joost Kremers

Honestly, I'm a little hesitant to add `(redisplay)`, because I don't know if it's the right way to deal with this. I've asked on the Emacs mailing list and will...

I received some answers to my questions, but I haven't had time to go into them yet. My suggestion would be to add the `(redisplay)` to your local copy of...

I pushed a commit to the devel branch that hopefully fixes this. The cause of the problem is simply a race condition between the WM enabling full screen and Emacs....

I just found that my proposed solution causes an annoying bug if a user doesn't actually activate full screen, so I'm gonna have to try and think of something else...

With `redisplay`, the chances of getting a correct result are better, but the underlying problem isn't solved, so I haven't adopted it. I've been meaning to look for a better...

`ebib-generate-autokey` basically calls `bibtex-generate-autokey` to create the key, so any bugs with this mechanism are bugs in `bibtex.el`, which I unfortunately cannot fix. > The absence of year in the...

Yes, I see the problem. I'll see what I can do to fix it.

The `reference-doc` option already exists in `pandoc-mode`, at least since version 2.24. If you have an older version of `pandoc-mode`, you should upgrade. Otherwise, just check `pandoc-mode`'s menu, under "Options...

> now that you say it, I see it as well. I think backwards compatibility is important and it might be sufficient to swap the order, simply because I just...

Note that org-mode also provides a minor mode `orgtbl-mode` which allows you to edit org-mode tables directly in your markdown-mode buffer (or any other text buffer).