https://bugs.kde.org/show_bug.cgi?id=255008
--- Comment #8 from Arne Babenhauserheide <[email protected]> --- That’s great! Thank you! You can test the embedding with emacs 23 by using emacs proper instead of emacsclient: emacs --parent-id %w %f that should embed emacs directly in the editor-window. The only advantages of emacsclient is that it starts faster and that it has all the open files I used in other editing sessions. I don’t see in the diff if you create a QX11EmbedContainer for generating the winid. It looks as if you just give it the ID of the editor window, and I don’t know if that can be used for embedding via xembed. (I hope my example python code helped a bit :) ) -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Kdepim-bugs mailing list [email protected] https://mail.kde.org/mailman/listinfo/kdepim-bugs
