[elinks-users] mouse problem in console

2010-02-24 Thread Chris Epicier


Hi everyone

I like elinks very much, so it is to replace w3m on my
server farm. I have one issue that I could not resolve so
far:

mouse clicks work only for middle button in some funny,
erratic way, left and right  click as well as scroll do
not work. I also have mc installed, that works as expected.

Is there a secret config for the mouse in elinks or how
can I overcome this?

Besides, I have standard i385 hardware and Amd X2 64
hardware, all servers are on opensuse 11.2, elinks packages
is from here:
 
http://download.opensuse.org/repositories/openSUSE:/Factory:/Contrib/openSUSE_11.2/i586/elinks-0.11.995-1.2.i586.rpm
 
greets 
 
chris


__
Do You Yahoo!?
Sie sind Spam leid? Yahoo! Mail verfügt über einen herausragenden Schutz gegen 
Massenmails. 
http://mail.yahoo.com 
___
elinks-users mailing list
elinks-users@linuxfromscratch.org
http://linuxfromscratch.org/mailman/listinfo/elinks-users


[elinks-users] m3u mime handler problem

2010-02-24 Thread Chris Epicier
Hi all

I am impressed by elinks, it is just a great tool. I love it, have it all over 
our network now.

At home I have set up a few terminals that connect to a gnump3server. elinks is 
the tool I use to select and play mp3/m3u's. All I had to do is set the 
following


set mime.extension.mp3 = audio/mpeg

## mime.handler.audiompegurl

  ## mime.handler.audiompegurl.unix

## mime.handler.audiompegurl.unix.ask [0|1]
set mime.handler.audiompegurl.unix.ask = 0

## mime.handler.audiompegurl.unix.block [0|1]
set mime.handler.audiompegurl.unix.block = 0

## mime.handler.audiompegurl.unix.program str
#set mime.handler.audiompegurl.unix.program = mpg123 --gapless  -@ %  

#set mime.handler.audiompegurl.unix.program = nohup mpg123 -@ % 
/dev/null 21 
set mime.handler.audiompegurl.unix.program = pidof mpg123 | while read 
line ; do kill -9 $line ; done ; mpg123 -q -@ % /dev/null

That said, here is the first, probably not elinks related problem
  pidof mpg123 | while read line ; do kill -9 $line ; done ;
Is there, to enable interruption of streaming when the user selects another 
song. This works flawlessly if an instance of mpg123 is up, else kill gives a 
nasty message

kill: usage: kill [-s sigspec | -n signum | -sigspec] pid | jobspec ... or 
kill -l [sigspec]

which appears at the current cursol location. How can I avoid this?

greets chris


__
Do You Yahoo!?
Sie sind Spam leid? Yahoo! Mail verfügt über einen herausragenden Schutz gegen 
Massenmails. 
http://mail.yahoo.com 
___
elinks-users mailing list
elinks-users@linuxfromscratch.org
http://linuxfromscratch.org/mailman/listinfo/elinks-users