Re: [dev] [st] goals / non-goals for st?

2009-08-24 Thread Mate Nagy
On Mon, Aug 24, 2009 at 02:17:15AM +0200, Valentin wrote: > Isn't that what screen's there for? :P if only screen's interface for scrolling back wasn't ridiculously uncomfortable. IMHO shift+pgup/pgdn, and horribile dictu mousewheel scrolling are essential. On the other hand, regex search forward

[dev] surf and dwm's tiled layout

2009-08-24 Thread Lorenzo Bolla
Hi all, when using surf with dwm's tiled layout, if surf is in the client's stack it overlaps all the clients below it (i.e. if it is the first client it overlaps all the clients in the stack, if it the second it leaves the first visible but overlaps the others and so on). is there a way to fix it?

Re: [dev] [st] goals / non-goals for st?

2009-08-24 Thread Lorenzo Bolla
what's wrong with CTRL-a[ ?you can use regex bw/fw search too with '/' and '?' (like vi). On Mon, Aug 24, 2009 at 9:13 AM, Mate Nagy wrote: > > On Mon, Aug 24, 2009 at 02:17:15AM +0200, Valentin wrote: > > Isn't that what screen's there for? :P > if only screen's interface for scrolling back

Re: [dev] [st] goals / non-goals for st?

2009-08-24 Thread Antoni Grzymala
Mate Nagy dixit (2009-08-24, 10:13): > On Mon, Aug 24, 2009 at 02:17:15AM +0200, Valentin wrote: > > Isn't that what screen's there for? :P > if only screen's interface for scrolling back wasn't ridiculously > uncomfortable. IMHO shift+pgup/pgdn, and horribile dictu mousewheel Yeah, it's a bit a

Re: [dev] [st] goals / non-goals for st?

2009-08-24 Thread Szabolcs Nagy
On 8/24/09, Lorenzo Bolla wrote: > what's wrong with CTRL-a[ it has nothing to do with x, so the selection cannot be (easily) pasted into other applications (..and inter application communication is the main reason for copy paste) also it is ridiculously complicated C-a [ C-a ]

[dev] [flate] announcement

2009-08-24 Thread Szabolcs Nagy
i've been working on a simple implementation of the deflate compression algorithm the code is available at the suckless repository now http://hg.suckless.org/flate it is still work in progress, i plan to use it in another project to replace zlib. it does not do anything fancy (yet) but the compr

Re: [dev] [last] lastfm interface

2009-08-24 Thread Yoshi Rokuko
On Wed, Aug 12, 2009 at 12:21:13PM +0200, Henry wrote: > > check it out at http://nex.scrapping.cc/shell-fm/ i did that now - i like it so far, thanks regards, y0shi

Re: [dev] [st] goals / non-goals for st?

2009-08-24 Thread pancake
Yep, I dont see why we should delegate scrolling to screen. screen is bloated GNU software and i dont want to relay on it. Another random idea for 'st' would be to redirect the IO of the terminal to a file. Something like piping shell applications but integrated on X. Like overlapping buffers

[dev] dwm and xradr -o

2009-08-24 Thread Swiat R. Gal
When on my tablet I execute xrandr -o left (or anything else) my dwm switches to the first tag in tab mode ie. default settings. Is it a bug of feature? If the later, how can I override this? Sincerely, s.

Re: [dev] dwm and xradr -o

2009-08-24 Thread Anselm R Garbe
]2009/8/24 Swiat R. Gal : > When on my tablet I execute xrandr -o left (or anything else) > my dwm switches to the first tag in tab mode > ie. default settings. dwm re-initializes the monitor setup if xrandr changes geometry. That means, that also the selected tags are reverted to the default sett

[dev] sup mail client

2009-08-24 Thread pancake
I have recently read this post and got interest on trying sup: http://cworth.org/sup/a-mail-client-for-geeks/ Does somebody already tried? I have installed with: sudo gem install sup And i'm going to start playing with it, but a part from the nice features I read, I can't avoid thinking on r

Re: [dev] [st] goals / non-goals for st?

2009-08-24 Thread Alexander Polakov
2009/8/24, pancake : > Yep, I dont see why we should delegate scrolling to screen. screen is > bloated GNU > software and i dont want to relay on it. tmux is here for those who hate GNU stuff.

Re: [dev] sup mail client

2009-08-24 Thread Jimmy Tang
On Mon, Aug 24, 2009 at 01:09:27PM +0200, pancake wrote: > I have recently read this post and got interest on trying sup: > > http://cworth.org/sup/a-mail-client-for-geeks/ > > Does somebody already tried? I have installed with: > > sudo gem install sup > > And i'm going to start playing with it,

Re: [dev] sup mail client

2009-08-24 Thread Kurt H Maier
On Mon, Aug 24, 2009 at 7:08 AM, Jimmy Tang wrote: > I've tried using it, if I didn't already have a big archive of old mails > that I need to refer to and you are starting up a new account its > probably worth trying out. > > generating the ferret db's for an existing set of mbox's or mdir's is a

Re: [dev] surf dependencies

2009-08-24 Thread Kurt H Maier
On Sun, Aug 23, 2009 at 11:13 PM, Amit Uttamchandani wrote: > Recently upgraded webkit to 1.1.12-1 and getting the following error: > > ./surf: symbol lookup error: /usr/lib/libwebkit-1.0.so.2: undefined > symbol: soup_content_sniffer_get_type You need to upgrade libsoup. While you're at it, make

