Re: [dev] [ANNOUNCE] vis-0.1: first release of a vim-like editor

2016-01-17 Thread Pickfire
I really like vis, I just don't like it's support for multi-window. I can't resize it. Is there any reason why vis won't implement libuv like neovim instead of using an unactive project like libtermkey? On Mon, Jan 18, 2016 at 08:24:14AM +0100, Jan Christoph Ebersbach wrote: Since I'm using a l

Re: [dev] [ANNOUNCE] vis-0.1: first release of a vim-like editor

2016-01-17 Thread Jan Christoph Ebersbach
Hi Marc, I like vis very much. It's blazing fast and comes with good defaults. The following things I noticed: - Setting defaults requires patching some c file instead of config.def.h - Background/Foreground colors are only applied when syntax highlighting is possible for the currently loaded

[dev] surf

2016-01-17 Thread Tom Butz
Hi there, surf is THE browser for FreeBSD! I love it, it does sound and movies just like that. (Most webpages I visit do not use Flash). How do I save webpages? Right-click ´Download..' comes up with error messgea on the console (Blocked...). When I print to a file (PDF/PS/SVG) the text is unre

Re: [dev] [bugs] st clears up upon resize and other little things

2016-01-17 Thread Markus Teich
Brad Luther wrote: > On the geometry being a multiple of the font, you say that "In the > past there was some work to avoid this situation adding pagging pixel > lines, and it generated a lot of problems". But ACE said there's still > a way touse it like that, by setting resizehints = False in conf

Re: [dev] [ANNOUNCE] vis-0.1: first release of a vim-like editor

2016-01-17 Thread Markus Teich
Marc André Tanner wrote: > > Maybe a global default 'syntax highlighter' applied regardless of file type > > could do the job? > > Maybe, yes. However you probably want these features in combination with > regular syntax highlighting. Maybe a layered approach would somehow work Thats what I meant

Re: [dev] [bugs] st clears up upon resize and other little things

2016-01-17 Thread Roberto E. Vargas Caballero
Hello, On Sun, Jan 17, 2016 at 12:20:11PM -0200, Brad Luther wrote: > Roberto Caballero The short form of my name is Roberto Vargas. Read [1]. > so I understand that the behavior that makes > content be lost is because it is less hungry on memory? If that's the > case, I think this is acceptable

Re: [dev] [ANNOUNCE] vis-0.1: first release of a vim-like editor

2016-01-17 Thread Marc André Tanner
> > > - How am I supposed to set my default theme/tabwidth/relativenumber/… > > > settings? I could not find the option in config.h. > > > > By changing visrc.lua: > > > > vis.command('set ') > > Thanks, I missed that in the README. However there should be a few examples. I > just tried to ins

Re: [dev] [ANNOUNCE] vis-0.1: first release of a vim-like editor

2016-01-17 Thread Silvan Jegen
On Sun, Jan 17, 2016 at 07:23:06PM +0100, Marc André Tanner wrote: > On Sun, Jan 17, 2016 at 05:28:14PM +0100, Silvan Jegen wrote: > > The command history buffer does not yet work correctly for me but I am > > very glad to see the first version working for some cases already. > > Could you give a

Re: [dev] [ANNOUNCE] vis-0.1: first release of a vim-like editor

2016-01-17 Thread Marc André Tanner
On Sun, Jan 17, 2016 at 05:28:14PM +0100, Silvan Jegen wrote: > The command history buffer does not yet work correctly for me but I am > very glad to see the first version working for some cases already. Could you give a few more details? What unexpected behaviour did you encounter. As mentioned e

Re: [dev] [ANNOUNCE] vis-0.1: first release of a vim-like editor

2016-01-17 Thread Markus Teich
Heyho Marc, Marc André Tanner wrote: > On Sat, Jan 16, 2016 at 07:09:26PM +0100, Markus Teich wrote: > > - Why did you choose to use full black instead of the base03 color from > > solarized? > > > > - Even after "fixing" the above the colors don't look like solarized in any > > way. If you don'

Re: [dev] [ANNOUNCE] vis-0.1: first release of a vim-like editor

2016-01-17 Thread Silvan Jegen
Hi Marc I am enjoying vis a lot but the following missing functionality as detrimental to my enjoyment... On Sat, Jan 16, 2016 at 07:09:26PM +0100, Markus Teich wrote: > Marc André Tanner wrote: > > Did you (or anyone else) try it? First impressions? Which features did you > > miss the most? > >

Re: [dev] [bugs] st clears up upon resize and other little things

2016-01-17 Thread Brad Luther
Hello. Roberto Caballero - so I understand that the behavior that makes content be lost is because it is less hungry on memory? If that's the case, I think this is acceptable. It's a good reason. On the geometry being a multiple of the font, you say that "In the past there was some work to avoid t

Re: [dev] [ANNOUNCE] vis-0.1: first release of a vim-like editor

2016-01-17 Thread Marc André Tanner
On Sat, Jan 16, 2016 at 07:09:26PM +0100, Markus Teich wrote: > Marc André Tanner wrote: > > Did you (or anyone else) try it? First impressions? Which features did you > > miss the most? > > Heyho Marc, > > I built the standalone version and tried some stuff. I also went through my > vimrc to fin

Re: [dev] [bugs] st clears up upon resize and other little things

2016-01-17 Thread Roberto E. Vargas Caballero
Hi, On Fri, Jan 15, 2016 at 10:53:30AM -0200, Brad Luther wrote: > 1 - when you open st and some strings printed (try 'ls' for example), > upon resizing it down and resizing it back up, the content is lost. > Shouldn't the printed stuff remain there? This is an annoyance for > when I, for example,