Re: [dev] [st] Problem linking in OpenBSD

2014-07-09 Thread Dimitris Papastamos
On Wed, Jul 09, 2014 at 01:16:05AM +0200, FRIGN wrote: On Tue, 8 Jul 2014 22:45:15 +0200 Roberto E. Vargas Caballero k...@shike2.com wrote: cannot find -lrt The fix is rather trivial: Just remove the damn -lrt. Seriously: On OpenBSD, you don't need to include any libs to use time.h; on

Re: [dev] Simple, suckless syslogd?

2014-07-09 Thread Dimitris Papastamos
On Tue, Jul 08, 2014 at 10:40:38PM -0400, Andrew Gwozdziewycz wrote: I'm looking for a very simple and suckless syslogd. What do people on this list use for this purpose? It has been on my mind recently after Ari posted crond. I have not implemented it yet. Other than that, I think toybox has

Re: [dev] [st] Problem linking in OpenBSD

2014-07-09 Thread Roberto E. Vargas Caballero
cannot find -lrt The fix is rather trivial: Just remove the damn -lrt. Yeah, but then we have to assume that st is not portable to OpenBSD. If we take this decission (that I don't like), we have to add some comment in the FAQ. Seriously: On OpenBSD, you don't need to include any libs

Re: [dev] [sandy] [PATCH] VIM key bindings.

2014-07-09 Thread Dimitris Zervas
On July 9, 2014 7:10:06 AM EEST, Andrew Hills ahi...@ednos.net wrote: On 7/8/14, 8:27 PM, Dimitris Zervas wrote: I know that some of you will really hate me about this, but I patched sandy to have command and insert mode. Actually, this was all that kept me from using sandy. (Well, I suppose my

Re: [dev] [sandy] [PATCH] VIM key bindings.

2014-07-09 Thread Ralph Eastwood
On 9 July 2014 07:34, Dimitris Zervas dzer...@dzervas.gr wrote: On July 9, 2014 7:10:06 AM EEST, Andrew Hills ahi...@ednos.net wrote: On 7/8/14, 8:27 PM, Dimitris Zervas wrote: I know that some of you will really hate me about this, but I patched sandy to have command and insert mode. Actually,

Re: [dev] [sandy] [PATCH] VIM key bindings.

2014-07-09 Thread Dimitris Zervas
Good work, I was surprised to see dmenu used, but seems to work well with it. As a suggestion/alternative, ncurses supports status bars which can also serve as the command bar (which would be useful over an ssh session). Yes, I also thought of it, but you lose precious space. I may add a fallback

Re: [dev] [sandy] [PATCH] VIM key bindings.

2014-07-09 Thread Raphaël Proust
On Wed, Jul 9, 2014 at 9:50 AM, Dimitris Zervas dzer...@dzervas.gr wrote: Good work, I was surprised to see dmenu used, but seems to work well with it. As a suggestion/alternative, ncurses supports status bars which can also serve as the command bar (which would be useful over an ssh session).

Re: [dev] [sandy] [PATCH] VIM key bindings.

2014-07-09 Thread Markus Teich
Dimitris Zervas wrote: I keep my branch at: http://git.dzervas.gr/sandy if anyone is interested. Heyho, $ git clone http://git.dzervas.gr/sandy Cloning into 'sandy'... fatal: unable to access 'http://git.dzervas.gr/sandy/': The requested URL returned error: 500 I would like to try it out, was

Re: [dev] [sandy] [PATCH] VIM key bindings.

2014-07-09 Thread Silvan Jegen
On Wed, Jul 9, 2014 at 12:16 PM, Markus Teich markus.te...@stusta.mhn.de wrote: Dimitris Zervas wrote: I keep my branch at: http://git.dzervas.gr/sandy if anyone is interested. Heyho, $ git clone http://git.dzervas.gr/sandy Cloning into 'sandy'... fatal: unable to access

Re: [dev] [sandy] [PATCH] VIM key bindings.

2014-07-09 Thread Dimitris Zervas
On July 9, 2014 1:16:31 PM EEST, Markus Teich markus.te...@stusta.mhn.de wrote: Dimitris Zervas wrote: I keep my branch at: http://git.dzervas.gr/sandy if anyone is interested. Heyho, $ git clone http://git.dzervas.gr/sandy Cloning into 'sandy'... fatal: unable to access

Re: [dev] [sandy] [PATCH] VIM key bindings.

2014-07-09 Thread Dimitris Zervas
On July 9, 2014 1:19:23 PM EEST, Silvan Jegen s.je...@gmail.com wrote: On Wed, Jul 9, 2014 at 12:16 PM, Markus Teich markus.te...@stusta.mhn.de wrote: Dimitris Zervas wrote: I keep my branch at: http://git.dzervas.gr/sandy if anyone is interested. Heyho, $ git clone

Re: [dev] Simple, suckless syslogd?

2014-07-09 Thread Andrew Gwozdziewycz
On Wed, Jul 9, 2014 at 2:12 AM, Dimitris Papastamos s...@2f30.org wrote: On Tue, Jul 08, 2014 at 10:40:38PM -0400, Andrew Gwozdziewycz wrote: I'm looking for a very simple and suckless syslogd. What do people on this list use for this purpose? It has been on my mind recently after Ari posted

Re: [dev] [sandy] [PATCH] VIM key bindings.

2014-07-09 Thread Carlos Torres
Dimitris, http://git.dzervas.gr/sandy/commit/?id=60777b454326ce3790fcaf530fe3fd73469b5605 config.h is generated by Makefile from config.def.h you should put your changed in config.def.h instead, no? then maybe Rafa can pull your changes into his mainline easier. if he wants them :p --Carlos

Re: [dev] [sandy] [PATCH] VIM key bindings.

2014-07-09 Thread Dimitris Zervas
I just finished the sentence mode :) Just like vim, you form sentences with key bindings. ex.: d$ means delete until the eol. As of now, I have only implemented d verb and $ and ^ adjective. Please test them to find any bugs. I'll almost every key of vim tomorrow.

Re: [dev] [sandy] [PATCH] VIM key bindings.

2014-07-09 Thread Dimitris Zervas
On July 9, 2014 6:24:32 PM EEST, Carlos Torres vlaadbr...@gmail.com wrote: Dimitris, http://git.dzervas.gr/sandy/commit/?id=60777b454326ce3790fcaf530fe3fd73469b5605 config.h is generated by Makefile from config.def.h you should put your changed in config.def.h instead, no? then maybe Rafa can

Re: [dev] [sandy] [PATCH] VIM key bindings.

2014-07-09 Thread Lee Fallat
True neovim over here ;) Honestly though at least the implementation is a 100x cleaner. I'm not a vi/m user anymore, nor tui fan, but keep up the work guys. At least people will use software that sucks less.

