On Fri, Dec 4, 2009 at 4:41 AM, Lauri Pesonen <lauri.peso...@iki.fi> wrote:
> 2009/12/2 Matthew Williams <matthew.d.willi...@gmail.com>: > > Using the Cocoa build of Emacs 23 (http://www.emacsformacosx.com) I > > was able to get up and running extremely quickly with Technomancy's > > swank-clojure install. > > This is very much off-topic, but... > > How do you type ''#' in the Cocoa build of Emacs 23 (I'm on a UK > keyboard and in OS X apps I type option-3 to get'#')? Aquamacs has a > mode where option-3 is interpreted as '#' rather than a meta-3 which > takes care of my problem, but I haven't figured out how to do the same > thing in the Cocoa build. > I don't suppose binding meta-3 to self-insert works? If not, find out if there's an elisp way to get a character by ASCII code or similarly. The # symbol is ASCII 35. Then find what elisp code is used to insert a specific character by ASCII code, and bind meta-3 to something you code up that inserts ASCII 35. -- 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