This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-02-07
Channels
- # aleph (3)
- # aws (7)
- # beginners (117)
- # boot (119)
- # cider (2)
- # cljs-dev (3)
- # clojure (193)
- # clojure-austin (1)
- # clojure-dusseldorf (4)
- # clojure-finland (5)
- # clojure-france (5)
- # clojure-italy (7)
- # clojure-portugal (1)
- # clojure-russia (204)
- # clojure-serbia (5)
- # clojure-spec (31)
- # clojure-uk (64)
- # clojurescript (288)
- # community-development (9)
- # core-async (54)
- # cursive (8)
- # datascript (18)
- # datomic (26)
- # dirac (8)
- # emacs (26)
- # figwheel (1)
- # hoplon (16)
- # jobs (2)
- # jobs-discuss (4)
- # juxt (1)
- # lein-figwheel (4)
- # leiningen (14)
- # london-clojurians (2)
- # lumo (17)
- # off-topic (44)
- # om (63)
- # om-next (2)
- # onyx (26)
- # perun (14)
- # planck (5)
- # portland-or (34)
- # proton (2)
- # protorepl (8)
- # quil (1)
- # re-frame (6)
- # reagent (16)
- # remote-jobs (4)
- # ring (7)
- # ring-swagger (10)
- # rum (1)
- # untangled (2)
omg ; I just turned off backups/autosave ; then I overwrote my http://emacs.org
From the "How did I not know this?" department: In all helm buffers you can enable "follow mode" using C-c C-f, which lets you cycle through results while seeing the occurrences in context in the main window
For search in context there is also the awesome helm-swoop
😀
paredit key binding does not work for me when I'm connecting on an android device. for example ctrl-arrows do not work
any idea why it paredit keybindings don't work when connecting from an android device?
@sonnyto try calling the function describe-key
and make sure that the C-<arrow>
is actually being passed through from the OS properly to emacs. It's possible that it's grabbing that keyboard combination long before it makes its way into emacs
@tanzoniteblack thanks. you're right. the ctrl is not sent. emacs just sees an arrow key
no idea, sorry. I don't think I've ever tried to use emacs on Android before
thanks. my first time too. i'm traveling and my laptop died. so now i'm coding on a 7" android tablet via ssh. everything works except paredit. without paredit manipulating sexpressions manually is a pain in the butt
You could try re-binding the paredit keys to M-(
and M-)
(which are the default of smartparens, I think)
at least solves your problem of not having access to those functions
even if it will annoy you everytime you go to use them because your muscle memory is leading you astray
found an ssh client on android that works with paredit emacs keybindings. its life saver! now I can ssh into my linux box to code from android device. https://play.google.com/store/apps/details?id=com.termux
@tanzoniteblack thanks for the tip on rebinding. but i found an ssh client that works
awesome, much better idea!
@plexus and I talked today about the possibility of a structural editor using touch gestures
think "expand" and "contract" gestures
so many possibilities