Conversation
Notices
-
-
As it turns out, retrofitting line indenting into IdentiCurse is not as easy as it looks.
-
@psquid same problem in identicaMode, the word wrap feature isn't very configurable, so I think I'd have to wrap manually to indent.
-
@kevingranade Well, we already wrap manually, because somehow ncurses doesn't know how (just crashes if anything would go off the side).
-
@kevingranade So that bit's not too hard. It's just changing the line data structure consistently throughout is an annoyance.
-
@kevingranade Also, given I'm mucking about in emacs again now, I'll have to take a look at identica-mode. :)
-
@psquid Or maybe get Emacs some keybindings into #identicurse?
-
"Symbol's function definition is void: oauth-authorize-app" #suboptimal #identicamode :(
-
you need oauth.el ;)
-
@tekk Now I'm getting failure to authorize because it's setting "token=nil" in the request. Thoughts?
-
Afraid not. My instance doesn't have oauth so I don't use it
Psychedelic Squid likes this. -
@tekk Oh well. I have a unique password for fragdev anyway, so putting the password in isn't _too_ bad. :)
-
afraid not, probably won't be too hard if you dig around a bit. better to ask @gabrielsaldana, since he writes it.
-
@psquid please use latest from master branch I remember fixing that issue http://blog.gabrielsaldana.org/u/2
-
@archena It's already got all the ones that would actually be useful; C-a, C-e, C-w et al all work in the textbox. :)
-