Does anyone know how to fix this?

Thanks,
Robby


---------- Forwarded message ----------
From: Mail Delivery Subsystem <mailer-dae...@googlemail.com>
Date: Thu, Nov 22, 2012 at 10:49 AM
Subject: Delivery Status Notification (Failure)
To: robby.find...@gmail.com


Delivery to the following recipient failed permanently:

     bug-notificat...@racket-lang.org

Technical details of permanent failure:
Message rejected by Google Groups. Please visit
http://mail.google.com/support/bin/answer.py?hl=en&answer=188131 to
review our Bulk Email Senders Guidelines.

----- Original message -----

Received: by 10.182.10.71 with SMTP id g7mr777537obb.84.1353602955035;
        Thu, 22 Nov 2012 08:49:15 -0800 (PST)
Received: by 10.182.10.71 with SMTP id g7mr777535obb.84.1353602955015;
        Thu, 22 Nov 2012 08:49:15 -0800 (PST)
Return-Path: <robby.find...@gmail.com>
Received: from mail-oa0-f51.google.com (mail-oa0-f51.google.com [209.85.219.51])
        by mx.google.com with ESMTPS id rq9si3595905obc.2.2012.11.22.08.49.13
        (version=TLSv1/SSLv3 cipher=OTHER);
        Thu, 22 Nov 2012 08:49:15 -0800 (PST)
Received-SPF: pass (google.com: domain of robby.find...@gmail.com
designates 209.85.219.51 as permitted sender) client-ip=209.85.219.51;
Authentication-Results: mx.google.com; spf=pass (google.com: domain of
robby.find...@gmail.com designates 209.85.219.51 as permitted sender)
smtp.mail=robby.find...@gmail.com; dkim=pass header.i=@gmail.com
Received: by mail-oa0-f51.google.com with SMTP id n12so7772863oag.24
        for <multiple recipients>; Thu, 22 Nov 2012 08:49:13 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=20120113;
        h=mime-version:sender:in-reply-to:references:date
         :x-google-sender-auth:message-id:subject:from:to:cc:content-type;
        bh=WnguXXuIF4OomEyYl+H7yV9r7bPC2lptyAG+m5EWdIg=;
        b=IrfT0TuK2h/IMf8wv7AWr1M312+itJFn4GVoVTKHeDBYaGCzaU1FrOpumqCe6G1HWZ
         u13cJl/yVJLewzEFlQnoMxwuiMrtjTf+J5/JqceBKN6gMD7YMFFCGuxt0PWalk8eOfp4
         VpmDrxLm+NcEFS+B/4M8nL1a8cVRwR990T7zYlRNUhYNvAbsFW6tGHf63CNWFxsk3qZZ
         l40/KKqdLMsjWGxpv5Lalt/4P13XezizqFlENfFNcRZUUYCEF68LsrDNf29yyYryAg2+
         fsVGVMzDdsYLD8VQTG90P7WKhht9lBLZ72H1pNOirMj18YZb44QHyX8jeMQirkEhX6/A
         CTbA==
MIME-Version: 1.0
Received: by 10.182.113.5 with SMTP id iu5mr846320obb.36.1353602952902; Thu,
 22 Nov 2012 08:49:12 -0800 (PST)
Sender: robby.find...@gmail.com
Received: by 10.76.11.73 with HTTP; Thu, 22 Nov 2012 08:49:12 -0800 (PST)
In-Reply-To: 
<caeep09cr5fd8wxe49mg4seekpmwiktjrtm7ap77vbls4x_b...@mail.gmail.com>
References: <201210200348.q9k3m25c006...@champlain.ccs.neu.edu>
        <cal3tdomdmvd95jx_z-6kobneglibb5epu+ghsch7zwcppsq...@mail.gmail.com>
        <0a7510b2-612e-41df-8ab9-579b73d36...@gmail.com>
        <caeep09cr5fd8wxe49mg4seekpmwiktjrtm7ap77vbls4x_b...@mail.gmail.com>
Date: Thu, 22 Nov 2012 10:49:12 -0600
X-Google-Sender-Auth: a765_jDSJSvsU66kuoCi3FmxYXA
Message-ID: <CAL3TdOMd4a59=q-j_xqk+lxoqna31rn5jxzkej2onjyqr7o...@mail.gmail.com>
Subject: Re: [racket-bug] all/13201: DrRacket "file not found" message not
 immediately cleared after file created
From: Robby Findler <ro...@eecs.northwestern.edu>
To: Kieron Hardy <kieron.ha...@gmail.com>
Cc: "b...@racket-lang.org" <b...@racket-lang.org>,
"nob...@racket-lang.org" <nob...@racket-lang.org>,
        "bug-notificat...@racket-lang.org" <bug-notificat...@racket-lang.org>
Content-Type: text/plain; charset=UTF-8

Hitting "run" doesn't re-trigger online check syntax running; you must
edit the buffer for that to happen.

I tried the steps to reproduce in the original PR just now and I'm not
seeing this problem (neither in the git head version, nor in 5.3.1).

Do you still see this problem?

On Mon, Oct 29, 2012 at 1:27 PM, Kieron Hardy <kieron.ha...@gmail.com> wrote:
> Also, in DrRacket, the error message when trying to use old versions of
> compiled code (see example message below) does not get cleared after a
> re-compile (in another command window) and a successful racket->run
> (ctrl-r).
>
> Kieron.
>
>
> On Sat, Oct 20, 2012 at 10:22 AM, Kieron Hardy <kieron.ha...@gmail.com>
> wrote:
>>
>> Yes - the same area where syntax error check status and error messages
>> show.
>>
>> Kieron.
>>
>> On Oct 20, 2012, at 3:50, Robby Findler <ro...@eecs.northwestern.edu>
>> wrote:
>>
>> > Where is the error message? In the bar along the bottom where the
>> > "background" (formerly "online") messages appear?
>> >
>> > Robby
>> >
>> > On Fri, Oct 19, 2012 at 10:48 PM,  <kieron.ha...@gmail.com> wrote:
>> >> A new problem report is waiting at
>> >>  http://bugs.racket-lang.org/query/?cmd=view&pr=13201
>> >>
>> >> Reported by Kieron Hardy for release: 5.3.1.1--2012-10-14(a59df8c/a)
>> >>
>> >> *** Description:
>> >> In DrRacket, the error message indicating a required file is not found,
>> >> does not get cleared immediately after the file is created.
>> >>
>> >> *** How to repeat:
>> >> Start DrRacket, open new tab (e.g. with just #lang racket), save as
>> >> file-1.rkt.
>> >> Add require to non-existant file (require "file-2.rkt").
>> >> Observe error message: default-load-handler: cannot open input file
>> >> path: file-2.rkt system error: The system cannot find the file specified.;
>> >> errno=2
>> >> Open another tab (e.g. with just #lang racket), save as file-2.rkt (in
>> >> same directory as file-1). Navigate to first tab. Edit file (e.g. add
>> >> expression (+ 1 1)), save file.
_________________________
  Racket Developers list:
  http://lists.racket-lang.org/dev

Reply via email to