Re: [dev] [ANNOUNCE] abduco-0.3

2015-02-26 Thread yy
On 26 February 2015 at 15:59, Marc André Tanner m...@brain-dump.org wrote: Please provide feedback whether this works as expected. LGTM Thanks Thanks to you! -- - yiyus || JGL .

Re: [dev] [ANNOUNCE] abduco-0.3

2015-02-21 Thread yy
I have attached two patches for discussion: - abduco_default.diff: run a default action when no flag is given ('A', but configurable in config.h) - abduco_force.diff: remove -C mode, in favour of a -f flag that works with -c, -n or -A, which forces the creation of a new session when there is an

Re: [dev] l9fb: Linux framebuffer over 9p server

2013-12-26 Thread yy
On 26 December 2013 12:59, Jens Staal staal1...@gmail.com wrote: Would it be possible to hook up the devwsys to this? I don't understand what you want to hook up. devwsys gives you a 9P connection to a rio(1)-like window system on top of Xlib. It lets you to use an X window as a Plan 9 terminal.

Re: [dev] Re: [9base] Failure to link against uClibc: undefined references

2012-02-28 Thread yy
2012/2/28 Matthew Farkas-Dyck strake...@gmail.com: I agree. A quick search yielded this: http://9fans.net/archive/2006/06/463 Not sure where the patch is, though. http://groups.google.com/group/comp.os.plan9/browse_thread/thread/f0db71974854590f/ac36ad084329a733#ac36ad084329a733 It won't

Re: [dev] xmessage replacement similar to dmenu

2010-11-24 Thread yy
You could have a look at dio: http://code.google.com/p/dynamic-io/ It does much more things than what you want, the code has not been updated in a while and anyway some of its features were simply wrong ideas (I always treated dio as a toy to experiment more than a final product). However, you

Re: [dev] [dwm] tagging interface

2010-09-22 Thread yy
2010/9/22 Wolf Tivy wti...@my.bcit.ca: Sorry for being unclear. Not quite like toggle. I mean when you press a tag key it does the normal thing (tags = newtag or whatever), but then if you press more tag keys before you release any of them it adds them to the selection (like tags |= newtag).

Re: [dev] [dwm] tagging interface

2010-09-22 Thread yy
2010/9/23 Wolf Tivy wti...@my.bcit.ca: If someone can elaborate on the motivation and use-cases for the toggle, I might be better able to give it the right semantics with the combo stuff. From my understanding it's no longer necessary as it was simply a mechanism to cache your tagset which was

Re: [dev] [dwm] tagging interface

2010-09-21 Thread yy
2010/9/21 Wolf Tivy wti...@my.bcit.ca: I would like to change the way tag selection works in my dwm. The way I think it should work is if you press two (or more) tag select keysbefore you release one of them, dwm would select both tags. Likewise for tagging windows. I think this would make the

Re: [dev] libdraw development

2010-09-03 Thread yy
2010/9/3 Connor Lane Smith c...@lubutu.com: Oh, wait, you are creating a new library that uses those libraries! So I guess that makes it all OK. Not. You are aware P9P's libdraw depends on Xlib? It doesn't. libdraw uses a custom protocol to speak with devdraw, which is a separate program and

Re: [dev] nscript - a little stack-based scripting language interpretter I wrote

