Re: [racket] Scribble Planet problem

2012-10-02 Thread Danny Yoo
On Tue, Oct 2, 2012 at 1:55 PM, Erich Rast wrote: > >> Odd! Hmmm... Are your sources anywhere where we can check it out to >> try it ourselves? > > I've uploaded them temporarily to launchpad: > > https://code.launchpad.net/~erich-snafu/+junk/fileutils > Error traced. No scribble document shou

Re: [racket] Scribble Planet problem

2012-10-02 Thread Erich Rast
> Odd! Hmmm... Are your sources anywhere where we can check it out to > try it ourselves? I've uploaded them temporarily to launchpad: https://code.launchpad.net/~erich-snafu/+junk/fileutils Thanks a lot for your help. Best, Erich Racket Users list: http://lists.ra

Re: [racket] Scribble Planet problem

2012-10-02 Thread Danny Yoo
> The import statement shows up correctly now, but I still get a > corrupted search function in the Racket documentation when the package > is installed. Odd! Hmmm... Are your sources anywhere where we can check it out to try it ourselves? Github is my repository of choice. Let's see if any one

Re: [racket] Scribble Planet problem

2012-10-02 Thread Erich Rast
Thanks Danny! The import statement shows up correctly now, but I still get a corrupted search function in the Racket documentation when the package is installed. I've overlooked an error during package installation earlier, here it is: make-script: unexpected value rendered: '((font ((class "badl

Re: [racket] Redex: typesetting variable/label sets

2012-10-02 Thread Matthias Felleisen
On Oct 2, 2012, at 1:41 PM, Asumu Takikawa wrote: > Hi all, > > In PL papers, you often see grammars like the following: > > e ::= ... | λx.e | (e e) > x ∈ Var > > In particular, variables are typeset as elements of some set. Often, > there are other sets that might represent labels, locatio

[racket] Redex: typesetting variable/label sets

2012-10-02 Thread Asumu Takikawa
Hi all, In PL papers, you often see grammars like the following: e ::= ... | λx.e | (e e) x ∈ Var In particular, variables are typeset as elements of some set. Often, there are other sets that might represent labels, locations, tags, and so on. I don't see an obvious way to do this kind of

Re: [racket] Scribble Planet problem

2012-10-02 Thread Danny Yoo
> #lang scribble/manual > @(require > (for-label racket >"file-utils.rkt")) > > @defmodule[(planet erast/file-utils)] When I'm documenting PLaneT packages, I find I need to use defmodule/this-package to make things work out right. See: http://planet.racket-lang.org/pack

Re: [racket] Problem with on-subwindow-event

2012-10-02 Thread Kieron Hardy
Awesome! Thanks, Matthew and Robby, for looking at this. (* Cheers +inf.0), Kieron. On Tue, Oct 2, 2012 at 7:36 AM, Matthew Flatt wrote: > At Mon, 24 Sep 2012 23:47:17 -0600, Kieron Hardy wrote: > > I used 'enter to make the problem easy to demonstrate, but what I'm > really > > interested in

Re: [racket] Racket spamming with "undefined symbol"

2012-10-02 Thread Matthew Flatt
It looks like this is a result of the way that "libssl" is linked on OpenBSD. In particular, it seems to not refer to "libcrypto" directly, and instead depends on "libcrypto" supplying it exports in the global namespace. Although the Racket `openssl' library does load "libcrypto" in advance, it doe

[racket] Racket spamming with "undefined symbol"

2012-10-02 Thread Lars Engblom
Environment: OpenBSD 5.1 amd64 Problem: Many racket programs spams with "undefined symbol" for openssl. This makes it almost impossible to to read outputs in the console. **$ drracket /usr/local/bin/gracket:/usr/lib/libssl.so.17.1: undefined symbol 'X509_EXTENSION_free' /usr/local/bin/gracket:/

Re: [racket] Problem with on-subwindow-event

2012-10-02 Thread Matthew Flatt
At Mon, 24 Sep 2012 23:47:17 -0600, Kieron Hardy wrote: > I used 'enter to make the problem easy to demonstrate, but what I'm really > interested in is button up/down events and they get duplicated also. It turns out that enter/leave events are generated very differently from button up/down even

[racket] Scribble Planet problem

2012-10-02 Thread Erich Rast
Hi, I've developed a small library that I would like to put on Planet, but when I create the planet package and test-install it using raco planet fileinject, my scribble documentation messes up the Racket docs. My docs are listed in the documentation main page and can be viewed, but just before th