Fork me on GitHub
#emacs
<
2019-08-12
>
dmaiocchi08:08:21

I think as next step with emacs, I want to read emails with emacs

dmaiocchi08:08:37

I know a friend of mine does it alrady professionally with it without any problem

dmaiocchi08:08:54

and I was also asking me if i could surf/navigating the web with emacs

dmaiocchi09:08:18

like use emacs a minimal web-browser, i have tried lynx in past etc but didn't work well

practicalli-johnny11:08:33

I use the Google empire for my email as I don't want to manage email myself. There is no value for me. My use of email is mostly done on my phone these days, its just a distraction on my computer (along with twitter, slack, etc. 🙂 ) In fact I am going to turn slack off and get some work done 🙂

dmaiocchi15:08:18

I tremendously agree with that

dmaiocchi15:08:07

It is indeed a good approach, perhaps having a dev machine with only Brower and nothing else a and a communication machine in different location cans also help

mping13:08:00

anyone using sayid with emacs? shortcuts dont quite work for me

bpiel13:08:33

@mping I am. Possibly no one else though. Not sure

bpiel13:08:45

what's the problem?

mping13:08:56

@bpiel do you have extra config? only shortcut that works is C-c s

mping13:08:02

I cant get the other ones to work, C-c s t ...

mping13:08:10

maybe I dont quite understand how to use it

bpiel13:08:39

maybe it's conflicting with something else in your config? C-c s isn't meant to do anything. It's the beginning of every sayid shortcut though

bpiel13:08:41

for example, does C-c s s pop up a new buffer?

bpiel13:08:08

It should pop up a new buffer with contents like this:

Traced namespaces:


Traced functions:

bpiel13:08:17

(assuming you haven't traced anything yet)

mping14:08:33

@bpiel I see, but C-c s immediately opens a pane with the help, so I can't event continue the shortcuts (ie, cant type the second s)

dpsutton14:08:15

what is bound to C-c s. running C-h c and then C-c s will tell you what binding is there

mping14:08:30

@dpsutton it says sayid-show-help

mping14:08:27

there's probably some prefix missing

bpiel14:08:15

Weird. Normally you need to press C-s h to get sayid-show-help @mping Actually, I do have this in my init.el

(eval-after-load 'clojure-mode
  '(sayid-setup-package))

bpiel14:08:37

That's the only config I have for sayid though

mping14:08:07

I'll try with a clean emacs

bpiel14:08:13

ok. good idea

bpiel14:08:20

because I haven't heard of this issue before