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

Fix uninitialized frame crashes #104

Merged
merged 3 commits into from
Nov 20, 2019
Merged

Fix uninitialized frame crashes #104

merged 3 commits into from
Nov 20, 2019

Commits on Oct 10, 2019

  1. Fix errors resulting from uninitialized frames.

    These occur when persp-mode is active, but a frame is created with
    after-make-frame-functions bypassed (i.e., let-bound to nil), resulting in
    frames without frame parameters which persp-mode expects.
    
    Since most of these errors occur in unguarded use of perspectives-hash,
    persp-curr, and persp-last, this workaround tries to return reasonable but empty
    values from these functions instead of nil.
    gcv committed Oct 10, 2019
    Configuration menu
    Copy the full SHA
    6dee778 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43e0d58 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2019

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