-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Many small fixes and doc updates prior to V9 release #405
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The above makes all test cases run properly. For windows-grid, make BLANK buffers have an initial space in the name so is hidden in buffer lists.
Autosave global button file after any edits.
Klinks add support for linking to headings ending with colon or newline at the start of a cell. Fix klink ibtype priority. klink:act fix doc to reflect that 'start-pos' arg refers to the start of the cell-ref in the link, not to the link's referent. klink:at-p limit referent matches to .kotl? files. Fix relative line and column numbers. Make Koutline columns relative to indent. Add hsys-org-consult-grep function to consult grep over org-directory.
Fix hui--ibut-link-directly-to-dired.
Fix ignore case issue in hyrolo. Update demos and manual with new klink # syntax. Fix 2 tests cases due to updated code.
Also, remove debugging 'message' call. hui--ibut-link-directly-to-dired - Handle non-readable input such as <ilink:...>.
Introduce hyrolo--expanded-file-list to hold full list of hyrolo files after expansion. Remove all previously obsoleted rolo-* variables in favor of hyrolo-*. Use hyperbole-hyrolo group for all hyrolo customizable variables.
* test/demo-tests.el: Fixes. * TAGS: Remove from git but keep including in packages and tarballs. * hycontrol.el (hycontrol-windows-grid): Update to defer to outline mode keybindings in much fewer contexts. Most windows-grid prefix args cannot be used by these modes, so execute the windows-grid command rather than deferring to these modes. * hypb.el (hypb:display-file-with-logo): Fix banner insertion if buffer is read-only when created. * hycontrol.el (hycontrol-windows-grid-by-file-pattern): Fix to error when num-files or grid-size is zero. * FAST-DEMO (Implicit Buttons, Hyperbole Explicit and Global Buttons): Update to document implicit and explicit link button creation with two or more windows on screen. * man/hyperbole.texi (HyRolo Settings): Document hyrolo-file-list support for wildcards, variables and directories. * hyrolo.el (hyrolo-expand-path-list): hpath.el (hpath:expand-list): Expand file wildcards only when 'find-file-wildcards' is non-nil and document this. * hmouse-tag.el (smart-lisp-at-known-identifier-p, smart-lisp-find-tag, smart-lisp-at-definition-p): Add support for 'ert-deftest' definitions. (smart-entire-tags-table-list): Add to compute full list of tags tables to use. Use in 'smart-tags-display' and in 'smart-tags-find-p'. (smart-tags-find-p): Fix that an existing 'tags-table-list' was overriding 'smart-tags-file-list'. HY-NEWS (ERT Test Case Symbols Jump to Definition): Document new smart tags support for ert test case symbols. * Makefile (LET_VARIABLES): Add to batch tests to automatically enable local variables in Hyperbole files that are tested. * kotl/kotl-mode.el (kotl-mode:split-cell): Remove any whitespace around point before splitting the cell. * HY-CONCEPTS.kotl: Expand and improve button descriptions FAST-DEMO: Add pointers to "HY-CONCEPTS.kotl", default to Org mode with Smart Keys active.
This applies to Hyperbole bindings of {C-c RET}, {C-c .}, {C-c @}, and {C-c /}. These defer to any major mode like org-mode, outline-mode or kotl-mode that binds them to other commands. This also works for outline-minor-mode.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.