-
-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support display-only information in place of a suffix
Group headings are also display-only information and raw strings can be used anywhere a suffix can appear, but this class makes it possible to display arbitrary information anywhere *and* to style it in any way one fancies. By inheriting from `transient-suffix' (instead of `transient-child') we avoid having to implement many new methods, but semantically this is a bit questionable. Leaving the `command' and `key' slots undefined, means that we have to use `slot-boundp' in a few places, but on the other hand that helps dealing the semantic inconsistency. Closes #226.
- Loading branch information
Showing
3 changed files
with
61 additions
and
11 deletions.
There are no files selected for viewing
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
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
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