Re: [dev] [sandy] [PATCH] VIM key bindings.

2014-07-09 Thread Dimitris Zervas
On July 9, 2014 6:32:16 PM EEST, Lee Fallat ircsurfe...@gmail.com wrote: True neovim over here ;) Honestly though at least the implementation is a 100x cleaner. I'm not a vi/m user anymore, nor tui fan, but keep up the work guys. At least people will use software that sucks less. Not just cleaner,

Re: [dev] [sandy] [PATCH] VIM key bindings.

2014-07-09 Thread Rafa Garcia Gallego
Hi Dimitris, Thanks for working on sandy! I'm skimming over the changes and they look promising. When you are done polishing, they would fit nicely upstream. In fact... does anyone use the default / non-modal sandy bindings on a daily basis? I find they work nicely for simple edits or when

Re: [dev] [sandy] [PATCH] VIM key bindings.

2014-07-09 Thread Dimitris Zervas
On July 9, 2014 10:14:16 PM EEST, Rafa Garcia Gallego rafael.garcia.gall...@gmail.com wrote: Hi Dimitris, Thanks for working on sandy! I'm skimming over the changes and they look promising. When you are done polishing, they would fit nicely upstream. In fact... does anyone use the default /

Re: [dev] [sandy] [PATCH] VIM key bindings.

