Adam Porter
Adam Porter
I'd prefer not to add another function if it's not necessary. What about the suggestion I made here: https://github.com/alphapapa/activities.el/pull/48#issuecomment-2018237587 What problems would using that cause?
Note that `activities-activities` is an alist where the keys are the names and the values are the activities. Anyway, how about this? Seems to work well: ```el (defun activities-switch (activity)...
> thanks I feel like I have learned quite a lot just by trying to implement things as you suggested. I'm glad, as that was my intention. :) > I...
A couple of quick notes from our discussion: 1. Maybe we can use a zero-width space, i.e. only apply the activities face to everything after a zero-width space, leaving the...
1. As you can see in that data structure, that bookmark attempts to point to the `*Ibuffer*` buffer. `ibuffer` does not support the `bookmark` system, so its buffers can't be...
Have you looked at the documentation? It should already explain all of that.
You're welcome. I still need to adjust the error message, so reopening this issue.
> so is the same with `pdf-view-mode`? I use `pdf-tools` with it: > > ``` > Activities was unable to get a buffer for bookmark: > > ("original-1830.pdf" (filename ....
I see an error in your echo area there: `File mode specification error: (void-variable pdf-tools-enabled-modes)`. That seems likely to be relevant to the problem. I'm guessing that it indicates a...
> > I'm guessing that it indicates a bug in `pdf-tools`'s bookmark support. > > if they have that supported at all, of course. You can see in the bookmark...