* XEmbed patches - again.
@ 2008-01-09 20:19 David Soulayrol
2008-01-10 7:18 ` Jan Djärv
` (2 more replies)
0 siblings, 3 replies; 10+ messages in thread
From: David Soulayrol @ 2008-01-09 20:19 UTC (permalink / raw)
To: emacs-devel
Hello.
Timo Savola wrote some patches for Emacs in order to bring the
capability to embed the Emacs GTK frame into another one, using GTK
sockets [1]. RMS asked him to wait for the 22 release, so he did, and
then he started a new thread on this list last summer [2].
Timo used these patches to wrap Emacs with some tools like a file
browser I believe. The PIDA project [3] - whose motto is to reuse all
the fine components for an IDE around - needs these patches too to embed
the Emacs frame.
Since the last thread about these patches seems to have ended in last
july, I would like to know if they could make their way in trunk soon,
or where they are blocked today.
Thanks all for your work.
[1] http://timo.stc.cx/git/?p=emacs-xembed.git;a=summary
[2] http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00981.html
[3] http://pida.co.uk/
--
David Soulayrol
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: XEmbed patches - again.
2008-01-09 20:19 XEmbed patches - again David Soulayrol
@ 2008-01-10 7:18 ` Jan Djärv
2008-01-10 12:20 ` Richard Stallman
2008-02-07 14:11 ` Jan Djärv
2 siblings, 0 replies; 10+ messages in thread
From: Jan Djärv @ 2008-01-10 7:18 UTC (permalink / raw)
To: David Soulayrol; +Cc: emacs-devel
David Soulayrol skrev:
> Hello.
>
> Timo Savola wrote some patches for Emacs in order to bring the
> capability to embed the Emacs GTK frame into another one, using GTK
> sockets [1]. RMS asked him to wait for the 22 release, so he did, and
> then he started a new thread on this list last summer [2].
>
> Timo used these patches to wrap Emacs with some tools like a file
> browser I believe. The PIDA project [3] - whose motto is to reuse all
> the fine components for an IDE around - needs these patches too to embed
> the Emacs frame.
>
> Since the last thread about these patches seems to have ended in last
> july, I would like to know if they could make their way in trunk soon,
> or where they are blocked today.
Waiting for the unicode-2 merger with HEAD.
Jan D.
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: XEmbed patches - again.
2008-01-09 20:19 XEmbed patches - again David Soulayrol
2008-01-10 7:18 ` Jan Djärv
@ 2008-01-10 12:20 ` Richard Stallman
2008-01-10 15:18 ` Jan Djärv
2008-02-07 14:11 ` Jan Djärv
2 siblings, 1 reply; 10+ messages in thread
From: Richard Stallman @ 2008-01-10 12:20 UTC (permalink / raw)
To: David Soulayrol; +Cc: emacs-devel
I hope these get installed soon. Have people already studied the
code?
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: XEmbed patches - again.
2008-01-10 12:20 ` Richard Stallman
@ 2008-01-10 15:18 ` Jan Djärv
2008-01-10 15:22 ` Miles Bader
2008-01-11 13:58 ` Richard Stallman
0 siblings, 2 replies; 10+ messages in thread
From: Jan Djärv @ 2008-01-10 15:18 UTC (permalink / raw)
To: rms; +Cc: David Soulayrol, emacs-devel
Richard Stallman skrev:
> I hope these get installed soon. Have people already studied the
> code?
>
I have looked at it, looks OK. The only reason I haven't checked it in is
because someone (Handa?) asked people to hold back large changes to the C code
before the merge.
Jan D.
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: XEmbed patches - again.
2008-01-10 15:18 ` Jan Djärv
@ 2008-01-10 15:22 ` Miles Bader
2008-01-11 13:58 ` Richard Stallman
1 sibling, 0 replies; 10+ messages in thread
From: Miles Bader @ 2008-01-10 15:22 UTC (permalink / raw)
To: Jan Djärv; +Cc: David Soulayrol, rms, emacs-devel
Jan Djärv <jan.h.d@swipnet.se> writes:
> someone (Handa?) asked people to hold back large changes to the C code
> before the merge.
I think that's a very good idea...
-Miles
--
"I distrust a research person who is always obviously busy on a task."
--Robert Frosch, VP, GM Research
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: XEmbed patches - again.
2008-01-10 15:18 ` Jan Djärv
2008-01-10 15:22 ` Miles Bader
@ 2008-01-11 13:58 ` Richard Stallman
2008-01-11 17:42 ` Jan Djärv
1 sibling, 1 reply; 10+ messages in thread
From: Richard Stallman @ 2008-01-11 13:58 UTC (permalink / raw)
To: Jan Djärv; +Cc: dsoulayrol, emacs-devel
I have looked at it, looks OK. The only reason I haven't checked it in is
because someone (Handa?) asked people to hold back large changes to the C code
before the merge.
Do you mean, before the unicode-2 merge?
If there are lots of conflicting changes, waiting seems wise.
Otherwise you might as well install now.
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: XEmbed patches - again.
2008-01-11 13:58 ` Richard Stallman
@ 2008-01-11 17:42 ` Jan Djärv
0 siblings, 0 replies; 10+ messages in thread
From: Jan Djärv @ 2008-01-11 17:42 UTC (permalink / raw)
To: rms; +Cc: dsoulayrol, emacs-devel
Richard Stallman skrev:
> I have looked at it, looks OK. The only reason I haven't checked it in is
> because someone (Handa?) asked people to hold back large changes to the C code
> before the merge.
>
> Do you mean, before the unicode-2 merge?
Yes.
>
> If there are lots of conflicting changes, waiting seems wise.
> Otherwise you might as well install now.
It is hard to tell. Anyway, Miles thought it was wise to hold it, so I'll do
that.
Jan D.
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: XEmbed patches - again.
2008-01-09 20:19 XEmbed patches - again David Soulayrol
2008-01-10 7:18 ` Jan Djärv
2008-01-10 12:20 ` Richard Stallman
@ 2008-02-07 14:11 ` Jan Djärv
2008-02-08 4:15 ` Richard Stallman
2 siblings, 1 reply; 10+ messages in thread
From: Jan Djärv @ 2008-02-07 14:11 UTC (permalink / raw)
To: David Soulayrol; +Cc: timo.savola, emacs-devel
Now checked in.
There is no documentation. We should at least have docs on --parent-id and
what it does.
Jan D.
David Soulayrol skrev:
> Hello.
>
> Timo Savola wrote some patches for Emacs in order to bring the
> capability to embed the Emacs GTK frame into another one, using GTK
> sockets [1]. RMS asked him to wait for the 22 release, so he did, and
> then he started a new thread on this list last summer [2].
>
> Timo used these patches to wrap Emacs with some tools like a file
> browser I believe. The PIDA project [3] - whose motto is to reuse all
> the fine components for an IDE around - needs these patches too to embed
> the Emacs frame.
>
> Since the last thread about these patches seems to have ended in last
> july, I would like to know if they could make their way in trunk soon,
> or where they are blocked today.
>
> Thanks all for your work.
>
> [1] http://timo.stc.cx/git/?p=emacs-xembed.git;a=summary
> [2] http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00981.html
> [3] http://pida.co.uk/
>
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: XEmbed patches - again.
2008-02-07 14:11 ` Jan Djärv
@ 2008-02-08 4:15 ` Richard Stallman
2008-02-08 8:57 ` Jan Djärv
0 siblings, 1 reply; 10+ messages in thread
From: Richard Stallman @ 2008-02-08 4:15 UTC (permalink / raw)
To: Jan Djärv; +Cc: dsoulayrol, emacs-devel, timo.savola
Now checked in.
There is no documentation. We should at least have docs on --parent-id and
what it does.
Please at least add an item to NEWS so that we don't forget!
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: XEmbed patches - again.
2008-02-08 4:15 ` Richard Stallman
@ 2008-02-08 8:57 ` Jan Djärv
0 siblings, 0 replies; 10+ messages in thread
From: Jan Djärv @ 2008-02-08 8:57 UTC (permalink / raw)
To: rms; +Cc: dsoulayrol, timo.savola, emacs-devel
Richard Stallman skrev:
> Now checked in.
> There is no documentation. We should at least have docs on --parent-id and
> what it does.
>
> Please at least add an item to NEWS so that we don't forget!
>
>
Done.
Jan D.
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2008-02-08 8:57 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-09 20:19 XEmbed patches - again David Soulayrol
2008-01-10 7:18 ` Jan Djärv
2008-01-10 12:20 ` Richard Stallman
2008-01-10 15:18 ` Jan Djärv
2008-01-10 15:22 ` Miles Bader
2008-01-11 13:58 ` Richard Stallman
2008-01-11 17:42 ` Jan Djärv
2008-02-07 14:11 ` Jan Djärv
2008-02-08 4:15 ` Richard Stallman
2008-02-08 8:57 ` Jan Djärv
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
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).