[bug #54821] support for guile-2.2

2020-03-04 Thread Anthony Fok
Follow-up Comment #10, bug #54821 (project denemo):

Hello,

Adding support to Guile 2.2 is now becoming urgent, including for Debian:

Debian Bug#885190: denemo: please migrate to guile-2.2
https://bugs.debian.org/885190


From: r...@defaultvalue.org (Rob Browning)
To: mainto...@bugs.debian.org
Subject: denemo: please migrate to guile-2.2
Date: Mon, 25 Dec 2017 16:17:34 -0600 (CST)
Source: denemo
Severity: normal

I'd like to remove guile-2.0 before the buster release, so please
migrate to guile-2.2 when you can.

Thanks 
-- 
Rob Browning
rlb @defaultvalue.org and @debian.org
GPG as of 2011-07-10 E6A9 DA3C C9FD 1FF8 C676 D2C4 C0F0 39E9 ED1B 597A
GPG as of 2002-11-03 14DD 432F AE39 534D B592 F9A0 25C8 D377 8C7E 73A4


___

Reply to this item at:

  

___
  Message sent via Savannah
  https://savannah.gnu.org/




Re: Setting the color of the background (was Re: Shortcuts text colour and Command Center window problems on Puppy Linux)

2020-03-04 Thread Lib Lists
On Tue, 3 Mar 2020 at 22:25, Richard Shann  wrote:
>
> On Tue, 2020-03-03 at 18:59 +0200, Lib Lists wrote:
> > > > Talking about colours, is it possible to modify the background
> > > > colour
> > > > of both the editing
> > > >   and print view windows?
> > >
> > > The "editing window" that is, the Denemo Display, can have its
> > > color
> > > set from Scheme - I forget the syntax, ask if you need it - while
> > > the
> > > Print View is (IIRC) just the default i.e. theme-able.
> >
> > It'd be nice to be able change the background colour of the Denemo
> > Display.
>
> I searched the Help->Browse Manual for "color" and came up with
>
> SetBackground. Set passed 24 bit number as RGB color of background.
>
> which is cryptic to say the least it means
>
> (d-SetBackground 0)
>
> would set the background to black.
> (d-SetBackground #x00ff00) turns red and blue off etc.
> There is a Denemo procedure to get a color from the user, too. (d-
> SelectColor) which returns a list of r, g and b values in range 0.0-1.0
> that would need converting to use with d-SetBackground.

Great, thanks, that works perfectly!

lib
>
> HTH
>
> Richard
>