Gonçalo Santos
Gonçalo Santos
Coincidentally, I just encountered this issue! I believe `bwrap` could also just handle the relevant signals and redirect them to the child process? Something like this: ```c void forward_signal_to_child(int signal_number)...
Hello there! Sorry for the delay, I've been very busy... I don't think there is much we can do about the first two issues :/ GDB is a bit fragile...
That said, I must confess that I really hope a **good** debugger is being developed by someone else... I use this for casual debugging and it helps me _a lot_...
For me, just adding the remap of `abort-minibuffers` to `ctrlf-cancel` in `ctrlf-minibuffer-mode-map` fixed this problem!
The problem seems to be solved, thank you! ;)
Yes, I think this should be possible with pdf-tools, as it has a way to add annotations to the PDF. The only problem would be that all things related to...
Hm... these last days I was thinking about this and thought about 2 potential problems: - How would we associate the notes with each annotation? The second time we export...
@et2010, I agree that synchronizing both things is trivial and it is what I do (I have notes files that are associated with 70 PDFs each, and everything is kept...
There is [an open issue](https://github.com/weirdNox/org-noter/issues/54) that was created by someone using Spacemacs about not being able to create a session. Could you see if it is related to your problem?...
It's almost out of the box, with [very minimal configuration](https://github.com/weirdNox/dotfiles/blob/master/config/.emacs.d/config.org#org-noter). In the demo I just have the package installed, go to a heading and run the command `org-noter`, which does...