Re: [dev] sup mail client

2009-08-24 Thread Amit Uttamchandani
On Mon, 24 Aug 2009 13:09:27 +0200 pancake wrote: > I have recently read this post and got interest on trying sup: > > http://cworth.org/sup/a-mail-client-for-geeks/ > > Does somebody already tried? I have installed with: > Same experience as the others have mentioned but also would like to

Re: [dev] surf dependencies

2009-08-24 Thread Amit Uttamchandani
On Mon, 24 Aug 2009 07:39:27 -0500 Kurt H Maier wrote: > On Sun, Aug 23, 2009 at 11:13 PM, Amit Uttamchandani wrote: > > Recently upgraded webkit to 1.1.12-1 and getting the following error: > > > > ./surf: symbol lookup error: /usr/lib/libwebkit-1.0.so.2: undefined > > symbol: soup_content_sniff

Re: [dev] sup mail client

2009-08-24 Thread pancake
Amit Uttamchandani wrote: On Mon, 24 Aug 2009 13:09:27 +0200 pancake wrote: I have recently read this post and got interest on trying sup: http://cworth.org/sup/a-mail-client-for-geeks/ Does somebody already tried? I have installed with: Same experience as the others have mentio

Re: [dev] [st] goals / non-goals for st?

2009-08-24 Thread Val Polyakov
> 2009/8/24, pancake : >> Yep, I dont see why we should delegate scrolling to screen. screen is >> bloated GNU >> software and i dont want to relay on it. > > tmux is here for those who hate GNU stuff. > what's wrong with GNU stuff? I mean - why hate it? :)

Re: [dev] sup mail client

2009-08-24 Thread hiro
> It's nice to see new concepts on the mail platform, > but I certainly see nothing new (because Gmail already did it), but > it's nice to see it as in Free Software. 1. They are extending Gmail's concepts; example: kill-thread. 2. free software, oh nevermind...

Re: [dev] [st] goals / non-goals for st?

2009-08-24 Thread Kurt H Maier
On Mon, Aug 24, 2009 at 8:23 AM, Val Polyakov wrote: > what's wrong with GNU stuff? > > I mean - why hate it? :) autotools libtool the list continues for about as long as gnu's catalogue -- # Kurt H Maier

Re: [dev] [st] goals / non-goals for st?

2009-08-24 Thread hiro
it sucks. On Mon, Aug 24, 2009 at 3:23 PM, Val Polyakov wrote: >> 2009/8/24, pancake : >>> Yep, I dont see why we should delegate scrolling to screen. screen is >>> bloated GNU >>> software and i dont want to relay on it. >> >> tmux is here for those who hate GNU stuff. >> > > what's wrong with GN

Re: [dev] [st] goals / non-goals for st?

2009-08-24 Thread Szabolcs Nagy
On 8/24/09, Val Polyakov wrote: >> 2009/8/24, pancake : >>> Yep, I dont see why we should delegate scrolling to screen. screen is >>> bloated GNU >>> software and i dont want to relay on it. >> >> tmux is here for those who hate GNU stuff. >> > > what's wrong with GNU stuff? the point is the 'blo

[dev] X Hints for surf -- patch

2009-08-24 Thread Lorenzo Bolla
I've noticed that surf does not seem to set X Hints, therefore surf windows does not behave with dwm. This patch should fix the problem. Regards, Lorenzo $ diff -c surf.c.orig surf.c *** surf.c.orig 2009-08-24 12:21:03.0 +0100 --- surf.c 2009-08-24 16:35:02.0 +0100 ***

Re: [dev] [last] lastfm interface

2009-08-24 Thread Kris Maglione
On Wed, Aug 12, 2009 at 12:21:13PM +0200, Henry wrote: if you just want a minimal radio client, i'd suggest you check out shell-fm. It has everything one would want, even tag, love and add to playlist. check it out at http://nex.scrapping.cc/shell-fm/ That didn't exist when I wrote 'last'. A

Re: [dev] dwm and xradr -o

2009-08-24 Thread Swiat R. Gal
> > When on my tablet I execute xrandr -o left (or anything else) > > my dwm switches to the first tag in tab mode > > ie. default settings. > > dwm re-initializes the monitor setup if xrandr changes geometry. That > means, that also the selected tags are reverted to the default > setting. The cod

Re: [dev] [last] lastfm interface

2009-08-24 Thread Yoshi Rokuko
On Mon, Aug 24, 2009 at 01:58:54PM -0400, Kris Maglione wrote: > On Wed, Aug 12, 2009 at 12:21:13PM +0200, Henry wrote: > >if you just want a minimal radio client, i'd suggest you check out > >shell-fm. > >It has everything one would want, even tag, love and add to playlist. > > > >check it out a

Re: [dev] [last] lastfm interface

2009-08-24 Thread Kris Maglione
On Mon, Aug 24, 2009 at 08:27:05PM +0200, Yoshi Rokuko wrote: just to clarify - my problem wasn't factotum, but to tell last to play a certain station. Wrong thread, I guess. In that case: station lastfm://some/station/url or tag some-global-tag or artist Some Artist Name