2010-08-26 Thread yy
2010/8/26 Kris Maglione maglion...@gmail.com: On Thu, Aug 26, 2010 at 12:19:33AM +0200, yy wrote: 2010/8/25 pancake panc...@youterm.com: * I will probably swap the order of the conditional clauses: (what do you think about it)   3 3 == { 'Is equal duppy\n' print } if  --  { 'Is equal

Re: [dev] nscript - a little stack-based scripting language interpretter I wrote

2010-08-26 Thread yy
2010/8/26 Kris Maglione maglion...@gmail.com: Please, don't tell is the forth way when it is not. In forth, IF only takes one argument and is compiled to a conditional jump to THEN (or ELSE). How is that not a branch? Sorry, of course it is a branch. Yes, Forth has branches. I was thinking

Re: [dev] nscript - a little stack-based scripting language interpretter I wrote

2010-08-25 Thread yy
2010/8/25 Kris Maglione maglion...@gmail.com: On Wed, Aug 25, 2010 at 01:54:37PM +0200, pancake wrote: * I would probably prefer '' quote char for strings. I think this is irrelevant. It's down to the preference of the language designer. Most scripting languages support single quoted strings,

Re: [dev] nscript - a little stack-based scripting language interpretter I wrote

2010-08-25 Thread yy
2010/8/25 pancake panc...@youterm.com: * I will probably swap the order of the conditional clauses: (what do you think about it)   3 3 == { 'Is equal duppy\n' print } if  --  { 'Is equal duppy\n' print } 3 3 == if Hmm, personally I prefer the 'condition first' order... Why do you like the

Re: [dev] Usable typesetting system?

2010-08-22 Thread yy
I'm using a Markdown-like language to write my phd thesis in LaTeX (I have already used it for my master thesis and several scientific papers). Some day I should probably clean all my stuff and release something, but at this moment is a very ad-hoc thing. Basicly an awk script (find attached)

Re: [dev] A language similar to Markdown that sucks less

2010-08-22 Thread yy
2010/8/22 Alexander Teinum atei...@gmail.com: I think the parser should be implemented in Go. Why? It looks like something much easier to do with lisp. -- - yiyus || JGL . 4l77.com

Re: [dev] [dwm] number of tag limited?

2010-08-05 Thread yy
2010/8/5 thuban thu...@singularity.fr: Just a question about dwm, is it possible to have more than 9 tag? You can define as many tags as you want in your config.h file. My question is, could you create tags only if they are needed (a window moved in, on drawn in), just like in wmii. I already

Re: [dev] How about sta.li ? - libc tangent

2010-08-01 Thread yy
2010/8/1 Ethan Grammatikidis eeke...@fastmail.fm: Along with support servers this could ultimately give a very complete Plan 9 experience without any of the performance issues of virtualisation or the other issues of 9vx. Do you know what would give a more complete Plan 9 experience? Plan 9.

Re: [dev] plumb 1.0

2010-07-15 Thread yy
Maybe you want to have a look at iosrv and hubfs by mycroftiv (see http://www.9gridchan.org/). They offer a similar functionality to your project (what's the new name?), the biggest difference is that they run on plan9 and, therefore, the ends of the pipe are served as a 9p fs. -- - yiyus || JGL

Re: [dev] stderr: unnecessary?

2010-06-11 Thread yy
2010/6/11 Matthew Bauer mjbaue...@gmail.com: Couldn't you just print your error to stdout? Yes, you could: 21 Now look for a real problem and stop trolling. -- - yiyus || JGL . 4l77.com

Re: [dev] GSoC 2010

2010-03-03 Thread yy
I'm still a student (PhD student, but that's fine for Google), so I will probably apply to participate as a student. Since Go was released I have been playing with it. Is there any interest in the Go port of dwm? This would probably include the improvement of the xgb go package (which I don't

Re: [dev] [dwm] mimic a rio behavior

2010-01-12 Thread yy
2010/1/12 Yoshi Rokuko yoshi.rok...@yokuts.org: If you start i.e. page in a term in rio on plan9, page will 'take' the 'view' of your term. If you start surf in a term in dwm on linux in monocle it will look very similar. I was thinking about whether it would be easy to design a layout that

Re: [dev] rule for floating gnuplot window

2009-10-02 Thread yy
from a key combination. Unfortunately, once you make your window float it will have already been resized by dwm. hth, -- - yy.

Re: [dev] dwm number of clients pointless?

2009-09-14 Thread yy
2009/9/13 Kurt H Maier karmaf...@gmail.com: On Sun, Sep 13, 2009 at 2:38 PM, Anselm R Garbe garb...@gmail.com wrote: Anyone disagrees that the number of clients indicating recently introduced to dwm-5.6+ is pointless and should be removed again? It's crucial for monocle, but wastes space in

Re: [dev] dwm in a window

2009-07-08 Thread yy
2009/7/5 Alexander Polakov polac...@gmail.com:  Well, explaining is not my best (and english too), so better take a look at a picture  http://rootshell.be/~polachok/trash/dwm-in-a-win.png Well, I think this is awesome, it is sad to see how quickly this thread turned into another dead-end

[dev] [ON TOPIC] libixp examples

2009-06-14 Thread yy
Sorry if I interrupt your priceless discussion about mailing lists, but I need some help with libixp. Since finding documentation (and/or examples) is not easy, I have decided to write something myself. What I'm doing is keeping tags in a mercurial repository from a very simple Hello World to a

[dev] Re: [dwm] How to make R's windows floating?

2009-05-26 Thread yy
2009/5/26 Jeremy Jay dinkuma...@gmail.com: I guess I should have been more explicit:        { NULL,     NULL,  R Graphics,      0,            True }, Then, { NULL, NULL, R, 0,True }, should have worked. It probably didn't because the window title is set after