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

M-x helm-show-kill-ring => Symbol's value as variable is void: \.\.\. #204

Closed
deftsp opened this issue Feb 28, 2013 · 2 comments
Closed

Comments

@deftsp
Copy link
Contributor

deftsp commented Feb 28, 2013

Helm: 6462246
Emacs Versioin: GNU Emacs 24.3.50.2 (x86_64-apple-darwin12.2.0, NS apple-appkit-1187.34) of 2013-02-28

It seems the value `helm-source-kill-ring' is error.

C-h v helm-source-kill-ring

Value: ((name . "Kill Ring")
 (init lambda nil
       (helm-attrset \.\.\. last-command))
 (candidates . helm-c-kill-ring-candidates)
 (filtered-candidate-transformer helm-c-kill-ring-transformer)
 (action
  ("Yank" . helm-c-kill-ring-action)
  ("Delete" lambda \.\.\. \.\.\.))
 (keymap keymap
         (C-M-left . backward-sexp)
         (C-M-right . forward-sexp)
         (27 keymap \.\.\. \.\.\.)
         keymap
         (menu-bar keymap \.\.\.)
         (help keymap \.\.\.)
         (f1)
         (8 keymap \.\.\. \.\.\. \.\.\. \.\.\.)
         (20 lambda \.\.\. \.\.\. \.\.\.)
         (C-tab . undefined)
         (67108897 . helm-toggle-suspend-update)
         (3 keymap \.\.\. \.\.\. \.\.\. \.\.\. \.\.\. \.\.\.)
         (67108987 . helm-enlarge-window)
         (67108989 . helm-narrow-window)
         (19 . undefined)
         (18 . undefined)
         (23 . helm-yank-text-at-point)
         (24 keymap \.\.\. \.\.\.)
         (11 . helm-delete-minibuffer-contents)
         (67108896 . helm-toggle-visible-mark)
         (C-M-up . helm-scroll-other-window-down)
         (C-M-down . helm-scroll-other-window)
         (M-prior . helm-scroll-other-window-down)
         (M-next . helm-scroll-other-window)
         (12 . helm-recenter-top-bottom-other-window)
         (15 . helm-next-source)
         (10 . helm-select-3rd-action)
         (5 . helm-select-2nd-action-or-end-of-line)
         (26 . helm-execute-persistent-action)
         (9 . helm-select-action)
         (13 . helm-exit-minibuffer)
         (left . helm-previous-source)
         (right . helm-next-source)
         (7 . helm-keyboard-quit)
         (22 . helm-next-page)
         (27 keymap \.\.\. \.\.\. \.\.\. \.\.\. \.\.\. \.\.\. \.\.\. \.\.\. \.\.\. \.\.\. \.\.\. \.\.\. \.\.\. \.\.\. \.\.\. \.\.\.)
         (next . helm-next-page)
         (prior . helm-previous-page)
         (16 . helm-previous-line)
         (14 . helm-next-line)
         (up . helm-previous-line)
         (down . helm-next-line)
         keymap
         (18 . helm-minibuffer-history)
         (menu-bar keymap \.\.\.)
         (10 . exit-minibuffer)
         (13 . exit-minibuffer)
         (7 . abort-recursive-edit)
         (C-tab . pl/ido-magic-file-cache)
         (9 . self-insert-command)
         (XF86Back . previous-history-element)
         (up . previous-history-element)
         (prior . previous-history-element)
         (XF86Forward . next-history-element)
         (down . next-history-element)
         (next . next-history-element)
         (27 keymap \.\.\. \.\.\. \.\.\. \.\.\. \.\.\.))
 (last-command . self-insert-command)
 (migemo)
 (multiline))
@thierryvolpiatto
Copy link
Member

Shihpin Tseng notifications@github.com writes:

Helm: 6462246
Emacs Versioin: GNU Emacs 24.3.50.2 (x86_64-apple-darwin12.2.0, NS apple-appkit-1187.34) of 2013-02-28

It seems the value `helm-source-kill-ring' is error.
IIRC we had already this problem, it was a Macosx related problem but I
can't recall what, look in the old issues, you will find it (it was
fixed), only some seeting on Mac should be done, not helm.

Thierry
Get my Gnupg key:
gpg --keyserver pgp.mit.edu --recv-keys 59F29997

@deftsp
Copy link
Contributor Author

deftsp commented Feb 28, 2013

Sloved. Thanks.
#94

@deftsp deftsp closed this as completed Feb 28, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants