public inbox for guile-gtk@sourceware.org
 help / color / mirror / Atom feed
From: David Pirotte <david@altosw.be>
To: Neil Jerram <neil@ossau.uklinux.net>
Cc: "guile-user@gnu.org" <guile-user@gnu.org>,
	guile-gtk <guile-gtk@sourceware.cygnus.com>
Subject: Re: how to avoid gtk-standalone-main in guile, when developping
Date: Fri, 31 Aug 2001 04:01:00 -0000	[thread overview]
Message-ID: <3B8F6383.E1C7FD39@altosw.be> (raw)
In-Reply-To: <87u1yp2sl6.fsf@laruns.ossau.uklinux.net>

Neil Jerram wrote:
> 
> >>>>> "David" == David Pirotte <david@altosw.be> writes:
> 
>     David> Hi, Can someone tell me how another way then
>     David> gtk-standalone-main to launch a gui in guile? this kills
>     David> the development environment when quitting the app ... (a
>     David> terrible thing, when you have 15 modules including postres
>     David> connection ... and just the latest that you work on ...)
> 
> I don't quite understand.  Is the problem (1) that you want your Guile
> REPL to stay alive after the Gtk application has quit and vanished, or
> (2) that you want to be able to do REPL stuff simultaneously while the
> Gtk app is alive, or (3) something completely different?

I'd like to have (1) and (2):

	- launching guile
	- using the main module (the one that uses many many others)
  -->
 |	- 'launching manually' my app
 |	- killing the app-main-window to further develop/debug ...
 |	- 'manually' loading the gui-app-file for modified code
 <---	

	- being abble to use the guile listener rpl at any time to 
	  'manually check widget contents or what ever ...

Hope someone can tell me how to di this. We used to have a guile-gtk binary
that allowed us to do so: we just would comment the call to

	...
	;; (gtk-standalone-main window)
	
while developping. 

thanks
david

  reply	other threads:[~2001-08-31  4:01 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-08-30  3:26 David Pirotte
2001-08-31  1:57 ` Neil Jerram
2001-08-31  4:01   ` David Pirotte [this message]
     [not found]     ` <999269215.1502.15.camel@soleil>
2001-09-01  4:57       ` David Pirotte
2001-08-31  6:16 ` Joshua Rosen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3B8F6383.E1C7FD39@altosw.be \
    --to=david@altosw.be \
    --cc=guile-gtk@sourceware.cygnus.com \
    --cc=guile-user@gnu.org \
    --cc=neil@ossau.uklinux.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).