Skip to content
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

CLOS-style configuration #484

Closed
wants to merge 3 commits into from
Closed

CLOS-style configuration #484

wants to merge 3 commits into from

Commits on Nov 7, 2019

  1. Use defparameters for user-configurable class symbols.

    This allows the user to easily subclass existing classes for use in Next.
    Ambrevar committed Nov 7, 2019
    Configuration menu
    Copy the full SHA
    485e8bf View commit details
    Browse the repository at this point in the history
  2. Add make-minibuffer.

    Before we kept (make-instance 'minibuffer ...) because it gave us completion
    over `minibuffer' initargs.
    Since (make-instance *minibuffer-class* ...) does not complete its argument, we
    are better off using a wrapper now.
    Ambrevar committed Nov 7, 2019
    Configuration menu
    Copy the full SHA
    3af7294 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2019

  1. Configuration menu
    Copy the full SHA
    95f743a View commit details
    Browse the repository at this point in the history