Re: [dev] I'm back

2012-11-19 Thread Luis Anaya
elcome improvements to it. :). Welcome back... and as always, your efforts are appreciated. -- Luis Anaya papo anaya aroba hot mail punto com "Do not use 100 words if you can say it in 10" - Yamamoto Tsunetomo

Re: [dev] I don't want to live on this planet anymore

2012-11-06 Thread Luis Anaya
oes not have to be "large", but complete (or meet requirements) and be useful. One thing is for sure, I bet that in his youth, this professor never participated in the "one line program in BASIC" competition that were common the days of yore. :) -- Luis Anaya papo anaya aroba

Re: [dev] Troff for typsetting e-mails

2012-10-28 Thread Luis Anaya
i nesciunt. Neque porro quisquam est, 2. qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt 3. ut labore et dolore -- Luis Anaya papo anaya aroba hot mail punto com "Do not use 100 words if you can say it in 10" - Yamamoto Tsunetomo

Re: [dev] Troff for typsetting e-mails

2012-10-28 Thread Luis Anaya
t; >> >> It is suckless answer to HTML email. >> > It might as well *be* HTML email. Because it is. A rose of any other name is... -- Luis Anaya papo anaya aroba hot mail punto com "Do not use 100 words if you can say it in 10" - Yamamoto Tsunetomo

Re: [dev] Troff for typsetting e-mails

2012-10-28 Thread Luis Anaya
e typesetters use LaTeX and their syntax, you could use that one as well if you're more familiar with it. Table creation is a toss up, but HTML is not that difficult to type as either. So, the question is. What's the requirement? What are you trying to accomplish with this? ?? --

RE: [dev] Systems Software Research is Irrelevant

2012-07-03 Thread Luis Anaya
Hi: > > On the topic of odd finds, anyone heard of > > http://code.google.com/p/es-operating-system/ ? > > "As we realize ECMAScript/Web based applications are becoming very > important and useful, ES operating system has been designed to make > the Web Apps APIs as the primary operating system in

[dev] GTK/QT less systems. Was: [dev] [surf] port for gtk3

2012-06-19 Thread Luis Anaya
Andrew Hills writes: >> You must be very proud of yourself? > Yes, it is very difficult to use a computer without bloat. It is like a > chair without a cushion. I do not think that it is something extravagant IMHO. I have an ARM Linux system without GTK and QT. I log into it through XDM and th

Re: [dev] [surf] port for gtk3

2012-06-19 Thread Luis Anaya
ch. 3. Considering that the GTK1 libraries were being delivered for a long time after the GTK2 ones were available in Linux distros, I would expect a long phasing time for these as well. FWIW: I'm still running Fedora 11 in my main work system. When the system is working just right. no

Re: [dev] dwm window outline during mouse resize/move patch

2012-06-05 Thread Luis Anaya
Luis Anaya writes: > "John A. Grahor" writes: > >> Here is the patch for version 6.0. > Hi John: It worked like a charm, no compilation issues after patching and works as advertised. :). Now I have to move and compiled the patched source to my work system. Tha

Re: [dev] dwm window outline during mouse resize/move patch

2012-06-04 Thread Luis Anaya
"John A. Grahor" writes: > Here is the patch for version 6.0. Good deal! Thanks. I'll play with it later on, as soon things ease up at work. I'll let you know how it goes. Again, thanks. Luis -- Luis Anaya papoanaya aroba hot mail punto com "Do not use 100 w

Re: [dev] dwm window outline during mouse resize/move patch

2012-06-01 Thread Luis Anaya
wireframe move/resize because it is more efficient when you're working remote. (Yes, I understand the reasoning behind stack window managers :) ) If you feel inclined to adapt it to 6.0, it would be great. I can also look at the patch and work on it as well. Up to you; I would certainly fi

Re: [dev] github mirror

2012-05-23 Thread Luis Anaya
Kai Hendry writes: > Hi guys, > Hi Kai: > What are your github user ids, so I can add them to the scklss "Owners > Team" page? FWIW: papoanaya You can see my chicken scratches repositories there, newlisp stuff for monitoring systems. -- Luis Anaya Hacking PL/1 since 1990

Re: [dev] suckless document generator for C code

2012-05-11 Thread Luis Anaya
FWIW: On May 11, 2012, at 2:29 PM, Galos, David wrote: >> I guess I like the idea of keeping all the information in the C header >> file. This makes it clean. > > Less clean than troff files for the docs, I think. And retrieval is > definitely uglier than "man header name" As an idea. Keep a

Re: [dev] suckless document generator for C code

2012-05-11 Thread Luis Anaya
I'm fond of RoboDoc. Being that it is fairly code agnostic. It may require more tagging than other options, but it works well for me Luis On May 11, 2012, at 12:45 PM, Amit Uttamchandani wrote: > Hello, > > I'm looking for a document generator for C code. Mainly to document APIs > to give to U

RE: [dev] recommend suckless mail server

2012-04-20 Thread Luis Anaya
Plenty of good suggestion have been shared around. This is what I use. If it sucks more or less, I guess that's on the eye of the beholder. 1. dovecot - Used for IMAP access. POP is off, SSL is available, not needed if only local access is used.2. fetchmail - Used to aggregate all my external e

RE: [dev] [dwm] drop the bars (was: systray in upstream dwm?)

2012-04-07 Thread Luis Anaya
Hi: I see the case for a need of a systray, but there are tiling window managers that provide this facility. The "awesome" window manager does have systray capability fairly small footprint, something to consider. Dwm is meant to be minimal and it is embedded in its design philosophy and bein

RE: [dev] some wmiirc scripts

2012-03-29 Thread Luis Anaya
Hi Nikhilesh: I have i3 on the radar, but I just have not have the chance to play with it. Thank you for reminding me :) . I went through the screencast that is linked in their website and it seems pretty good. It seems to have more granularity in the way windows are managed. I'll certainly

[dev] ST issue and fix

2012-03-05 Thread Luis Anaya
. Luis Anaya --- st-0.2/st.c Sat Jan 21 22:43:03 2012 +++ st-0.2_modified/st.c Tue Mar 6 05:23:12 2012 @@ -1695,6 +1695,7 @@ XSetWindowAttributes attrs; Cursor cursor; Window parent; + if(!(xw.dpy = XOpenDisplay(NULL))) die("Can't open