Re: [dev] How do you do statistics?

2016-09-11 Thread Davide Anchisi
Hi, I am using R, but Julia [1] is becoming an alternative to both R and python for data science and technical computing. Not suckless, though. Davide [1] http://julialang.org/ 2016-09-10 20:09 GMT+02:00 Antoni V. : > > Hi everyone from suckless. > > I wanted to know how you perform basic (a

Re: [dev] [dwm] pertag patch: error compiling

2012-01-31 Thread Davide Anchisi
Got it! Thanks to your example. It was my fault. Thanks Bryan, Davide 2012/2/1 Bryan Bennett : > static const char *tags[] = { "WEB", "CODE", "MUSIC", "TERM", "CHAT" }; > Just like it appears in dwm's config.def. > > You can look over my dwm config on my bitbucket[1], but I'm not sure > how m

Re: [dev] [dwm] pertag patch: error compiling

2012-01-31 Thread Davide Anchisi
2012/1/31 Bryan Bennett : > I just tested here and commented out my tags array in config.h > to see if I could replicate the error you're getting. Sure enough - > I get the exact same message, pointing to the exact same line. > Check to make sure you're tags array in config.h is built > properly. A

Re: [dev] [dwm] pertag patch: error compiling

2012-01-31 Thread Davide Anchisi
2012/1/31 Bryan Bennett : > Did the patch fail on any hunks? I'm thinking of config.def.h changes in > particular. Did you merge changes from config.def.h into config.h? I only made minor changes to my config.h (new key bindings to lunch some application). Is there something I have to change in co

[dev] [dwm] pertag patch: error compiling

2012-01-31 Thread Davide Anchisi
Hi, I am trying to compile dwm (6.0) with the pertag patch (modifing dwm.c according to dwm-r1578-pertag.diff), but I get the following error: dwm.c:148:23: error: ‘tags’ undeclared here (not in a function) which refers to the line: const Layout *lts[LENGTH(tags) + 1]; Thanks for any suggest

[dev] which wmii flavour?

2011-12-14 Thread Davide Anchisi
Hi, wmii can come in many "flavours": bash, plan9, python, ruby but I have no expertise to compare them. When I came to use wmii, some years ago, after a while I chose to use it through the plan9 wmiirc, thinking that it was more in the logic of the wmii project, and that it let a higher deg

Re: [dev] [wmii] Ruby wmiirc leaving space on screen without bar

2010-10-04 Thread Davide Anchisi
Sure, I forgot to mention it: I do use wmii-hg, and the problem is with witray. Witray appears only when there is an application in the tray (you can tray nm-applet, or pidgin, for example). And along with witray appears the space on the second monitor. I had not the problem before "witrayed" versi

Re: [dev] [wmii] Ruby wmiirc leaving space on screen without bar

2010-10-04 Thread Davide Anchisi
I have noticed that too, and it is related to the use of witray (kill it and the space disappears, but it is not a valid solution). I am using plan9port wmiirc, so it does not depend on ruby. Davide 2010/10/4 Adam Lloyd : > Hi! > > I've just noticed that, when using a second monitor with Twin

Re: [dev] libixp and wmii compile error

2010-07-08 Thread Davide Anchisi
wmii-hg: unused substitution variable ${python:Depends} Best, Davide 2010/7/8 Kris Maglione : > On Wed, Jul 07, 2010 at 04:45:45PM +0200, Davide Anchisi wrote: >> >> Hi Kris, >> >> thank for your response and for the deb rules in the libixp Makefile. >> >>

Re: [dev] libixp and wmii compile error

