Re: [dev] st very slow to refresh when x is oriented left / right

2013-02-05 Thread Nick
Quoth Mihail Zenkov: > What video card and driver you use? It's an intel, using debian squeeze's xserver-xorg-video-intel driver. Though looking further, it doesn't happen with my netbook (same OS, older video card), so it must be somewhat specific to the video card in my work machine. I'll dig

Re: [dev] st very slow to refresh when x is oriented left / right

2013-02-05 Thread Mihail Zenkov
What video card and driver you use? 2013/2/5, Nick : > I thought I should try the latest version of st in git, as lots of > fun activity has happened. > > So this is a weird one. I often have my monitor vertical, using > 'xrandr -o left', as that is clearly superior. > > However the newer versions

[dev] st very slow to refresh when x is oriented left / right

2013-02-05 Thread Nick
I thought I should try the latest version of st in git, as lots of fun activity has happened. So this is a weird one. I often have my monitor vertical, using 'xrandr -o left', as that is clearly superior. However the newer versions of st, using XFT, are very slow at refreshing when things are in

Re: [dev] cannot run st

2013-02-05 Thread Nick
Hi pancake, Just a few things. 1) I like the contributions you make; do keep sharing them, regardless of occasional Christoph style replies. 2) Thanks for investigating the setlocale() issue and reporting back so clearly, it was interesting to read. I'll give that tiv program you wrote a whirl

Re: [dev] snotes v0.9 - a simple notes system

2013-02-05 Thread markus schnalke
[2013-02-05 15:22] v4hn > On Tue, Feb 05, 2013 at 02:18:18PM +0100, markus schnalke wrote: >> [2013-02-05 13:16] v4hn >>> SNOTES_EDITOR=${VISUAL:-${EDITOR:-vi}} >>> SNOTES_EDITOR="xterm -e $SNOTES_EDITOR" >>> cat > $HOME/.snotes/config <>> SNOTES_EDITOR="$SNOTES_EDITOR" >>> [...] >>> >>> You m

Re: [dev] snotes v0.9 - a simple notes system

2013-02-05 Thread v4hn
On Tue, Feb 05, 2013 at 02:18:18PM +0100, markus schnalke wrote: > [2013-02-05 13:16] v4hn > > SNOTES_EDITOR=${VISUAL:-${EDITOR:-vi}} > > SNOTES_EDITOR="xterm -e $SNOTES_EDITOR" > > cat > $HOME/.snotes/config < > SNOTES_EDITOR="$SNOTES_EDITOR" > > [...] > > > > You may choose. > > The first tw

Re: [dev] snotes v0.9 - a simple notes system

2013-02-05 Thread markus schnalke
[2013-02-05 13:16] v4hn > On Tue, Feb 05, 2013 at 12:10:12PM +0100, markus schnalke wrote: >> [2013-02-05 00:54] v4hn >>> I see. Thanks for note. I've changed it to the following now, >>> which should work for all reasonable setups. >>> If this doesn't work for someone, honestly, I couldn't care

Re: [dev] cannot run st

2013-02-05 Thread pancake
Sorry for the late reply, I was busy having a life and playing with my children. On 01/24/13 19:46, Christoph Lohmann wrote: Greetings. On Thu, 24 Jan 2013 19:46:30 +0100 pancake wrote: i've been quite busy these last months.. so i was a little disconnected from the suckless development... b

Re: [dev] snotes v0.9 - a simple notes system

2013-02-05 Thread v4hn
On Tue, Feb 05, 2013 at 12:10:12PM +0100, markus schnalke wrote: > [2013-02-05 00:54] v4hn > > I see. Thanks for note. I've changed it to the following now, > > which should work for all reasonable setups. > > If this doesn't work for someone, honestly, I couldn't care less. > > It's a default, no

Re: [dev] snotes v0.9 - a simple notes system

2013-02-05 Thread markus schnalke
[2013-02-04 17:09] Charlie Kester > On 02/04/2013 13:09, markus schnalke wrote: > > > > On my system VISUAL is set to `vi', which is a common situation. > > Your code assumes that VISUAL contains a graphical editor. > > I'm not sure, but I think the semantics when this variable > first began to b

Re: [dev] snotes v0.9 - a simple notes system

2013-02-05 Thread markus schnalke
[2013-02-05 00:54] v4hn > On Mon, Feb 04, 2013 at 10:09:25PM +0100, markus schnalke wrote: >> [2013-02-04 20:57] v4hn >>> On Mon, Feb 04, 2013 at 11:46:51PM +0800, Chris Down wrote: SNOTES_EDITOR=${VISUAL:+xterm -e $VISUAL} : "${SNOTES_EDITOR:=${EDITOR:-vim}}" >>> >>> That would make th