* antifuchs does not think that a part as sensitive as a colon should be too bold... on SunOS 5.7 oh.. bitchx.. I thought it was mirc johs: Thanks. Fufie: Probably mIRC as well. -> * rtoy uses ChatZilla because he's too lazy to use any other client. The bold, underline and italic controls are somewhat older than mirc, with mirc came the full colour scale. antifuchs: :p rtoy: xchat is easy and simple to install and use and setup what's fuchs I like ircii well, at least it annoys me less than any other client I've found ugh I've actually implemented the former, but not the latter. I guess some channel I'm no longer on used it a bit. dan_b: irssi is nice. dan_b: And non-annoying. it just sits there in the corner of the screen and doesn't distract me unless I want to be distracted cartan: I'm even too lazy to download and install xchat. :-) amak: As a remporary work-around, try " : " Fufie : "temporary" even. rtoy: maybe a shell script with wget configure make and make install would do ;-) yeah cartan: Too lazy to do even that. Even if someone sent such a script to me. :-) okok, i won't rtoy, that's mightily lazy. :) I'd probably use emacs irc (whatever that's called) because after decades of emacs use, I can't help but enter emacs keystrokes everywhere. Even Word. zenirc i used that before Considering that I wrote an irc client because I was annoyed at the choices, I guess I've used in excess of a hundred hours on this. ERC is alright. or erc I think is elisp Vim + clisp I like that you can use Emacs' search facilities in the IRC-buffer. unfortunately DCC send doesn't work from Emacs bloody hell, how can you still be talking about IRC * Krystof will ban _EVERYBODY_ :)) i said i use Vim + Clisp amak: Okay. amak: Unless you are the masochistic type you should rather switch to Emacs would IRC not be much better when implemented on the lisp machine? hahaha cartan : for me Vim is the best editor cartan: I think we can safely assume he is. amak: the question is: what is the best Lisp development environment cartan : even for C/C++ is better than Kdevelop no, bloody editor wars aren't kosher either cartan : yes Krystof: You're drunk with power. I think Dorai Sitaram uses vim for Lisp and "Lisp", so it must be usable. me looks for the nuclear button Krystof: hey, I didn't say vi sucks, did I? ;-) i only thought that cartan: now you did. (: that was conjunctive cliini: Are you saying Scheme is not a Lisp? johs, I'm giving you a benefit of doubt on what my opinion is. I'm not going to tell. :) Hmm. Is it friday already in other parts of the world as well? Scheme is good for a start, it's good to educate son's cliini: I think you're trying to start a Scheme is not Lisp-war! I'm a pacifist, and if you don't believe me, I'm going to beat you up. rydis: people seem to behave as if it was friday (Here there is some "Christ Ascension Day" tomorrow, and friday is a 'tween-day, so most people won't work any more this week.) including me I'm always behaving as if it was friday. *** kmr_ (~kevin@bgp01386489bgs.brodwy01.nm.comcast.net) has joined channel #lisp Ah, Christ the Aviator. means LinCon is this weekend. Damned shame I'm not in .se. hey all of you work with Lisp as a business tool? If yes, what is your business products? hola! I wonder if it's worth checking for cheapo flights? dr rosenberg, i presume amak: No, I only use it in an attempt to distinguish myself from the masses. kmr_ : Hola, Espanhol? Gothenburg/London is dead cheap, at least. GREENGROCER'S APOSTROPHE DETECTED muy pocito LOCK ON johs : thats interesting MISSILES LAUNCHED Krystof is going to go ballistic very soon if we continue to irritate him. :) But since I'd want to end up in Linkoping, that'd be silly. Stansted-Nykpoing and train is a possibility, though. Krystof: You mean missile's? no, that's OK; I have to teach in half an hour -- enforced disconnect :) 's he? (: dan_b: around? oh, hi! kevino rosenbergo, my latin persona in my school has a IA group with an office, i entered there once, and seems to me that they were very lazy *** f_away is now known as federico dan_b: I was concerned about documenting an unexported symbol in the asdf README file. What are your thoughts? my thought is that the symbnol and its freind should both be exported friend, either okay, I can do that, if you like (and document the friend) dan_b: I think there's some confusion over exports in sb-posix, too whoops, got to go help the wife unload groceries I thought that we would write sb-posix:open, not sb-posix::open my longer-term thought is that the readme needs splitting up into multiple files to see if that will encourage people to read all of it instead of stopping after the first third and asking if there's any documentation corollary: we might want an SB-POSIX-INTERFACE package (which can be :USEd) for things like SYSCALL-ERROR * dan_b blinks dan_b: that could never happen *** M-x (emarsden@locke.laas.fr) has joined channel #lisp i invoiced today for my first ever paid writing I have to say, the return on writing for magazines may suck as a sensible source of income, but it's a lot nicer than writing documentation for free stuff s/ stuff// :-) dan_b: congrats krystof: heh dan_b: maybe rather than multiple documents, a single hyperlinked document with a table of contents Or a single text file with a generated TOC. oh, how amusing. If we changed the call protocol for more-args, we'd get dynamic-extent &rest lists for free (Easiest to get to from the present condition.) i'm seeing a document that ranks the languages by they efficiency : 1º C 2º OCaml, 3º SML, 4º C++, 5º Common Lisp, 8º Java I'm seeing a near-term future involving use of the ignore command efficiency of what? or the kick command Krystof: How so? I'll take advice on this *** d33p_ (d33p@203.17.62.78) has joined channel #lisp varjag speed,memory, line codes, and things we can do oh? so how do you write a c program that returns three values? s/program/function call-by-ref * cmm_wrk wonders if gratuitious language name dropping is punishable. especially when non-ascii chars are used in between the language names ugh "With difficulty"? dan_b: use a struct? rtoy: must go; ask me again later/tomorrow Ok. pfdietz: and that will pass the returned values in registers? I'd probably make the code depend on my llist.o lib and return a list of "things". you can't return structs in C IIRC dan_b: sure, if you have a Sufficiently Smart Compiler. :) pfdietz: running on a platform on which the abi requires such an SSC cm: you can. You can't return (or pass) arrays. right, remembered wrong then. you can return structs in C. I believe gcc with appropriate switches will actually do this register-based return, but afaik only for two-element structures amak: with such completely useless metric that document is only worth for wiping something The sparc v9 abi requires struct return to be a register if the struct is 64-bits long or less. varjag : yes dan_b: You pass two of them as arguments and modify them in the function. dan_b: No problem. dan_b: You should've picked a harder example. johs: uh, no. if you're going to pass references, you need memory for them to refer to I don't like unnecessary call-by-reference. It messes up alias analysis. you can't have a pointer to a register structs are in stack dan_b: Okay, but my point is that this isn't exactly such a compelling reason to use Lisp instead of C. no but it is an example of a situation where c is not a paragon of efficiency actually, granted, the whole aliasing problem is a much more compelling example *** Signoff: redblue (Read error: 104 (Connection reset by peer)) anyone ranking languages by "efficiency"(sic) who leaves fortran out of the list probably has an agenda Forth! *** Signoff: d33p (Read error: 60 (Operation timed out)) This looks like The Shootout. What I always wonder when I see those lists is how much effort is needed to get the listed performance. I'm guessing Fortran was left out because he didn't know it and/or nobody submitted Fortran-code. and they are all totally useless because all they do is benchmark 10 lines of code that does nothing interesting against each other http://www.bagley.org/~doug/shootout/ And (as always) it depends on what one is trying to do. For things like (say) computational chemistry I guess spending a week or five extra to squeeze all performance possible out of the code is worth it, even for one-off programs. *** Signoff: |Bloody| ("Client exiting") A consultant at work told a large audience how Fortran is no longer used and the audience yeah-yeahed him. Apparently no one else knew that in the very same building the most processor intensive programs of the nation are run daily, and they are in Fortran. cartan: Would you say that if Lisp was on top, though? :) hee hee. flyer for some networking show But he was so stupid anyway I didn't feel like correcting him. johs: not say, only think :-) "Come and find out how TBWA [...] turns brands into gold" (The weather simulations, in case anyone wants to know.) clearly not a company who've applied any of this alchemy to their own brand ... cliini: On VMS clusters? the [...] said "(the agecny behind FCUK)" On some IBM clusters since 2001, I think. http://www.csc.fi/metacomputer/p690.html.en 37th on the list of computers of the world, by penis length. what is ffi? ?? ffi foreign function interface amak: Foreign Function Interface, most likely. "Foreign function interface" fask fourier icecream fast, even Forsvarets Forskningsinstitutt. *** redblue (star@ppp057.216-96-207.sherb.mt.videotron.ca) has joined channel #lisp fully fornicated inheritance clisp dont support that? johs; nah, they're FOI, IIRC. Well, the .se version. * ingvar missed the "tt" at the end. ingvar: They're FFI here. I'm bad at north germanic, is -tt a Norwegian marker or something? cliini: Dunno. "institutt" looks Norwegian to me. Could be Danish, too. amak: clisp most certainly has some sort of FFI, being implemented in C and all. If they don't (which seems unlikely), just recompile it with your extensions. I can't *base* it on anything though. I also find spoken Norwegian sounding very cheerful and energetic. (But then Norwegian is essentially Danish.) ingvar : what this means -> det son engang var johs: Though spoken norwegian tends to be easier to understand by a swede, whereas (in general) written danish is slightly easier to read than norwegian. amak: "What once were", probably. amak: "What once were", looks like. hmmmm We don't understand spoken Danish either. it was a guy called Varg Vikernes that told that Noone does, I think, perhaps except a few Danes. amak: Haha. Varg Vikernes, AKA Greven (The Count). yeah that guy I do, afgter getting over the initial chock of hearing Danish, but when I read philosophy at uni, there was a Dane in my class. amak: (Now in jail for murder, if I'm not mistaken.) "after". johs : yes for killing his rival *** Signoff: amak ("BitchX: it adds that extra uNF to your sex life!") *** amak (~amak@mega.ist.utl.pt) has joined channel #lisp *** smoke (~user@dt-c-5545.adsl.wanadoo.nl) has joined channel #lisp *** Signoff: cymonts ("Lost terminal") *** rkrush (~rkrush@12-206-29-52.client.attbi.com) has joined channel #lisp *** d33p_ is now known as d33p *** Yurik (~yrashk@nv.donetsk.ua) has joined channel #lisp *** Signoff: dostoyevs ("ircII EPIC4pre1.042 -- This is the default quit message.") *** Signoff: hhg_ ("leaving") *** sabetts (~user@h24-84-64-146.vc.shawcable.net) has joined channel #lisp *** ingvar has left channel #lisp *** Signoff: noss ("[x]chat") *** jemfinch-nw is now known as jemfinch *** Signoff: federico (Read error: 110 (Connection timed out)) *** manuel (AC142ACC@nat-wohnheime.rz.uni-karlsruhe.de) has joined channel #lisp hi *** Signoff: manuel (Killed (NickServ (Ghost: manuel_!~manuel@mmenal.gnu-fr.org))) *** manuel (AC142ACC@nat-wohnheime.rz.uni-karlsruhe.de) has joined channel #lisp *** Signoff: manuel (Killed (NickServ (Nickname Enforcement))) *** manuel__ (AC142ACC@nat-wohnheime.rz.uni-karlsruhe.de) has joined channel #lisp arg :} The conversation has been fatally wounded, it seems. Assuming everyone is reading and waiting for a topic: there is at least one C header groveler in Lisp, to be used for simplifying foreign function practice. Where is it and does it work? there's c-parse by Moore, which you can find on CLiki there's sb-grovel in sbcl contrib there's ffigen in openmcl do any of these work? probably not Of course in practice they only need to work somewhat. ffigen seems to work quite well, though I haven't used it extensively. c-parse chokes on some wicked header files who has managed to view rainer's home videos on linux, and what app were they using? oh, and there's a parser distributed with Corman CL if it's mp4, mplayer should work I'll try, if I can download it. *** FYI: This Quicktime file is using 1-bit RLE Animation encoding, which is not yet supported by MPlayer. But if you upload this Quicktime file to the MPlayer FTP, the team could look at it. dan_b: mplayer worked, kind of (ate the first 10 seconds or so) I get the audio, though ... it had audio? =) yup funky german accent :) damn, now I have to download it again. Well, if you have a modern mplayer, I'm not going to win any more. (I was wondering why it was so big..) the audio was not very loud when I viewed it on MacOS X I'll get it anyway, in the hope of being able to view it somewhere. There were two versions (of the latest one), only the second worked on Linux, IIRC. Well, in MPlayer, anyway. Where's the second version? Rainer's www client detection code misdetects my browser. Ha. (It claims Mozilla, but this is Opera.) * Yurik reviewed lisp machine video cool :) Someone mirrored the compatible version, but I don't recall who (antifuchs maybe? or gilberth?) 3k a second? oh, forget that *** amak has left channel #lisp eightjean mirrored it. http://home.fhtw-berlin.de/%7Elichtebl/lispm-1a.mov *** federico (~federico@dsl-200-67-236-199.prodigy.net.mx) has joined channel #lisp no, I must be missing a codec or something that quicktime is quite sexy *** lemonodor (~wiseman@il-la.la.idealab.com) has joined channel #lisp though a little weak in spots i can't wait for "lispm revolutions" in november what's that? :} I have no codec for this. google says videocodec qtrle info "Quicktime Animation (RLE)" status working ; codec fourcc = "rle " format 0x20656C72 driver qtrle out BGR32,BGR24 Xach: You mean when it turns out the Matrix is really running on an old Symbolics XL1200 with delusions of grandeur and the lack of security makes it child's play to turn it off? These spammers really do not know what they are doing. "Free Affordable Health Insurance Quotes" I don't even know what that means. :\ I know the words, but their concatenation seems senseless to me. heh Xach: what is the lispm? I need a working whitelist mechanism. cliini: this means that somebody will tell you for free what you will have to pay after they tell you (: Maybe a combination of dan's idea and some preloaded whitelisted addresses would do it. you talking about rainer's lisp machine video? Yeah. i've got the non-MPEG 4 version, but it's 3 times as big. and my connection is already beyond saturated. Hm. I could host it. :-) I say we bittorrent it. :) KingNato: yeah, i'm looking into that. though i think setting up a tracker and all is a little too involved for me to get to until tonight, at least. * KingNato may be getting a 9Mbit/s upstream connection soonish I could probably even host all lemonodor multimegabyte stuff for Europe. (Advertised as 9Mbit/s, anyway) It'd probably split the load in half. i should really move to a legitimate hosting situation some day. *** d-bugd (~a@as1-6-7.an.g.bonet.se) has joined channel #lisp aha, xanim does the trick I've got some gigabytes in a well connected location (well connected for northern Europe at least. :) xanim works and mplayer doesn't? i'm surprised. trying to work out what mplayer is doing is basically impossible without four days reading the development list, afaics right, off to barcelona for the long weekend *** Signoff: M-x ("ERC Version 3.0 $Revision: 1.466 $ (IRC client for Emacs)") m-x: you're probably going to bump into my boss. fine coincidence (: *** Signoff: smoke (Read error: 113 (No route to host)) well, if someone wants to mirror the videos I can send them relatively quickly, i think. dan-b: mplayer wouldn't play it for me either, but xine would. It's not a supported codec in mplayer, apparently. lemonodor: I'm rsyncing already afaict, mplayer has a codec for the general format but it doesn't cope with 1-bit movies specifically *** lispm-wim2 (~lispm-wim@a090090.adsl.hansenet.de) has joined channel #lisp but as I say, it takes four days reading the mplayer list to work that out cliini: your Opera says it is a Mozilla... cliini: it is not even self respecting... i can mirror too ack, my copy is on the sleeping laptop antifuchs: do you have it in a public place? now uploading to http://ftp.linux.org.uk/pub/lisp/Macivory.mov mmm lisp machine video :O that machine has a fair-sized connection to the world. admittedly my cablemodem at hime doesn't, so it'll be a few minutesbefore it arrives there * KingNato would bittorrent it but has only a private IP number Xach: in a few jiffies, yes. Xach: this ought to be behind a 10MBit line in austria. let's see if it's actually working better (; got 'em hmm hmm, 4 mbyte are over there already... shouldn't the deiban cmucl-small pkg depend on the cmucl pkg with the exact same version? I've got cmucl-small 3.1.7 and cmucl 3.1.4 installed, and it's doing evil things so let me know if you've got a mirror that you don't mind my linking to from lemonodor. he, lemonodor, you had some downloads? ;-) Hm, true, Opera does claim to be Mozilla. lispm-wim2: yeah, a few. :) I'm trying to figure out how to mirror only the large bits. :) cliini: even my Internet Explorer on my Mac thinks it is a Mozilla ;-) Maybe that's a losing battle. lemonodor, your site seems to be quite popular ;-) ok, http://ftp.linux.org.uk/pub/lisp/ has a copy that ought to be respectably fast from many places *** Signoff: federico (Read error: 104 (Connection reset by peer)) * dan_b wonders if he should have asked rainer before mirroring :-) what's the license conditions? is it dfsg-free? haha, I is only allowed to be mirrored by Lisp sites, or sites written in Lisp ;-) it is *** federico (~federico@dsl-200-67-236-199.prodigy.net.mx) has joined channel #lisp ftp.linux.org.uk is a cclan mirror, if that qualifies okay ;-) the point is, I don't pay for its bandwidth. ww.telent.net I do oic, I think cmucl-small is going away I guess I could give it an A record in cclan.net or whatever vanity domain I blagged for that project * Xach works for an ISP and gets to use a bit of bandwidth on the side if it's not too obtrusive http://asf.void.at/misc/rainer-lisp-machine-3.mov has another, just in case you manage to fill up ftp.linux.org.uk's pipe (: has somebody used applescript from mcl 5? Has somebody managed to get unicode output on CLX/something on top of CLX? Properly, I mean. :-) If not, I'll have a look at using Pango from CLX, which will be painful. "It /is/ correct. If perl doesn't complain when I activate the 'strict' pragma, it works." cliini: Zhivago did strange characters in McCLIM, but I don't know whether that was the CLX back end, or even if it was unicode. antifuchs: That's the definition for perl, isn't it? KingNato: probably was CLX, dunno if it was unicode... I'll have to talk to him when we manage to hit a simultaneous wake cycle. all Zhivago's McCLIM hacks are surrounded by #+unicode, so.. cliini: Imagine if the globe was flat, it would all be much easier. :) Knowing him I'd guess it's Unicode, but I have no clue whether it's properly done. Probably not, actually. He didn't seem too interested in the graphics side of Unicode. If you just assume each character will get a glyph from some random font, you'll not get good marks from me. :) I wrote code for that myself, it took me five minutes. :) phew, i finally am getting sub-second ping times to lemonodor.com now. thanks, guys. heh *** Signoff: r0 (Read error: 110 (Connection timed out)) lemonodor, ever heard of a tool called audacity? KingNato, given that two people on the planet are interested in free lisps and unicode simultaneously, it is only logical that they live 12 time zones apart. lispm-wim2: no, what is it? xanim, in case anyone's still wondering It has a positive side: it significantly diminishes the time we have to get on each other's nerves. lemonodor, apparently it is an editor for audio files, a new version just has been published also for Mac OS X but it was larger than my laptop screen I've used audacity I wasn't terribly impressed lemonodor, it now uses Nyquist, a Lisp-written lib (but then, I was trying to edit 30 minutes of 44kHz 16-bit stereo, and this was a while ago) I've never seen a decent audio editor that runs on any kind of unix. It is mind-boggling that someone hasn't come up with one. lemonodor, I checked the Mac version and it has XLisp inside. (well, a free audio editor at least) lemonodor, even comes with some Lisp scripts... I've never seen a decent diagram editor that runs on unix, since xfig dia? sucked, last time I tried it xfig has never crashed on me dan_b: omnigraffle? * manuel__ hides hmm. oh, I have to pay money for it? bah I wouldn't call xfig a decent diagram editor it is suitable only for editing indecent diagrams sure, it's a good advert for the "X is not slow, idiots" propaganda campaign but usable? Not really I have yet to see a decent diagram editor for any platform. UI is not xfig's strong point, i concede Maybe my employer is just being thrifty. xfig's UI is weird, but I find it faster to use than anything else *** Signoff: lispm-wim2 (Remote closed the connection) ah, this all reminds me, the time of year to start fiddling with presentatin software is fast approaching Actually we're only 7 time zones apart. cliini: i've heard raves about visio from UI curmudgeons...never used it myself, though cliini: does that mean there is another 1.42 persons interesting in unicode and free CLs lurking out there somewhere? =p Visio sucks warm puke through a short straw. visio is fine up to a point Yes, the point is reached 30 seconds into a Visio session. Tell us how you really feel about it! Admittedly, some diagramming tools are worse. :) but after that point it suddenly drops off at a near-vertical angle reminds me of m4 in a way hefner, must be, and by the distribution it seems that she must be in Brazil or Venezuela. The 0.42 is a gifted 8-year old font designer who's her child. Mathematics is useful, sometimes, you get to figure out things like this. ;-) haha! visio! * antifuchs has visio experiences. not experience (; Tell me more about your Visio experiences. * KingNato wonders if closure would work in MCL/CLIM hmmm. there was this very long visio session, in which I drew out most of the design for our project... I saved regularly, knowing that this was windows and that my sound card (haha) was flaky, and caused a few reboots here and now (and you know what happened next). dan_b: before you spend too much time fiddling with presentation software, iirc we still have yet to release a clx that works with threads one moment I was using visio and listening to already-depressing music, the next: insta-reboot. I let it boot, knowing that the last save was only a few minutes ago. what I didn't know was that visio keeps a lock in its files and tells you that it "can not open file because another visio process is using it". antifuchs: at which point you tossed the computer out the window? repeat two more times. I drew it a third time in dia (: hefner: I'm a patient guy (: hefner: I put on some more depressing music (on the cd player, this time) and started again. the machine rebooted again (: "It is obviously Allah's will that I throw the Unix box out the window. I submit to the will of Allah." and even iidnrc we have yet to release a clx which doesn't have deadlocks in its font code cliini: oh yes, absolutely. I use Windows at work, as it's policy. I try to take the philosophical attitude: if it breaks, I'm getting paid ridiculously well to drink coffee as the techie attempts to fix it in vain, finally sending it to be reinstalled. hmm, I was thinking about weird-irc lately. This has happened multiple times, and I've been working there for only about a year now. cliini: sounds like a good attitude (: Our policy at work is, if it breaks, you better weld the pieces back together yourself. * KingNato likes that policy, because his Debian installation doesn't break much That was the policy at my previous place of employment, which also said that you can run anything you like on the hardware you can find or coax the management into buying. dan-b: where did you upload that movie again? For some reason it still degenerated into some Debians minded by Juri and me, and Solarises taken care of by the CEO. :-) I was out-located to a customer for two months, where we had to run Windows, so I installed an X server and ran everything on the Solaris development box. That was painful, but less painful than Windows. cm: http://ftp.linux.org.uk/pub/lisp/ * KingNato probably needs to come to terms with Windows, but would like to delay this as long as possible Hm, I thought I might be able to use the Pango XFT renderer to render to memory, but the renderer still needs its own X connection. There is going to be suffering here. :( *** Signoff: DeSigna ("isp disconn") Am I insane if I combine a Forth system with GTK, Pango and the works, and then run this as a separate process and feed dynamical Forth to it from my Lisp? :) cliini: probably, but much cooler than using C as the glue code =) *** DeSigna (~designa@203-219-27-177-bri-ts4-2600.tpgi.com.au) has joined channel #lisp just don't expect anyone else to ever get it to work. I'd rather toggle the bits with Forth than C any day of the week. i bet Yoda would love Forth :) love it he would ;) hehe hmmmmm. I wonder if weird-irc can be made to output stuff in a table-like fashion. antifuchs: what kind of stuff? CLIM does tables. hefner: IRC messages. hefner: I hate it when IRC messages look as ugly as they do in weird-irc when they wrap... time stamps should be in a column of their own; so should nick names and the messages. no one else seemed to think it was a good idea when I suggested adding a seperate left margin for text. But I think that would be handy, to stop messages from wrapping around directly underneath the name. well, it'd be all perfect if one could put each irc message in a table row *** Signoff: rkrush (Remote closed the connection) I think... *** timmy (~user@r66h13.res.gatech.edu) has joined channel #lisp I'm confusing xft and ft2 again, of course it is ft2 I need to use if I want to render to memory. Maybe I can forget the Forth. :) dan_b: thanks. is that rainer guy also here in #lisp? * dan_b points at lispm *** tsuru (~tsuru@216-98-68-73.naxs.com) has joined channel #lisp kewl impressive i think it would be great if someone could annotate the lisp machine video in some detail; there's a lot going on that isn't necessarily very clear unless you're pretty familiar with the foreign-to-most-people software concepts. *** Signoff: blitz__ (Remote closed the connection) popup bubbles? ;) heh. sure. *** lispm-wim2 (~lispm-wim@213.191.90.90) has joined channel #lisp *** Signoff: manuel__ ("ircII EPIC4-1.1.6 -- Are we there yet?") lemonodor, the video has sound ;-) although not very loud and with a german accent ;-) *** hefner is hefner@pool-151-196-122-104.balt.east.verizon.net (hefner) *** on channels: #lisp *** on irc via server irc.freenode.net (http://freenode.net/) *** hefner is an identified user (from sterling.freenode.net) *** hefner has been idle 13 minutes I'll try shocking people at work by playing it very loud. don't ;-) "und jetzt.. and now" :) Their "music" tends to be worse. the problems is that an extremely loud Mac `bleep' happens every so often We could make a techno remix. right ;-) The anti-"free software song". ;) lol *** Signoff: d-bugd () > I would prefer giving it a Borg-ish sound. But perhaps we could save that for a McCLIM video. lispm-wim2: hi, enjoyed your video lispm, you're a star! I was inquiring with dks about buying a macivory system. currently, he is out of adb converters for symbolic keyboards. do you use an apple or symbolics kb? symbolics I use a symbolics keyboard the apple keyboard has much less bandwidth right, that's what I thought from the web page. there'd almost be no point i told dks that I likely wasn't interested without symbolics keyboard. the extended apple keyboard with a logitech 3 button mouse works fine, though. it's about an environmental experience, more than anything else for me. IMHO the thing that kills you is not the keyboard but the mice. I've never been able to get a 3 button mouse to work with mine. (probably I just need to find the right kind) there is also a Symbolics keyboard overlay for the Apple Extended keyboard right, dks mentioned that. guys, the logitech 3 button mouse works really fine on the Macivory *** alexshendi (~shendi@virtual28.lb.bawue.de) has joined channel #lisp the Mac version that is i'll keep logitech in mind, but likely won't do anything unless I can get a symbolics kb. most people use the apple keyboard, since the symbolics keyboard is a bit expensive... 'Hi it's worth it, but you can live without it. well, almost lispm-wim2: thanks for the feedback/insight * Xach searches for symbolics items on ebay and finds: http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=3610377826&category=3789 ... people are trying to sell free software on ebay now? *** elvislives (~elvis@adsl-18-192-83.mem.bellsouth.net) has joined channel #lisp hefner: People have been selling free software for a long time, why not on ebay? 'What's for sale exactly? maxim a looks like they are selling the labor of putting openoffice and Maxima on cd it looks overpriced looks like he's also selling gimp for windows on a cd, touted as "photoshop compatible" 4 pages of auctions, no bids Anyone else see red when they encounter listings with "L@@K!!!" in the title? *** simon (~simon@pc-80-193-119-105-so.blueyonder.co.uk) has joined channel #lisp Naah, that's 31337 One of these days I'm going to register a new id, "Just L@@KING", and bid on all that crap without paying for it I think that goes to my Sp@m folder My Pango example does not even compile. This is not my day. Including the header is a failure. This is not exactly raising my opinion on the C crowd. * antifuchs has seen people try to sell windows "New Folder"s (unused, excellent condition) {:: hahahah :) ^-^ well...someone got away with selling a Maya Nurbs Sphere script for $20... if you have A|w Maya you just have to press a button to get one...most successful 'scam' I've seen yet :thinks "Interesting stuff:)" *** Signoff: lispm-wim2 (Remote closed the connection) *** Signoff: pfdietz (Read error: 110 (Connection timed out)) quit *** Signoff: alexshendi ("Leaving") *** jao (~jao@103.Red-80-33-152.pooles.rima-tde.net) has joined channel #lisp Hm, with sufficient thrust, even the pig flew. *** dsk (dsk@CPE-24-163-235-73.mn.rr.com) has joined channel #lisp *** Signoff: dsk (Remote closed the connection) *** Signoff: f00f (sterling.freenode.net irc.freenode.net) *** Signoff: azu (sterling.freenode.net irc.freenode.net) *** Signoff: vuori (sterling.freenode.net irc.freenode.net) *** Signoff: DragonFax (sterling.freenode.net irc.freenode.net) *** Signoff: bleen (sterling.freenode.net irc.freenode.net) *** f00f (~f00f@vengeance.et.tudelft.nl) has joined channel #lisp *** bleen (~user@pcp02605827pcs.prtmry01.nj.comcast.net) has joined channel #lisp *** vuori (~vuori@puuhamaa.magenta.net) has joined channel #lisp *** azu (~user@lynx.ionific.com) has joined channel #lisp *** DragonFax (~dragon@ns1.technobrat.com) has joined channel #lisp *** the_dork (~shendi@virtual28.lb.bawue.de) has joined channel #lisp *** Signoff: jao (sterling.freenode.net irc.freenode.net) *** Signoff: simon (sterling.freenode.net irc.freenode.net) *** Signoff: dan-b (sterling.freenode.net irc.freenode.net) *** Signoff: cmm_wrk (sterling.freenode.net irc.freenode.net) *** Signoff: gp (sterling.freenode.net irc.freenode.net) *** Signoff: Lathi (sterling.freenode.net irc.freenode.net) *** Signoff: lambda (sterling.freenode.net irc.freenode.net) *** Signoff: hefner (sterling.freenode.net irc.freenode.net) *** Signoff: KingNato (sterling.freenode.net irc.freenode.net) *** Signoff: Verbed (sterling.freenode.net irc.freenode.net) *** Signoff: kmr (sterling.freenode.net irc.freenode.net) *** Signoff: MajorLinux (sterling.freenode.net irc.freenode.net) *** Signoff: Zhivago (sterling.freenode.net irc.freenode.net) *** Signoff: emu (sterling.freenode.net irc.freenode.net) *** Signoff: frodef (sterling.freenode.net irc.freenode.net) *** Signoff: dthomas (sterling.freenode.net irc.freenode.net) *** Signoff: chrchr (sterling.freenode.net irc.freenode.net) *** Signoff: Mojojojo (sterling.freenode.net irc.freenode.net) hmmm, is there a protocol in clim which allows sticking table rows onto an existing table? *** dsk (dsk@CPE-24-163-235-73.mn.rr.com) has joined channel #lisp *** jao (~jao@103.Red-80-33-152.pooles.rima-tde.net) has joined channel #lisp *** simon (~simon@pc-80-193-119-105-so.blueyonder.co.uk) has joined channel #lisp *** dan-b (~dan@pc2-oxfd3-6-cust118.oxfd.cable.ntl.com) has joined channel #lisp *** cmm_wrk (~cmm@212.150.223.230) has joined channel #lisp *** gp (~gp@CPE-203-45-77-129.nsw.bigpond.net.au) has joined channel #lisp *** Lathi (~user@ip67-92-160-50.z160-92-67.customer.algx.net) has joined channel #lisp *** lambda (~lambda@csomalin.csoma.elte.hu) has joined channel #lisp *** hefner (hefner@pool-151-196-122-104.balt.east.verizon.net) has joined channel #lisp *** KingNato (~isildur@as9-3-7.mal.s.bonet.se) has joined channel #lisp *** Verbed (Verbed@h24-64-104-20.ed.shawcable.net) has joined channel #lisp *** kmr (~kevin@bgp01386489bgs.brodwy01.nm.comcast.net) has joined channel #lisp *** MajorLinux (~chaimj@202.172.44.250) has joined channel #lisp *** Zhivago (~brian@203.231.161.129) has joined channel #lisp *** emu (~mrd@pool-151-201-226-126.pitt.east.verizon.net) has joined channel #lisp *** dthomas (~darkness@216.52.123.161) has joined channel #lisp *** frodef (~frodef@vserver.cs.uit.no) has joined channel #lisp *** Mojojojo (~Mojojojo@www.linuxforum.hu) has joined channel #lisp *** chrchr (rc@67.105.142.85) has joined channel #lisp formatting-row says: "This must be used inside of formatting-table, and in conjunction with formatting-cell." > Yes, these must nest properly. hmmm. * hefner is afraid to update his McCLIM tree so sticking rows onto a table after it was "created" (?) isn't supposed to work? > It should work. (Just a sec .. another commit coming along) > So that was it for now. ah (: > antifuchs: You say that (formatting-table (t) (formatting-row (t) (formatting-cell (t) (princ "hi"] does not work? gilberth: no, that's not it (: *** Signoff: redblue (Read error: 104 (Connection reset by peer)) > Okay then I was not listening ... *** deego (~user@63.126.179.162) has joined channel #lisp gilberth: I wanted to modify weird-irc's with-output-as-irc-message macro (which gets called from event handling present methods from time to time) to put messages into a formatting table. the thing I love about updating from CVS is how it points out all those little n,p, and v characters that make their way into my buffers when I'm trying to move around. (thanks, emacs!) > Hmm, for weird-irc I suggest using the pretty printer :) gilberth: dunno, I had actually wanted the nicks etc. to align and adjust (; > Yeah okay, but how exactly do you add rows? How do you get hold of the table? Do you use incremental redisplay? * antifuchs doesn't get a hold of the table, right now (: > hmm ah, that might work... hmmm. you forego tables entirely, and bind the (nonexistant) left-margin to the current cursor X after drawing the nick, to control the wrapping of the text. =) > Isn't with-indention working? heh hmm. I wrote that, didn't I? =) was my first thought too, but I want behaviour like xchat's (; > Bah! find is slow. I once hacked a mockup for a more pretty irc log using the pretty printer. > I want a file system which maintains a full text index ... ha, that might work (: Yes! I have pango-drawn text! > The pretty printer even can do folding of lines. > cliini: Where do you have it? > CLIM has folding also doesn't it? On the window of my program. > Yes, and which program is that? A test program I just wrote to see if I can get this to work. It does not do anything else. > There it is ... I'm a tools programmer, I implement unicode stuff. :-) hmm, that could just work (: Unicode is not much fun if you can't get it on screen. *** weird-boinkor (~weird-boi@212-88-187-152.ADSL.ycn.com) has joined channel #lisp I can implement a unicode-enabled irc client if that makes you happy. :-) hmm, weird-boinkor is not a happy lisper. *** Signoff: weird-boinkor (Read error: 104 (Connection reset by peer)) I'll go away and think about a user targeted program that somehow uses unicode for something. How about an irc client (-; > antifuchs: You might be able to borrow some ideas from http://bauhh.dyndns.org:8000/flux/fold.lisp thanks! An irc client would be in character. > Unfortunately my pretty printer lacks tabbing support (= ~20T kinda stuff) :-/ > cliini: In what surrounding do you use Pango. Some kind of gtk bindings? From CLX. > antifuchs: As you can see it assumes a IrcII style log in /home/gilbert :) mhm, I see. hmm. > cliini: Cool. So we might be able to borrow :) *** Signoff: elvislives (Read error: 104 (Connection reset by peer)) I use Pango to render to memory with the FT2 renderer, and stuff the bits to the screen with CLX. But this needs a lot of work. :) > antifuchs: I can give you a snipset to play with. > cliini: I have to code to blitter antialiased via XRender. heh (: