On 3/18/24 6:40 AM, Matt Wette wrote:
On 3/15/24 1:52 PM, Matt Wette wrote:
As mentioned on another topic (start=up message) I had once hacked
guile to have a
info-port, with initial welcome message and compile messages going to
(current-info-port).
Adding a command arg to set that to a file
On 3/15/24 1:52 PM, Matt Wette wrote:
As mentioned on another topic (start=up message) I had once hacked
guile to have a
info-port, with initial welcome message and compile messages going to
(current-info-port).
Adding a command arg to set that to a file or /dev/null would fix both
issues.
On Fri, Mar 15, 2024, at 3:52 PM, Matt Wette wrote:
> As mentioned on another topic (start=up message) I had once hacked guile
> to have a info-port, with initial welcome message and compile messages
> going to (current-info-port). Adding a command arg to set that to a file or
> /dev/null would fix
On Fri, Mar 15, 2024 at 01:52:10PM -0700, Matt Wette wrote:
> On 3/15/24 1:47 PM, Marc Chantreux wrote:
> > On Fri, Mar 15, 2024 at 08:00:09PM +0100, to...@tuxteam.de wrote:
> > > > I think most of Guile user actually want this feature for a long time.
> > > > I can understand.
> > > I agree.
> > s
On 3/15/24 1:52 PM, Matt Wette wrote:
On 3/15/24 1:47 PM, Marc Chantreux wrote:
On Fri, Mar 15, 2024 at 08:00:09PM +0100, to...@tuxteam.de wrote:
I think most of Guile user actually want this feature for a long time.
I can understand.
I agree.
so do I.
As mentioned on another topic (start=u
On 3/15/24 1:47 PM, Marc Chantreux wrote:
On Fri, Mar 15, 2024 at 08:00:09PM +0100, to...@tuxteam.de wrote:
I think most of Guile user actually want this feature for a long time.
I can understand.
I agree.
so do I.
As mentioned on another topic (start=up message) I had once hacked guile
to
On Fri, Mar 15, 2024 at 08:00:09PM +0100, to...@tuxteam.de wrote:
> > I think most of Guile user actually want this feature for a long time.
> > I can understand.
> I agree.
so do I.
--
Marc Chantreux
Pôle CESAR (Calcul et services avancés à la recherche)
Université de Strasbourg
14 rue René Des
On Fri, Mar 15, 2024 at 02:51:51PM -0400, Olivier Dion wrote:
> On Fri, 15 Mar 2024, Keith Wright wrote:
> > Olivier Dion writes:
[supress auto-compilation warnings]
> >> Not possible unfortunately :-(
> >
> > Why would this be unfortunate? This seems like a feature (non-bug).
>
> I think mos
On Fri, 15 Mar 2024, Keith Wright wrote:
> Olivier Dion writes:
>
Like the warning says, you ought to either use the GUILE_AUTO_COMPILE
environment variable or use the `--no-auto-compile' switch.
Unfortunately, there is no `--quiet' or `--warning=/dev/null' option.
>>>
>>> I think
Olivier Dion writes:
>>> Like the warning says, you ought to either use the GUILE_AUTO_COMPILE
>>> environment variable or use the `--no-auto-compile' switch.
>>> Unfortunately, there is no `--quiet' or `--warning=/dev/null' option.
>>
>> I think the OP is fine with autocompilation (I even guess
On Fri, 15 Mar 2024, wrote:
> On Fri, Mar 15, 2024 at 01:31:43PM -0400, Olivier Dion wrote:
>> On Fri, 15 Mar 2024, ks...@sent.com wrote:
>> > I am in the process of rewriting in Guile a script that I use
>> > regularly. Running Guile 3.0.9, when I execute a file containing
>
> [...]
>
>> Like the
On Fri, Mar 15, 2024 at 01:31:43PM -0400, Olivier Dion wrote:
> On Fri, 15 Mar 2024, ks...@sent.com wrote:
> > I am in the process of rewriting in Guile a script that I use
> > regularly. Running Guile 3.0.9, when I execute a file containing
[...]
> Like the warning says, you ought to either use
On Fri, 15 Mar 2024, ks...@sent.com wrote:
> I am in the process of rewriting in Guile a script that I use
> regularly. Running Guile 3.0.9, when I execute a file containing
>
> #!/usr/local/bin/guile -s
> !#
> (display "Hello, mailing list!")
> (newline)
>
> the following is printed to sta
Hello,
On 2024-03-15 12:15:33 -0500, ks...@sent.com wrote:
> I am in the process of rewriting in Guile a script that I use regularly.
> Running Guile 3.0.9, when I execute a file containing
>
> #!/usr/local/bin/guile -s
> !#
> (display "Hello, mailing list!")
> (newline)
>
> the following
I am in the process of rewriting in Guile a script that I use regularly.
Running Guile 3.0.9, when I execute a file containing
#!/usr/local/bin/guile -s
!#
(display "Hello, mailing list!")
(newline)
the following is printed to standard error:
;;; note: source file /Users/me/./test.scm
15 matches
Mail list logo