Fork me on GitHub
#emacs
<
2016-11-07
>
rui.yang00:11:49

@cmack it shows bounded to C-M-d. but when I type C-M-d, nothing happens. And if I do describe-key, the mini buffer will wait for me to type keys. When I tried to type C-M-d, nothing happens in mini buffer. seems my mac has a problem interpreting the C-M-d combination. but I can type ESC C-d to trigger paredit-forward-down. and ESC C-d in describe-key shows: C-M-d (translated from <escape> C-d) runs the command paredit-forward-down

cmack00:11:52

interesting… do any other Ctrl-Alt commands work?

cmack00:11:59

@rui.yang e.g. if you mark a region, can you Ctrl-alt-\ to indent?

cmack00:11:05

@rui.yang in the non-working buffer, if you do C-h c C-M-d does it show a different binding?

rui.yang00:11:09

same behaviour. I assume it is an issue with my os, or keyboard setup or some mis configuration in my emacs. not related to paredit at all.

cmack00:11:30

do you use karabiner?

rui.yang00:11:25

but I modified my keyboard a little bit.

rui.yang00:11:19

I have the following in my config

rui.yang00:11:20

(when is-a-mac (setq mac-command-modifier 'meta) (setq mac-option-modifier 'none) (setq mac-command-key-is-meta t) (setq mac-option-key-is-meta nil) (setq default-input-method "MacOSX") ;; Make mouse wheel / trackpad scrolling less jerky (setq mouse-wheel-scroll-amount '(1 ((shift) . 5) ((control)))) (dolist (multiple '("" "double-" "triple-")) (dolist (direction '("right" "left")) (global-set-key (kbd (concat "<" multiple "wheel-" direction ">")) 'ignore))) (global-set-key (kbd "M-`") 'ns-next-frame) (global-set-key (kbd "M-h") 'ns-do-hide-emacs) (global-set-key (kbd "M-˙") 'ns-do-hide-others) (after-load 'nxml-mode (define-key nxml-mode-map (kbd "M-h") nil)) (global-set-key (kbd "M-ˍ") 'ns-do-hide-others) ;; what describe-key reports for cmd-option-h )

rui.yang00:11:30

anyway, I will do a mac upgrading to see if there is any difference

rui.yang00:11:44

if not, I’ll come back to ask for help again 🙂

statonjr12:11:47

@ag I have ClojureScript and org-mode working. Haven’t tried in 9.0 yet. I’m using planck.

jonpither12:11:40

is there a general emacs slack site?

jonpither12:11:54

my Org-export has stopped working apply: Wrong type argument: listp, #("Jon Pither" 0 10 (:parent (#0)))

cmack15:11:09

@jonpither I don’t think there is a general slack for emacs. I think most still prefer irc (#emacs on http://freenode.net) w.r.t to real-time chat.

ag17:11:44

@statonjr how? can you share a gist or whatever? I would love to have clojurescript in org-babel