2010-07-07 Thread Davide Anchisi
ildpackage: error: fakeroot debian/rules binary gave error exit status 2 make: *** [deb] Error 2 Thanks, Davide 2010/6/29 Kris Maglione : > On Tue, Jun 29, 2010 at 02:43:31PM +0200, Davide Anchisi wrote: >> >> Hi, >> >> I am trying to compile wmii hg2749 (but the proble

[dev] libixp and wmii compile error

2010-06-29 Thread Davide Anchisi
Hi, I am trying to compile wmii hg2749 (but the problem was there at least since hg2735+) under debian (using make deb), but I get the following error: wmii/cmd/wmiir.c:519: undefined reference to `ixp_version_135_required' I installed the last libixp from mercurial. I also notice that despite

Re: [dev] wmii: floating=True not working?

2010-06-10 Thread Davide Anchisi
Thanks! 2010/6/10 Thomas Dahms : > On 06/10/2010 02:51 PM, Davide Anchisi wrote: >> I have set the following in my wmiirc_local.rc: >> >> # Tagging Rules >> wmiir write /rules <> /VLC|xine/ floating=True >> ! > > floating=on works, floating=True does

[dev] witray: problem with two screens

2010-06-10 Thread Davide Anchisi
Hi, I have 2 screens (controlled via nVidia twinview), and the wmii bar is on the left screen. When witray (wmii-hg2711) becomes visible (e.g. running nm-applet) it opens on the right screen, in the bottom right corner. At the same time, at the bottom of the same screen, an area screen wide and th

[dev] wmii: floating=True not working?

2010-06-10 Thread Davide Anchisi
Hi, I am using wmii-hg2711and the plan9port wmiirc. I have set the following in my wmiirc_local.rc: # Tagging Rules wmiir write /rules

Re: [dev] wmii-hg2663: Compile error on Debian

2010-05-28 Thread Davide Anchisi
That's right, you need to install the package: libx11-xcb-dev. Davide 2010/5/28 Thomas Dean <78...@web.de>: > Trying to compile hg2663 on Debian testing with "make" or "make deb", > I get > > cmd/tray/selection.c:50:26: error: X11/Xlib-xcb.h: No such file or directory > In file included from /u

[dev] final fix for debian

2010-05-26 Thread Davide Anchisi
Hi Kris, I built the .deb package from 3.9-2 with make deb. The build was ok, but there was a problem with installation. I had to change a line in file: debian/patches/01-config-local-mk.patch where: +DESTDIR=$(ROOT)/debian/wmii-hg/ should instead be: +DESTDIR=$(ROOT)/debian/wmii/ Just f

Re: [dev] problem: make deb

2010-05-25 Thread Davide Anchisi
-buildpackage: error: changelog parser /usr/lib/dpkg/parsechangelog/debian gave error exit status 255 make: *** [deb] Error 255 Davide 2010/5/24 Kris Maglione : > On Mon, 24 May 2010 15:08:49 +0200 > Davide Anchisi wrote: > >> Hi, >> >> I am trying to build wmii 3.9 us

[dev] problem: make deb

2010-05-24 Thread Davide Anchisi
Hi, I am trying to build wmii 3.9 using "make deb", but it does not work. It just report: make: *** [deb] Error 1 While "make deb" DO work in building hg2631. Thanks, Davide

Re: [dev] No rule to make target `/usr/local/lib/libixp.a'

2009-11-14 Thread Davide Anchisi
That was the problem: I had libixp.a in /usr/lib/ Thank you very much. Davide 2009/11/13 Kris Maglione : > On Tue, Nov 10, 2009 at 11:04:22AM +0100, Davide Anchisi wrote: >> >> Hi, >> >> I already posted a similar problem, but as it is still there and don'

Re: [dev] debian, again

2009-11-11 Thread Davide Anchisi
I succeded in compiling a *.deb package using 'make deb' modifing a line in mk/wmii.mk, for LIBS9, I used the absolute path to the various lib/lib*.a The package compiles and I got a *deb package, even if some warnings and an error remain. >From the output: dh: Unknown sequence .depend (choose fr

[dev] No rule to make target `/usr/local/lib/libixp.a'

2009-11-10 Thread Davide Anchisi
Hi, I already posted a similar problem, but as it is still there and don't know how to solve it, here it is. When I run 'make' to compile wmii (hg2590), I get the following error: make[2]: *** No rule to make target `/usr/local/lib/libixp.a', needed by `wmii.out'. Stop. I thought I'm missin

Re: [dev] plan9port in hg2533?

2009-10-15 Thread Davide Anchisi
it seem to work otherwise? I.e., did it spit out a deb? > > On 2009-10-14, Davide Anchisi wrote: >> Well, I did have quilt version: 0.46-6. >> So I installed version 0.48-1. Now make deb seems to work, but now it >> exit with these messages (I'm traslating them from ital

Re: [dev] plan9port in hg2533?

2009-10-14 Thread Davide Anchisi
ore 5 are deprecated. dh_builddeb dh_builddeb: Compatibility levels before 5 are deprecated. Best, Davide 2009/10/14 Kris Maglione : > Ah, sorry, you just need to install quilt. I'll add it to the deb-dep line. > > Thanks for trying. > > On 2009-10-14, Davide Anchisi wrote: >>

Re: [dev] plan9port in hg2533?

2009-10-14 Thread Davide Anchisi
weeks, and cannot work to test what is happening (I tried a little bit, but with no success) Davide 2009/10/13 Kris Maglione : > On 2009-10-13, Davide Anchisi wrote: >>Upgraded to the new hg tip, and put the correct path in .profile. >> >>Now it works. Thanks! > > G

Re: [dev] plan9port in hg2533?

2009-10-13 Thread Davide Anchisi
Thanks, and problems with "make deb". Upgraded to the new hg tip, and put the correct path in .profile. Now it works. Thanks! I compiled in the usual way (make && make install) and I noticed that "make config" is gone. I think that is meant. I also tried the "make deb" way, but the process exit

Re: [dev] plan9port in hg2533?

2009-10-13 Thread Davide Anchisi
Hi Kris, still not working. My .xsession-errors reports: /usr/bin/env: rc: no file or directory In $PATH (in .bashrc) I have /usr/local/plan9/bin, where rc is, and also /usr/local/bin/ where wmii9rc is. I also changed rc.wmii.local to wmiirc_local.rc Moreover, I can run no xterminal or appli

[dev] plan9port in hg2533?

2009-10-13 Thread Davide Anchisi
Hi, I have some problem running wmii with plan9port in hg2533. I compiled it on a Ubuntu 9.04 64bit machine. No dmenu and no action is working, and no rc.wmii.local running. Things are ok with the regular (no plan9) flavour. My .xsession file is: until wmii -r plan9port/wmiirc; do true done W

Re: [dev] automatic tagging on executing a program

2009-09-24 Thread Davide Anchisi
Thanks a lot! 2009/9/23 Kris Maglione : > On Wed, Sep 23, 2009 at 04:41:24PM +0200, Davide Anchisi wrote: >> >> Hi, >> >> I created the tagrule: >>  /gimp/ -> gimp >> in rc.wmii.local >> >> So to tag gimp as gimp when executing it. >> It

[dev] automatic tagging on executing a program

2009-09-23 Thread Davide Anchisi
Hi, I created the tagrule: /gimp/ -> gimp in rc.wmii.local So to tag gimp as gimp when executing it. It works, but the program does not begin to start until I open the newly created view. What is missing? Is there a way so that the view switches to the new gimp view when I execute gimp? T