2014-07-09 Thread Martti Kühne
On Wed, Jul 9, 2014 at 10:22 PM, Dimitris Zervas dzer...@dzervas.gr wrote: Yes! I was really worried about cancelling your precious work, but with 2 configs, we're happy :) I am now working on multiplying commands (5x will delete 5 chars, etc) and then I'll clean up and submit the final

Re: [dev] [sandy] [PATCH] VIM key bindings.

2014-07-09 Thread Silvan Jegen
On Wed, Jul 09, 2014 at 10:22:12PM +0300, Dimitris Zervas wrote: On July 9, 2014 10:14:16 PM EEST, Rafa Garcia Gallego rafael.garcia.gall...@gmail.com wrote: Hi Dimitris, Thanks for working on sandy! I'm skimming over the changes and they look promising. When you are done polishing, they

Re: [dev] [slock] Configure OOM killer as non-root

2014-07-09 Thread S. R. Gal
-- From Danilo 08-07-2014 at 16:19 -- Hi Amadeus Am Di, 8. Jul 2014, um 16:08, schrieb Amadeus Folego: I also can't use it as non-root, how did you solve it? You need to change the owner of the binary to root and set the suid bit: $ sudo chown root slock $ sudo chmod

Re: [dev] [sandy] [PATCH] VIM key bindings.

2014-07-09 Thread Marc André Tanner
On Wed, Jul 09, 2014 at 09:14:16PM +0200, Rafa Garcia Gallego wrote: If suckless-vi ends up based on sandy I'll be as happy as a clam. I don't have a lot of free time, but I'd be happy to help. I'm actually also interested in a suckless-vi but for me this includes a design based on piece tables

Re: [dev] [ANNOUNCE] abduco-0.1, a lightweight alternative to tmux and screen

2014-07-09 Thread Marc André Tanner
On Sat, Jul 05, 2014 at 10:28:52AM +0200, Marc André Tanner wrote: I'm pleased to announce the first official release of abduco The git version of abduco and dvtm should now also work on Solaris. Furthermore abduco is now also packaged for Fedora[0]. If some Debian developer is lurking around,

Re: [dev] [sandy] [PATCH] VIM key bindings.

2014-07-09 Thread Carlos Torres
Hey Marc, On Wed, Jul 9, 2014 at 4:42 PM, Marc André Tanner m...@brain-dump.org wrote: On Wed, Jul 09, 2014 at 09:14:16PM +0200, Rafa Garcia Gallego wrote: ...this includes a design based on piece tables rather than the double linked list approach taken by sandy. What are the performance

Re: [dev] [sandy] [PATCH] VIM key bindings.

2014-07-09 Thread Markus Teich
Dimitris Zervas wrote: I am now working on multiplying commands (5x will delete 5 chars, etc) and then I'll clean up and submit the final patches. Heyho Dimitris, please don't forget supporting the arrow keys and the six buttons above them. I know they are very unreachable and therefore vim

Re: [dev] [sandy] [PATCH] VIM key bindings.

2014-07-09 Thread Dimitris Zervas
If suckless-vi ends up based on sandy I'll be as happy as a clam. I don't have a lot of free time, but I'd be happy to help. I'm actually also interested in a suckless-vi but for me this includes a design based on piece tables rather than the double linked list approach taken by sandy. What do

Re: [dev] [sandy] [PATCH] VIM key bindings.

2014-07-09 Thread Carlos Torres
Yo On Wed, Jul 9, 2014 at 5:00 PM, Carlos Torres vlaadbr...@gmail.com wrote: Hey Marc, On Wed, Jul 9, 2014 at 4:42 PM, Marc André Tanner m...@brain-dump.org wrote: On Wed, Jul 09, 2014 at 09:14:16PM +0200, Rafa Garcia Gallego wrote: ...this includes a design based on piece tables rather

Re: [dev] [sandy] [PATCH] VIM key bindings.

2014-07-09 Thread Calvin Morrison
On 9 July 2014 20:56, Dimitris Zervas dzer...@dzervas.gr wrote: If suckless-vi ends up based on sandy I'll be as happy as a clam. I don't have a lot of free time, but I'd be happy to help. I'm actually also interested in a suckless-vi but for me this includes a design based on piece tables