Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Debugger entered--Lisp error: (void-function frame-border-width)
- (frame-border-width)
- (* 2 (frame-border-width))
- (- (funcall multicolumn-display-pixel-width-function) (* 2 (frame-border-width)))
- (/ (- (funcall multicolumn-display-pixel-width-function) (* 2 (frame-border-width))) (multicolumn-window-pixel-width width-in-chars))
- (max 1 (/ (- (funcall multicolumn-display-pixel-width-function) (* 2 (frame-border-width))) (multicolumn-window-pixel-width width-in-chars)))
- multicolumn-resize-frame--optimal-number-of-windows(80)
- (setq number-of-windows (multicolumn-resize-frame--optimal-number-of-windows width-in-chars))
- (if number-of-windows nil (setq number-of-windows (multicolumn-resize-frame--optimal-number-of-windows width-in-chars)))
- (if (not window-system) nil (if width-in-chars nil (setq width-in-chars multicolumn-resize-frame-default-width)) (if number-of-windows nil (setq number-of-windows (multicolumn-resize-frame--optimal-number-of-windows width-in-chars))) (let* ((top (funcall multicolumn-frame-top-function)) (width (- (* number-of-windows (multicolumn-window-pixel-width width-in-chars)) (multicolumn-window-extra-width))) (height (- (funcall multicolumn-display-pixel-height-function) top))) (setq height (- height (funcall multicolumn-extra-height-function))) (if multicolumn-resize-frame-full-lines-only (progn (setq height (- height (% height (frame-char-height)))))) (if (boundp (quote window-resize-pixelwise)) (set-frame-size (selected-frame) width height (quote pixelwise)) (set-frame-size (selected-frame) (/ width (frame-char-width)) (/ height (frame-char-height)))) (if multicolumn-resize-frame--debug (progn (sit-for 0.1) (message (format "height: %d (became %d)" height (frame-text-height))))) (set-frame-parameter (selected-frame) (quote left) (- (/ (- (funcall multicolumn-display-pixel-width-function) (+ width (multicolumn-window-extra-width) (* 2 ...))) 2) (or (frame-parameter nil (quote border-width)) 0))) (set-frame-parameter (selected-frame) (quote top) (list (quote +) top)) number-of-windows))
- multicolumn-resize-frame(nil nil)
- (multicolumn-delete-other-windows-and-split (multicolumn-resize-frame width-in-chars number-of-windows))
- multicolumn-resize-and-split-frame(nil nil)
- ad-Orig-call-interactively(multicolumn-resize-and-split-frame record nil)
- call-interactively(multicolumn-resize-and-split-frame record nil)
- command-execute(multicolumn-resize-and-split-frame record)
- execute-extended-command(nil "multicolumn-resize-and-split-frame")
- smex-read-and-run(("dpaste-buffer" "customize-group" "package-install" "emacs-version" "icalendar-import-file" "prelude-delete-file-and-buffer" "customize-face" "eshell" "package-list-packages" "org-mode" "projectile-grep" "rgrep" "text-mode" "reveal-in-finder" "org-agenda-list-stuck-projects" "abbrev-mode" "pwd" "icy-mode" "projectile-ack" "delete-file-local-variable" "imenu" "ido-mode" "ido-everywhere" "ido-ubiquitous" "imenu-anywhere" "helm-org-headlines" "ido-ubiquitous-mode" "package-refresh-contents" "projectile-switch-project" "calc" "ielm" "proced" "ansi-term" "guru-mode" "helm-help" "helm-mini" "ido-dired" "find-dired" "delete-file" "smex-update" "helm-apropos" "hl-line-mode" "projectile-ag" "orgstruct-mode" "yas-minor-mode" "customize-saved" "helm-find-files" "emms-playlist-mode" "ido-imenu-anywhere" "smex-find-function" ...))
- smex()
- ad-Orig-call-interactively(smex nil nil)
- call-interactively(smex nil nil)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement