Hi Sam,
I just tried "Emacs live". I'm running  MAC OSX and emacs in  a Terminal 
with the Option "use option as Meta" 
I have a German Keyboard Layout so I added this to init.el:

(global-set-key "\M-4" '(lambda () (interactive) (insert "\\")))
(global-set-key "\M-5" '(lambda () (interactive) (insert "[")))
(global-set-key "\M-6" '(lambda () (interactive) (insert "]")))
(global-set-key "\M-7" '(lambda () (interactive) (insert "|")))
(global-set-key "\M-8" '(lambda () (interactive) (insert "{")))
(global-set-key "\M-9" '(lambda () (interactive) (insert "}")))

But after restarting emacs the above has no effect?
Would you know why?
  

Am Sonntag, 27. Mai 2012 17:09:18 UTC+2 schrieb James:
>
> Hi, I have GNU Emacs v 23.4 installed on Mac OS X 10.7.4. I've 
> followed the installation instructions for clojure-mode but get stuck 
> at the point where I have to issue the following in Emacs: 
>
>     M-x eval-buffer 
>     M-x package-refresh-contents 
>
> The second line gives me [No match]. 
>
> I have package.el under ~/.emacs.d/packages/. Under ~/.emacs.d/, I 
> have: 
>
> auto-save-list/ 
> clojure-test-mode.el 
> init.el 
> clojure-mode.el 
> clojurescript-mode.el 
> packages/ 
>
> Here's my init.el: 
>
> (add-to-list 'load-path "~/.emacs.d/") 
> (require 'clojure-mode) 
>
> (add-to-list 'load-path "~/.emacs.d/packages/") 
>
> (require 'package) 
> (add-to-list 'package-archives 
>              '("marmalade" . "http://marmalade-repo.org/packages/";)) 
> (package-initialize) 
>
> What am I doing wrong? 
>
> Thanks beforehand, 
> James 
>

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to