Joost Kremers

Results 208 comments of Joost Kremers

Sorry for the late reply. Thanks for the clarification, that does sound like a very good idea. Since I don't have much time to work on Ebib at the moment,...

> > Ebib wouldn't have to do much beyond parsing the link properly and passing the filename and page number to a user-defined function, like org-mode does. > > AFAICT,...

I get a bunch of compiler warnings trying to compile this PR. Among others, they include a bunch of these: ``` ebib-utils.el:2397:10: Warning: button-buttonize called with 4 arguments, but accepts...

> I'm running an Emacs pretest version (28.1.91), so perhaps this will change in Emacs 29, but for now, `button-buttonize` takes three arguments, the third one optional. The third argument...

Hmm, I now notice that `button-buttonize` was introduced with Emacs 28. That's a problem, because I try to keep Ebib compatible with the pre-previous Emacs version. (Some distros take long...

Hey, it took a bit of time for me to take a look at this more closely. Looks good, except for one small thing: The notes symbol in the index...

I'm stumped by this issue. I don't have this issue myself, but I'm on Linux and I use utf-8 everywhere. At some point in the process, the utf-8 encoded names...

Yes, I can understand you'd want to do this... Currently it's not possible to fix that, because @@-directives are run before the buffer is passed to pandoc and there's no...

There is already a way to achieve this, but it's not very obvious, UI-wise. You can create or run your filter, then press `C-u m` to mark all entries and...

Strange, and unfortunately I can't replicate it. What OS and Emacn version are you using? The fact that `window-total-width` returns an incorrect value suggest that it's a problem between Emacs...