This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-10-10
Channels
- # announcements (10)
- # aws (5)
- # babashka (81)
- # babashka-sci-dev (4)
- # beginners (100)
- # calva (60)
- # clj-kondo (34)
- # clojars (1)
- # clojure (30)
- # clojure-austin (12)
- # clojure-berlin (1)
- # clojure-europe (45)
- # clojure-italy (5)
- # clojure-losangeles (9)
- # clojure-nl (3)
- # clojure-norway (10)
- # clojure-spec (1)
- # clojurescript (8)
- # community-development (2)
- # conjure (5)
- # cursive (10)
- # data-science (2)
- # datalog (1)
- # emacs (4)
- # events (10)
- # fulcro (6)
- # jobs-discuss (8)
- # lambdaisland (3)
- # leiningen (2)
- # luminus (5)
- # membrane (61)
- # off-topic (8)
- # portal (5)
- # releases (20)
- # sci (25)
- # scittle (6)
- # shadow-cljs (25)
- # testing (6)
- # xtdb (11)
any tips on setting emacs (terminal) to interpret ALT_L as control and ALT_R as meta w/o xmodmap and blowing up the rest of my X11 setup?
It's up to the terminal to decide how to interpret them, not emacs. You'd have to look at the docs for whichever terminal emulator you're using. xmodmap is by far the easiest solution, but some sophisticated emulators should let you rebind there.
setxkbmap
Example:
# left ctrl is hyper, caps is control, menu key (next to right ctrl on my keybord) is another super
# check the man page of `setxkbmap` and grep
# /usr/share/X11/xkb for options
setxkbmap -layout us -option ctrl:swapcaps_hyper,nodeadkeys,nbsp:level3,altwin:menu_win