Robert Weiner
Robert Weiner
Sorry, better to report issues on the Hyperbole mailing list or bug list. I don't look for issues here often, so didn't see this one until now. Right now Hyperbole...
Hi Alex: Thanks for your feedback. I think there are some good ideas in there, we would just have to figure out implementation possibilities. I like the idea of being...
One issue to consider is that we try to use constructs in Hyperbole that will work on any valid Emacs display including dumb terminals. That is why we typically use...
Here's the suggested update that seems to work well: ```emacs-lisp (defun devdocs-lookup (&optional ask-docs initial-input) "Look up a DevDocs documentation entry. Display entries in the documents `devdocs-current-docs' for selection. With...
There are two separate issues here. 1. Should devdocs-lookup leave point in the devdocs buffer? I say yes, so that the user can use all of the mode's key bindings...
That should be fine. Thank you.
I vote against any change that breaks the way the prefix arg has been used in ace-window for a long time (greater than a year).
Thanks. -- Bob > On Jul 29, 2020, at 4:06 PM, Ori wrote: > > > I was just going through the issue tracker to mention an unrelated topic...
One workaround for this problem is to use this feature included in the ace-window documentation: If you want to know the window selection characters ahead of time, turn on `ace-window-display-mode'....
You could close this issue since you have added code to insert a character into empty buffers that can support the leading/overlay character. However, this presently leaves the buffer modified....