Fork me on GitHub
#emacs
<
2017-02-07
>
qqq04:02:16

omg ; I just turned off backups/autosave ; then I overwrote my http://emacs.org

qqq04:02:23

I think this means I just nuked my entire eamcs config file 😞

qqq05:02:58

emacs rewritten -- henceforth, I shall git commig every day

pesterhazy10:02:28

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

richiardiandrea15:02:25

For search in context there is also the awesome helm-swoop 😀

sonnyto18:02:48

paredit key binding does not work for me when I'm connecting on an android device. for example ctrl-arrows do not work

sonnyto18:02:00

it works however when I'm connecting from a normal ubuntu latop

sonnyto18:02:24

any idea why it paredit keybindings don't work when connecting from an android device?

tanzoniteblack18:02:26

@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

sonnyto18:02:52

@tanzoniteblack thanks. you're right. the ctrl is not sent. emacs just sees an arrow key

sonnyto18:02:23

any idea how do I force android to send the ctrl key?

sonnyto18:02:00

strange thing is the other key bindings using ctrl works

sonnyto18:02:11

just the ctrl-arrow combination doesnt work

tanzoniteblack18:02:37

no idea, sorry. I don't think I've ever tried to use emacs on Android before

sonnyto18:02:01

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

tanzoniteblack18:02:15

You could try re-binding the paredit keys to M-( and M-) (which are the default of smartparens, I think)

tanzoniteblack18:02:26

at least solves your problem of not having access to those functions

tanzoniteblack18:02:44

even if it will annoy you everytime you go to use them because your muscle memory is leading you astray

sonnyto19:02:58

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

sonnyto20:02:35

@tanzoniteblack thanks for the tip on rebinding. but i found an ssh client that works

tanzoniteblack20:02:45

awesome, much better idea!

pesterhazy20:02:36

@plexus and I talked today about the possibility of a structural editor using touch gestures

pesterhazy20:02:16

think "expand" and "contract" gestures

pesterhazy20:02:32

so many possibilities