From Login_ID98107@onlinemerchant-elavon.com Thu Dec 1 18:17:00 2011 From: Login_ID98107@onlinemerchant-elavon.com (Login_ID98107@onlinemerchant-elavon.com) Date: Thu, 01 Dec 2011 18:17:00 -0000 Subject: Virtual-Merchant Notification Message-ID: An embedded and charset-unspecified text was scrubbed... Name: not available URL: -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: Login__RNZPLEP0.html URL: -------------- next part -------------- -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From bnhabets@yahoo.com Thu Dec 1 20:07:00 2011 From: bnhabets@yahoo.com (brett habets) Date: Thu, 01 Dec 2011 20:07:00 -0000 Subject: re;update Message-ID: <1322770053.98237.YahooMailRC@web162217.mail.bf1.yahoo.com> i successfully make over $2201 / week all from http://tinyurl.com/89s5mv9 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From bnhabets@yahoo.com Thu Dec 1 23:04:00 2011 From: bnhabets@yahoo.com (brett habets) Date: Thu, 01 Dec 2011 23:04:00 -0000 Subject: re;update Message-ID: <1322770053.98237.YahooMailRC@web162217.mail.bf1.yahoo.com> i successfully make over $2201 / week all from http://tinyurl.com/89s5mv9 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From kbrown@cornell.edu Fri Dec 2 10:36:00 2011 From: kbrown@cornell.edu (Ken Brown) Date: Fri, 02 Dec 2011 10:36:00 -0000 Subject: Problems with emacs built against gtk3 In-Reply-To: <4ED6390C.2040708@cornell.edu> References: <4ED03512.7080607@cornell.edu> <4ED0EC50.4090300@cornell.edu> <1322625099.6420.9.camel@YAAKOV04> <4ED6390C.2040708@cornell.edu> Message-ID: <4ED807FA.7050700@cornell.edu> On 11/30/2011 9:09 AM, Ken Brown wrote: > On 11/29/2011 10:51 PM, Yaakov (Cygwin/X) wrote: >> On Sat, 2011-11-26 at 08:40 -0500, Ken Brown wrote: >>> On 11/25/2011 7:38 PM, Ken Brown wrote: >>>> When I build emacs against gtk3, it is unusable. Here are the symptoms >>>> when the resulting emacs is started in an xterm window: >>>> >>>> $ ./emacs -Q& >>>> [1] 3344 >>>> >>>> (emacs:3344): GLib-WARNING **: In call to g_spawn_sync(), exit >>>> status of >>>> a child process was requested but SIGCHLD action was set to SIG_IGN and >>>> ECHILD was received by waitpid(), so exit status can't be returned. >>>> This >>>> is a bug in the program calling g_spawn_sync(); either don't request >>>> the >>>> exit status, or don't set the SIGCHLD action. >>>> >>>> ** (emacs:3344): WARNING **: Abnormal program termination spawning >>>> command line `dbus-launch --autolaunch=0b8f184fe6d82872ee8db8724ecfdb90 >>>> --binary-syntax --close-stderr': >>>> >>>> I think the pango warning is Cygwin specific, but the rest of it might >>>> not be. Similar symptoms were reported on Fedora: >>>> >>>> https://bugzilla.redhat.com/show_bug.cgi?id=654027 >> >> This appears to be the same bug. The solution is to launch a DBus >> session bus *before* starting emacs (or any other gtk3 programs for that >> matter), IOW: >> >> $ eval `dbus-launch --sh-syntax` >> $ emacs-X11& > > That gets rid of the warning, but emacs still dies after a few seconds > (no error message, no stackdump), unless I uninstall dconf-service. I'll > see if I can get more information by running emacs under gdb. I'd > appreciate any suggestions you might have as to where I should look. > > I forgot to say in my first post that the emacs I'm testing is a pretest > of the upcoming emacs-24.1. If I'm not able to figure out what's going > on, maybe I'll make an experimental version available so that you can > try to reproduce the problem. I have some further information: The problem is related to the GSettings backend. If I uninstall dconf-service and start emacs, I get a warning that the GSettings `memory' backend will be used. Emacs then works fine. If I reinstall dconf-service but set GSETTINGS_BACKEND=memory before starting emacs, it again works fine. Does this provide any clue as to what the problem might be? Ken -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From yselkowitz@users.sourceforge.net Fri Dec 2 13:01:00 2011 From: yselkowitz@users.sourceforge.net (Yaakov (Cygwin/X)) Date: Fri, 02 Dec 2011 13:01:00 -0000 Subject: Problems with emacs built against gtk3 In-Reply-To: <4ED807FA.7050700@cornell.edu> References: <4ED03512.7080607@cornell.edu> <4ED0EC50.4090300@cornell.edu> <1322625099.6420.9.camel@YAAKOV04> <4ED6390C.2040708@cornell.edu> <4ED807FA.7050700@cornell.edu> Message-ID: <1322822150.6352.13.camel@YAAKOV04> On Thu, 2011-12-01 at 18:04 -0500, Ken Brown wrote: > On 11/30/2011 9:09 AM, Ken Brown wrote: > > On 11/29/2011 10:51 PM, Yaakov (Cygwin/X) wrote: > >> This appears to be the same bug. The solution is to launch a DBus > >> session bus *before* starting emacs (or any other gtk3 programs for that > >> matter), IOW: > >> > >> $ eval `dbus-launch --sh-syntax` > >> $ emacs-X11& > > > > That gets rid of the warning, but emacs still dies after a few seconds > > (no error message, no stackdump), unless I uninstall dconf-service. I'll > > see if I can get more information by running emacs under gdb. I'd > > appreciate any suggestions you might have as to where I should look. > > > I have some further information: The problem is related to the GSettings > backend. If I uninstall dconf-service and start emacs, I get a warning > that the GSettings `memory' backend will be used. Emacs then works > fine. If I reinstall dconf-service but set GSETTINGS_BACKEND=memory > before starting emacs, it again works fine. Does this provide any clue > as to what the problem might be? Okay, I got it. dconf-service needs a GVfs implementation, but the default provider (from the gvfs package) is currently only available in Ports. That's what I get for trying to be minimalistic wrt the distro. Of course, my gvfs package requires Avahi[1], so it may be an interesting ITP; I'll try to do that next week, and hopefully this thread will help expedite the review nonetheless. In the meantime, try setting the GIO_USE_VFS environment variable to "local"[2], which will allow dconf-service to work despite the lack of gvfs. (Why this isn't done automatically as a fallback, I have no idea.) Yaakov Cygwin/X [1] http://cygwinports.blogspot.com/2011/07/this-lemur-can-be-found-outside-of.html [2] http://developer.gnome.org/gio/2.30/ch03.html -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From kbrown@cornell.edu Sat Dec 3 02:30:00 2011 From: kbrown@cornell.edu (Ken Brown) Date: Sat, 03 Dec 2011 02:30:00 -0000 Subject: Problems with emacs built against gtk3 In-Reply-To: <1322822150.6352.13.camel@YAAKOV04> References: <4ED03512.7080607@cornell.edu> <4ED0EC50.4090300@cornell.edu> <1322625099.6420.9.camel@YAAKOV04> <4ED6390C.2040708@cornell.edu> <4ED807FA.7050700@cornell.edu> <1322822150.6352.13.camel@YAAKOV04> Message-ID: <4ED8CC12.5050607@cornell.edu> On 12/2/2011 5:35 AM, Yaakov (Cygwin/X) wrote: > On Thu, 2011-12-01 at 18:04 -0500, Ken Brown wrote: >> On 11/30/2011 9:09 AM, Ken Brown wrote: >>> On 11/29/2011 10:51 PM, Yaakov (Cygwin/X) wrote: >>>> This appears to be the same bug. The solution is to launch a DBus >>>> session bus *before* starting emacs (or any other gtk3 programs for that >>>> matter), IOW: >>>> >>>> $ eval `dbus-launch --sh-syntax` >>>> $ emacs-X11& >>> >>> That gets rid of the warning, but emacs still dies after a few seconds >>> (no error message, no stackdump), unless I uninstall dconf-service. I'll >>> see if I can get more information by running emacs under gdb. I'd >>> appreciate any suggestions you might have as to where I should look. >>> >> I have some further information: The problem is related to the GSettings >> backend. If I uninstall dconf-service and start emacs, I get a warning >> that the GSettings `memory' backend will be used. Emacs then works >> fine. If I reinstall dconf-service but set GSETTINGS_BACKEND=memory >> before starting emacs, it again works fine. Does this provide any clue >> as to what the problem might be? > > Okay, I got it. dconf-service needs a GVfs implementation, but the > default provider (from the gvfs package) is currently only available in > Ports. That's what I get for trying to be minimalistic wrt the distro. > > Of course, my gvfs package requires Avahi[1], so it may be an > interesting ITP; I'll try to do that next week, and hopefully this > thread will help expedite the review nonetheless. > > In the meantime, try setting the GIO_USE_VFS environment variable to > "local"[2], which will allow dconf-service to work despite the lack of > gvfs. (Why this isn't done automatically as a fallback, I have no > idea.) This doesn't do it. Emacs still dies after a short time. I don't know if that means that there's something else going on, but I'll retest it after you package gvfs. In the meantime, I'll continue with my workaround of setting GSETTINGS_BACKEND=memory. In case you (or anyone else) wants to experiment with this, you can get my build of the emacs-24 pretest by running setup.exe -K http://www.math.cornell.edu/~kbrown/kbrown.gpg and adding http://www.math.cornell.edu/~kbrown to the list of mirrors. Ken -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From wxie@purdue.edu Sat Dec 3 06:22:00 2011 From: wxie@purdue.edu (wxie) Date: Sat, 03 Dec 2011 06:22:00 -0000 Subject: original cygwin console? In-Reply-To: <4D2F339F.5030109@purdue.edu> References: <4D2F339F.5030109@purdue.edu> Message-ID: <4ED989AE.4040006@purdue.edu> The new cygwin console use mintty. Is it still possible to change back to the orignal console? Thanks --Wei -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From jjreisert@alum.mit.edu Sat Dec 3 06:45:00 2011 From: jjreisert@alum.mit.edu (Jim Reisert AD1C) Date: Sat, 03 Dec 2011 06:45:00 -0000 Subject: Emacs problems after dbus (?) update Message-ID: I updated Cygwin today, I think there was a dbus update. Now emacs-x11 is complaining: lrwxrwxrwx 1 Jim Reisert None 23 Aug 17 23:03 /usr/bin/emacs -> /etc/alternatives/emacs lrwxrwxrwx 1 Jim Reisert None 22 Aug 17 23:03 /etc/alternatives/emacs -> /usr/bin/emacs-X11.exe JJR:~> emacs (emacs:3380): GLib-GObject-WARNING **: Two different plugins tried to register 'BasicEngineFc'. (emacs:3380): GLib-GObject-CRITICAL **: g_object_new: assertion `G_TYPE_IS_OBJECT (object_type)' failed (emacs:3380): Pango-WARNING **: Failed to load Pango module '/usr/lib/pango/1.6.0/modules/pango-basic-fc.dll' for id 'BasicScriptEngineFc' (emacs:3380): GLib-GObject-WARNING **: Two different plugins tried to register 'BasicEngineFc'. (emacs:3380): GLib-GObject-CRITICAL **: g_object_new: assertion `G_TYPE_IS_OBJECT (object_type)' failed (the last pair is repeated over and over again). Should I rebase, or did something go horribly wrong? - Jim -- Jim Reisert AD1C, , http://www.ad1c.us -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From cgf-use-the-mailinglist-please@cygwin.com Sat Dec 3 11:42:00 2011 From: cgf-use-the-mailinglist-please@cygwin.com (Christopher Faylor) Date: Sat, 03 Dec 2011 11:42:00 -0000 Subject: original cygwin console? In-Reply-To: <4ED989AE.4040006@purdue.edu> References: <4D2F339F.5030109@purdue.edu> <4ED989AE.4040006@purdue.edu> Message-ID: <20111203064459.GB10024@ednor.casa.cgf.cx> On Fri, Dec 02, 2011 at 09:30:06PM -0500, wxie wrote: >The new cygwin console use mintty. Is it still possible to change back >to the orignal console? Wrong mailing list but, there was no "cygwin console". That's just a standard Windows console running bash. cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From kbrown@cornell.edu Sat Dec 3 14:24:00 2011 From: kbrown@cornell.edu (Ken Brown) Date: Sat, 03 Dec 2011 14:24:00 -0000 Subject: Emacs problems after dbus (?) update In-Reply-To: References: Message-ID: <4EDA0B0A.5080708@cornell.edu> On 12/3/2011 1:22 AM, Jim Reisert AD1C wrote: > I updated Cygwin today, I think there was a dbus update. Now > emacs-x11 is complaining: > > > lrwxrwxrwx 1 Jim Reisert None 23 Aug 17 23:03 /usr/bin/emacs -> > /etc/alternatives/emacs > lrwxrwxrwx 1 Jim Reisert None 22 Aug 17 23:03 /etc/alternatives/emacs > -> /usr/bin/emacs-X11.exe > > > JJR:~> emacs > > (emacs:3380): GLib-GObject-WARNING **: Two different plugins tried to > register 'BasicEngineFc'. > > (emacs:3380): GLib-GObject-CRITICAL **: g_object_new: assertion > `G_TYPE_IS_OBJECT (object_type)' failed > > (emacs:3380): Pango-WARNING **: Failed to load Pango module > '/usr/lib/pango/1.6.0/modules/pango-basic-fc.dll' for id > 'BasicScriptEngineFc' > > (emacs:3380): GLib-GObject-WARNING **: Two different plugins tried to > register 'BasicEngineFc'. > > (emacs:3380): GLib-GObject-CRITICAL **: g_object_new: assertion > `G_TYPE_IS_OBJECT (object_type)' failed Try removing /etc/pango/pango.modules . See http://cygwin.com/ml/cygwin-xfree/2011-11/msg00047.html Ken -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From dickey@his.com Sat Dec 3 14:31:00 2011 From: dickey@his.com (Thomas Dickey) Date: Sat, 03 Dec 2011 14:31:00 -0000 Subject: original cygwin console? In-Reply-To: <20111203064459.GB10024@ednor.casa.cgf.cx> References: <4D2F339F.5030109@purdue.edu> <4ED989AE.4040006@purdue.edu> <20111203064459.GB10024@ednor.casa.cgf.cx> Message-ID: <20111203142338.GA7462@debian50-32.invisible-island.net> On Sat, Dec 03, 2011 at 01:44:59AM -0500, Christopher Faylor wrote: > On Fri, Dec 02, 2011 at 09:30:06PM -0500, wxie wrote: > >The new cygwin console use mintty. Is it still possible to change back > >to the orignal console? > > Wrong mailing list but, there was no "cygwin console". That's just a > standard Windows console running bash. agree "wrong mailing list" disagree on the followup comment: a standard Windows console provides a way to implement a simple terminal emulator, but the functionality which wxie appears to refer to was the implementation provided by Cygwin. -- Thomas E. Dickey http://invisible-island.net ftp://invisible-island.net -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 197 bytes Desc: Digital signature URL: From angelo.graziosi@alice.it Sat Dec 3 15:18:00 2011 From: angelo.graziosi@alice.it (Angelo Graziosi) Date: Sat, 03 Dec 2011 15:18:00 -0000 Subject: Problems with emacs built against gtk3 In-Reply-To: <4ED34B06.9060008@alice.it> References: <4ED34B06.9060008@alice.it> Message-ID: <4EDA329D.1070709@alice.it> Just for completeness... Yaakov wrote > Okay, I got it. dconf-service needs a GVfs implementation, but the > default provider (from the gvfs package) is currently only available in > Ports. That's what I get for trying to be minimalistic wrt the distro. I installed gvfs and all it needs (I have many packages installed frp cygports) but this doesn't fix the problem for me: Emacs still dies... :( Ciao, Angelo. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From jjreisert@alum.mit.edu Sat Dec 3 16:25:00 2011 From: jjreisert@alum.mit.edu (Jim Reisert AD1C) Date: Sat, 03 Dec 2011 16:25:00 -0000 Subject: Emacs problems after dbus (?) update In-Reply-To: <4EDA0B0A.5080708@cornell.edu> References: <4EDA0B0A.5080708@cornell.edu> Message-ID: On Sat, Dec 3, 2011 at 4:42 AM, Ken Brown wrote: >> (emacs:3380): GLib-GObject-WARNING **: Two different plugins tried to >> register 'BasicEngineFc'. > > Try removing /etc/pango/pango.modules . ?See > > ?http://cygwin.com/ml/cygwin-xfree/2011-11/msg00047.html Ken, that did fix the problem. Why did this just start happening (after the last update), and what's the long-term fix? At least if it comes back, I know what to do. I don't use Gnome - is there a way to uninstall the whole package, including Pango? Thanks - Jim -- Jim Reisert AD1C, , http://www.ad1c.us -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From kbrown@cornell.edu Sat Dec 3 18:30:00 2011 From: kbrown@cornell.edu (Ken Brown) Date: Sat, 03 Dec 2011 18:30:00 -0000 Subject: Emacs problems after dbus (?) update In-Reply-To: References: <4EDA0B0A.5080708@cornell.edu> Message-ID: <4EDA4D77.4050804@cornell.edu> On 12/3/2011 10:17 AM, Jim Reisert AD1C wrote: > On Sat, Dec 3, 2011 at 4:42 AM, Ken Brown wrote: > >>> (emacs:3380): GLib-GObject-WARNING **: Two different plugins tried to >>> register 'BasicEngineFc'. >> >> Try removing /etc/pango/pango.modules . See >> >> http://cygwin.com/ml/cygwin-xfree/2011-11/msg00047.html > > Ken, that did fix the problem. Why did this just start happening > (after the last update), and what's the long-term fix? At least if it > comes back, I know what to do. This is just a minor glitch, related to the fact that Yaakov is gradually updating some packages that were updated long ago in Ports. [It's minor because emacs actually worked fine, in spite of all the warnings]. I'm sure he will get this all sorted out. > I don't use Gnome - is there a way to uninstall the whole package, > including Pango? emacs-X11 is built using the gtk toolkit. This is the upstream default for emacs, and I don't want to do something special for Cygwin unless there's a good reason. So emacs-X11 requires libgtk, which requires libpango. Ken -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From cgf-use-the-mailinglist-please@cygwin.com Sat Dec 3 19:12:00 2011 From: cgf-use-the-mailinglist-please@cygwin.com (Christopher Faylor) Date: Sat, 03 Dec 2011 19:12:00 -0000 Subject: original cygwin console? In-Reply-To: <20111203142338.GA7462@debian50-32.invisible-island.net> References: <4D2F339F.5030109@purdue.edu> <4ED989AE.4040006@purdue.edu> <20111203064459.GB10024@ednor.casa.cgf.cx> <20111203142338.GA7462@debian50-32.invisible-island.net> Message-ID: <20111203183023.GE10024@ednor.casa.cgf.cx> On Sat, Dec 03, 2011 at 09:23:38AM -0500, Thomas Dickey wrote: >On Sat, Dec 03, 2011 at 01:44:59AM -0500, Christopher Faylor wrote: >> On Fri, Dec 02, 2011 at 09:30:06PM -0500, wxie wrote: >> >The new cygwin console use mintty. Is it still possible to change back >> >to the orignal console? >> >> Wrong mailing list but, there was no "cygwin console". That's just a >> standard Windows console running bash. > >agree "wrong mailing list" > >disagree on the followup comment: a standard Windows console provides a >way to implement a simple terminal emulator, but the functionality >which wxie appears to refer to was the implementation provided by >Cygwin. There is no "implementation" beyond running bash, i.e.: c:\cygwin\bin\bash --login -i Put that in a shortcut or, if you need to set some environment variables, create a .bat file. Many people seem to think that what they got when they clicked on the Cygwin icon was some sort of "Cygwin terminal" because they were apparently unfamilar with the Windows console as seen in good-old "CMD.EXE". They apparently had never seen that white-on-black box on their screen before and thought that Cygwin created it. cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From dickey@his.com Sat Dec 3 20:53:00 2011 From: dickey@his.com (Thomas Dickey) Date: Sat, 03 Dec 2011 20:53:00 -0000 Subject: original cygwin console? In-Reply-To: <20111203183023.GE10024@ednor.casa.cgf.cx> References: <4D2F339F.5030109@purdue.edu> <4ED989AE.4040006@purdue.edu> <20111203064459.GB10024@ednor.casa.cgf.cx> <20111203142338.GA7462@debian50-32.invisible-island.net> <20111203183023.GE10024@ednor.casa.cgf.cx> Message-ID: <20111203191129.GA10536@debian50-32.invisible-island.net> On Sat, Dec 03, 2011 at 01:30:23PM -0500, Christopher Faylor wrote: > On Sat, Dec 03, 2011 at 09:23:38AM -0500, Thomas Dickey wrote: > >On Sat, Dec 03, 2011 at 01:44:59AM -0500, Christopher Faylor wrote: > >> On Fri, Dec 02, 2011 at 09:30:06PM -0500, wxie wrote: > >> >The new cygwin console use mintty. Is it still possible to change back > >> >to the orignal console? > >> > >> Wrong mailing list but, there was no "cygwin console". That's just a > >> standard Windows console running bash. > > > >agree "wrong mailing list" > > > >disagree on the followup comment: a standard Windows console provides a > >way to implement a simple terminal emulator, but the functionality > >which wxie appears to refer to was the implementation provided by > >Cygwin. > > There is no "implementation" beyond running bash, i.e.: ...and the cygwin dll. Taking a quick look at the source, it seems that one of the places of interest is fhandler_console.cc there's no disagreement that it's running in a Windows console window, but the point that cygwin provides the terminal emulation behavior seems to be dismissed - awai -- Thomas E. Dickey http://invisible-island.net ftp://invisible-island.net -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 197 bytes Desc: Digital signature URL: From nyc4bos@aol.com Mon Dec 5 00:13:00 2011 From: nyc4bos@aol.com (nyc4bos@aol.com) Date: Mon, 05 Dec 2011 00:13:00 -0000 Subject: Problems with emacs built against gtk3 References: <4ED03512.7080607@cornell.edu> <4ED0EC50.4090300@cornell.edu> <1322625099.6420.9.camel@YAAKOV04> Message-ID: <83zkf94bt3.fsf@aol.com> Hi, "Yaakov (Cygwin/X)" writes: > On Sat, 2011-11-26 at 08:40 -0500, Ken Brown wrote: >> On 11/25/2011 7:38 PM, Ken Brown wrote: >> > When I build emacs against gtk3, it is unusable. Here are the symptoms >> > when the resulting emacs is started in an xterm window: >> > >> > $ ./emacs -Q& >> > [1] 3344 >> > >> > (emacs:3344): GLib-WARNING **: In call to g_spawn_sync(), exit status of >> > a child process was requested but SIGCHLD action was set to SIG_IGN and >> > ECHILD was received by waitpid(), so exit status can't be returned. This >> > is a bug in the program calling g_spawn_sync(); either don't request the >> > exit status, or don't set the SIGCHLD action. >> > >> > ** (emacs:3344): WARNING **: Abnormal program termination spawning >> > command line `dbus-launch --autolaunch=0b8f184fe6d82872ee8db8724ecfdb90 >> > --binary-syntax --close-stderr': >> > >> > I think the pango warning is Cygwin specific, but the rest of it might >> > not be. Similar symptoms were reported on Fedora: >> > >> > https://bugzilla.redhat.com/show_bug.cgi?id=654027 > > This appears to be the same bug. The solution is to launch a DBus > session bus *before* starting emacs (or any other gtk3 programs for that > matter), IOW: > > $ eval `dbus-launch --sh-syntax` > $ emacs-X11 & > > The first command should be added to the beginning of your > ~/.startxwinrc, if you're using startxwin (or its shortcut) to start the > X server. I turned on DBUS debugging and it appears to be communicating before Emacs is started. Once emacs-X11 starts, it soon crashes: [...] ======================================================================== GDBus-debug:Message: <<<< RECEIVED D-Bus message (72 bytes) Type: method-return Flags: no-reply-expected Version: 0 Serial: 3 Headers: reply-serial -> uint32 2 destination -> ':1.53' sender -> 'org.freedesktop.DBus' Body: () UNIX File Descriptors: (none) 0000: 6c 02 01 01 00 00 00 00 03 00 00 00 35 00 00 00 l...........5... 0010: 06 01 73 00 05 00 00 00 3a 31 2e 35 33 00 00 00 ..s.....:1.53... 0020: 05 01 75 00 02 00 00 00 07 01 73 00 14 00 00 00 ..u.......s..... 0030: 6f 72 67 2e 66 72 65 65 64 65 73 6b 74 6f 70 2e org.freedesktop. 0040: 44 42 75 73 00 00 00 00 DBus.... ======================================================================== GDBus-debug:Call: <<<< ASYNC COMPLETE org.freedesktop.DBus.AddMatch() (serial 2) SUCCESS Fatal error (11)Segmentation fault > > BTW, please be sure to reinstall dconf-service, that's not the problem, > and you're going to need it in the "new world order" of GNOME 3. > >> 2. The pango warning can already be observed with the current Cygwin >> emacs after the recent update of the GNOME libraries. To reproduce, >> install the emacs-X11 package and start emacs with the command `emacs &' >> in an xterm window. > > I cannot reproduce this. Does installing font-cantarell-otf help? > Perhaps another font? > > > Yaakov > Cygwin/X > > > > -- > Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple > Problem reports: http://cygwin.com/problems.html > Documentation: http://x.cygwin.com/docs/ > FAQ: http://x.cygwin.com/docs/faq/ -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From yselkowitz@users.sourceforge.net Mon Dec 5 00:22:00 2011 From: yselkowitz@users.sourceforge.net (Yaakov (Cygwin/X)) Date: Mon, 05 Dec 2011 00:22:00 -0000 Subject: Problems with emacs built against gtk3 In-Reply-To: <4ED8CC12.5050607@cornell.edu> References: <4ED03512.7080607@cornell.edu> <4ED0EC50.4090300@cornell.edu> <1322625099.6420.9.camel@YAAKOV04> <4ED6390C.2040708@cornell.edu> <4ED807FA.7050700@cornell.edu> <1322822150.6352.13.camel@YAAKOV04> <4ED8CC12.5050607@cornell.edu> Message-ID: <1323043980.1644.6.camel@YAAKOV04> On Fri, 2011-12-02 at 08:01 -0500, Ken Brown wrote: > This doesn't do it. Emacs still dies after a short time. I don't know > if that means that there's something else going on, but I'll retest it > after you package gvfs. In the meantime, I'll continue with my > workaround of setting GSETTINGS_BACKEND=memory. > > In case you (or anyone else) wants to experiment with this, you can get > my build of the emacs-24 pretest by running > > setup.exe -K http://www.math.cornell.edu/~kbrown/kbrown.gpg > > and adding http://www.math.cornell.edu/~kbrown to the list of mirrors. WJFFM, but I'll get on that gvfs ITP right away. It looks like I also need to repackage pango1.0 to remove everyone's old pango.modules file. But despite your subject line, the binaries there are clearly gtk2 based. Was that intended? Yaakov Cygwin/X -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From yselkowitz@users.sourceforge.net Mon Dec 5 00:38:00 2011 From: yselkowitz@users.sourceforge.net (Yaakov (Cygwin/X)) Date: Mon, 05 Dec 2011 00:38:00 -0000 Subject: Problems with emacs built against gtk3 In-Reply-To: <4EDA329D.1070709@alice.it> References: <4ED34B06.9060008@alice.it> <4EDA329D.1070709@alice.it> Message-ID: <1323044546.1644.9.camel@YAAKOV04> On Sat, 2011-12-03 at 15:30 +0100, Angelo Graziosi wrote: > Just for completeness... > > Yaakov wrote > > > Okay, I got it. dconf-service needs a GVfs implementation, but the > > default provider (from the gvfs package) is currently only available in > > Ports. That's what I get for trying to be minimalistic wrt the distro. > > I installed gvfs and all it needs (I have many packages installed frp > cygports) but this doesn't fix the problem for me: Emacs still dies... :( I saw this as well, but with the 20111204 snapshot this no longer occurs. Could you try that and let us know? Yaakov Cygwin/X -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From meh@Winfirst.Com Mon Dec 5 01:44:00 2011 From: meh@Winfirst.Com (Mark Hansen) Date: Mon, 05 Dec 2011 01:44:00 -0000 Subject: XTerms show up behind other Windows/XP/7 application windows when launched Message-ID: <4EDC1255.3060101@Winfirst.Com> I've been using the X server that comes with Cygwin for a long time, and one thing that I've never been able to find a solution for is that many times when launching an XTerm window, it comes up behind other applications running on the Windows/XP/7 display. I'm using Windows/XP at work and Windows 7 at home, and it happens in both places. The other Windows applications (native Windows applications, not X applications) are not configured to stay on top or anything like that. I do use Focus Follows Mouse (a Windows feature) but even when I don't move the mouse after launching an XTerm, the new XTerm window can come up behind other windows. I see the application icon show up in the application bar (across the bottom of the display) and can click on that to cause the XTerm to come to the front, but it's really annoying that it doesn't show at the front when it first comes up. Is there something I can do to make this work properly? The X Server version is currently 1.10.1-1 (built 2011-04-22), but like I say, it's been happening for a long time, going back years. Thanks, -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From kbrown@cornell.edu Mon Dec 5 13:28:00 2011 From: kbrown@cornell.edu (Ken Brown) Date: Mon, 05 Dec 2011 13:28:00 -0000 Subject: Problems with emacs built against gtk3 In-Reply-To: <1323043980.1644.6.camel@YAAKOV04> References: <4ED03512.7080607@cornell.edu> <4ED0EC50.4090300@cornell.edu> <1322625099.6420.9.camel@YAAKOV04> <4ED6390C.2040708@cornell.edu> <4ED807FA.7050700@cornell.edu> <1322822150.6352.13.camel@YAAKOV04> <4ED8CC12.5050607@cornell.edu> <1323043980.1644.6.camel@YAAKOV04> Message-ID: <4EDC21E3.8070704@cornell.edu> On 12/4/2011 7:13 PM, Yaakov (Cygwin/X) wrote: > On Fri, 2011-12-02 at 08:01 -0500, Ken Brown wrote: >> This doesn't do it. Emacs still dies after a short time. I don't know >> if that means that there's something else going on, but I'll retest it >> after you package gvfs. In the meantime, I'll continue with my >> workaround of setting GSETTINGS_BACKEND=memory. >> >> In case you (or anyone else) wants to experiment with this, you can get >> my build of the emacs-24 pretest by running >> >> setup.exe -K http://www.math.cornell.edu/~kbrown/kbrown.gpg >> >> and adding http://www.math.cornell.edu/~kbrown to the list of mirrors. > > WJFFM, but I'll get on that gvfs ITP right away. It looks like I also > need to repackage pango1.0 to remove everyone's old pango.modules file. > > But despite your subject line, the binaries there are clearly gtk2 > based. Was that intended? No, I made a mistake in my configure arguments. I put `--with-x=gtk3' instead of `--with-x-toolkit=gtk3', so emacs used the default gtk2. I'll rebuild it. Ken -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From kbrown@cornell.edu Sat Dec 10 01:40:00 2011 From: kbrown@cornell.edu (Ken Brown) Date: Sat, 10 Dec 2011 01:40:00 -0000 Subject: Problems with emacs built against gtk3 In-Reply-To: <4EDC21E3.8070704@cornell.edu> References: <4ED03512.7080607@cornell.edu> <4ED0EC50.4090300@cornell.edu> <1322625099.6420.9.camel@YAAKOV04> <4ED6390C.2040708@cornell.edu> <4ED807FA.7050700@cornell.edu> <1322822150.6352.13.camel@YAAKOV04> <4ED8CC12.5050607@cornell.edu> <1323043980.1644.6.camel@YAAKOV04> <4EDC21E3.8070704@cornell.edu> Message-ID: <4EDCC6D3.4090100@cornell.edu> On 12/4/2011 8:44 PM, Ken Brown wrote: > On 12/4/2011 7:13 PM, Yaakov (Cygwin/X) wrote: >> On Fri, 2011-12-02 at 08:01 -0500, Ken Brown wrote: >>> This doesn't do it. Emacs still dies after a short time. I don't know >>> if that means that there's something else going on, but I'll retest it >>> after you package gvfs. In the meantime, I'll continue with my >>> workaround of setting GSETTINGS_BACKEND=memory. >>> >>> In case you (or anyone else) wants to experiment with this, you can get >>> my build of the emacs-24 pretest by running >>> >>> setup.exe -K http://www.math.cornell.edu/~kbrown/kbrown.gpg >>> >>> and adding http://www.math.cornell.edu/~kbrown to the list of mirrors. >> >> WJFFM, but I'll get on that gvfs ITP right away. It looks like I also >> need to repackage pango1.0 to remove everyone's old pango.modules file. >> >> But despite your subject line, the binaries there are clearly gtk2 >> based. Was that intended? > > No, I made a mistake in my configure arguments. I put `--with-x=gtk3' > instead of `--with-x-toolkit=gtk3', so emacs used the default gtk2. I'll > rebuild it. I've rebuilt emacs and am now definitely using gtk3. I've also installed the latest Cygwin snapshot. I tried your suggested workaround again (export GIO_USE_VFS=local) and it still doesn't work for me, but the symptoms are different: emacs doesn't die, but it freezes as soon as I try to list a directory with the command `d'. [This runs `ls' in a subprocess.] I then went back to my GSETTINGS_BACKEND=memory workaround and noticed something new: If I run emacs in my normal way, with "emacs.geometry: 82x36+340+40" in .Xdefaults, I get the following error message: Gtk-WARNING **: gtk_window_parse_geometry() called on a window with no visible children; the window should be set up before gtk_window_parse_geometry() is called. But if I remove the geometry setting from .Xdefaults, emacs seems to work fine. It's probably not worth pursuing these new problems until gvfs is ready, but I mentioned them in case they suggest to you that something is going on aside from the missing gvfs. The gtk3 build of emacs is available in the same place as before if you want to try it. Ken -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From nyc4bos@aol.com Sat Dec 10 12:14:00 2011 From: nyc4bos@aol.com (nyc4bos@aol.com) Date: Sat, 10 Dec 2011 12:14:00 -0000 Subject: Problems with emacs built against gtk3 References: <4ED03512.7080607@cornell.edu> <4ED0EC50.4090300@cornell.edu> <1322625099.6420.9.camel@YAAKOV04> <1322654060.7644.0.camel@YAAKOV04> <4ED62104.7080008@cornell.edu> Message-ID: <84k46519yl.fsf@aol.com> Ken Brown writes: > On 11/30/2011 6:54 AM, Yaakov (Cygwin/X) wrote: >> On Wed, 2011-11-30 at 11:17 +0100, Pavel Holejsovsky wrote: >>> On 11/30/2011 4:51 AM, Yaakov (Cygwin/X) wrote: >>>>> 2. The pango warning can already be observed with the current Cygwin >>>>> emacs after the recent update of the GNOME libraries. To reproduce, >>>>> install the emacs-X11 package and start emacs with the command `emacs&' >>>>> in an xterm window. >>>> >>>> I cannot reproduce this. Does installing font-cantarell-otf help? >>>> Perhaps another font? >>> >>> I can reproduce it, in fact almost every gtk-enabled application spits >>> that out. I tried stracing, and I think (but I'm not sure) that the >>> warning appears after pango tries to load >>> /usr/lib/pango/1.6.0/modules/pango-basic-fc.dll -> there is no >>> /usr/lib/pango directory on my system, and it seems that no package in >>> cygwin or ports repository provides it. >> >> That's the clue I needed. I switched pango to builtin modules over a >> year ago in Ports to help minimize fork() errors, but that didn't reach >> the distro until now. If I'm right, removing /etc/pango/pango.modules >> should fix it. > > That fixes it. Thanks. Unless I do: GSETTINGS_BACKEND=memory emacs& I get the following error: $ (emacs:4048): GLib-WARNING **: In call to g_spawn_sync(), exit status of a child process was requested but SIGCHLD action was set to SIG_IGN and ECHILD was received by waitpid(), so exit status can't be returned. This is a bug in the program calling g_spawn_sync(); either don't request the exit status, or don't set the SIGCHLD action. ** (emacs:4048): WARNING **: Abnormal program termination spawning command line `dbus-launch --autolaunch=614770a5ea44ec425e4c57144ed14d5c --binary-syntax --close-stderr': [1]+ Segmentation fault emacs I have no /etc/pango/pango.modules file > > Ken > > > -- > Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple > Problem reports: http://cygwin.com/problems.html > Documentation: http://x.cygwin.com/docs/ > FAQ: http://x.cygwin.com/docs/faq/ -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From svn-user@web.de Sat Dec 10 12:24:00 2011 From: svn-user@web.de (Paul Maier) Date: Sat, 10 Dec 2011 12:24:00 -0000 Subject: scrolling xterm with Levovo trackpoint Message-ID: <000701ccb735$47c515f0$d74f41d0$@de> Hi there, when I reboot my PC, scrolling an xterm with a Levovo trackpoint works (mostly) fine, very smooth and good speed. Then I work for a while and some condition, that I couldn't find out yet, corrupts it. It then doesn't scroll WHILE you hold that Trackpoint middle button down, but after you RELEASED it; on release it catches up for all the scrolling that should have appeared before. It's then not really scrolling but guesswork, how much of pressure might be the right, then you release and you see where you got scrolled by that. Does anybody have the same experience or an idea what could be the cause of that switching from working to not working? With trackpoint I mean that red button in the middle of a Lenovo laptop. Thanks & regards, Paul -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From kbrown@cornell.edu Tue Dec 13 18:51:00 2011 From: kbrown@cornell.edu (Ken Brown) Date: Tue, 13 Dec 2011 18:51:00 -0000 Subject: Problems with emacs built against gtk3 In-Reply-To: <84k46519yl.fsf@aol.com> References: <4ED03512.7080607@cornell.edu> <4ED0EC50.4090300@cornell.edu> <1322625099.6420.9.camel@YAAKOV04> <1322654060.7644.0.camel@YAAKOV04> <4ED62104.7080008@cornell.edu> <84k46519yl.fsf@aol.com> Message-ID: <4EE34F66.4030001@cornell.edu> On 12/9/2011 8:39 PM, nyc4bos@aol.com wrote: > Ken Brown writes: > >> On 11/30/2011 6:54 AM, Yaakov (Cygwin/X) wrote: >>> On Wed, 2011-11-30 at 11:17 +0100, Pavel Holejsovsky wrote: >>>> On 11/30/2011 4:51 AM, Yaakov (Cygwin/X) wrote: >>>>>> 2. The pango warning can already be observed with the current Cygwin >>>>>> emacs after the recent update of the GNOME libraries. To reproduce, >>>>>> install the emacs-X11 package and start emacs with the command `emacs&' >>>>>> in an xterm window. >>>>> >>>>> I cannot reproduce this. Does installing font-cantarell-otf help? >>>>> Perhaps another font? >>>> >>>> I can reproduce it, in fact almost every gtk-enabled application spits >>>> that out. I tried stracing, and I think (but I'm not sure) that the >>>> warning appears after pango tries to load >>>> /usr/lib/pango/1.6.0/modules/pango-basic-fc.dll -> there is no >>>> /usr/lib/pango directory on my system, and it seems that no package in >>>> cygwin or ports repository provides it. >>> >>> That's the clue I needed. I switched pango to builtin modules over a >>> year ago in Ports to help minimize fork() errors, but that didn't reach >>> the distro until now. If I'm right, removing /etc/pango/pango.modules >>> should fix it. >> >> That fixes it. Thanks. > > Unless I do: > > GSETTINGS_BACKEND=memory emacs& > > I get the following error: > > $ > (emacs:4048): GLib-WARNING **: In call to g_spawn_sync(), exit status of a child process was requested but SIGCHLD action was set to SIG_IGN and ECHILD was received by waitpid(), so exit status can't be returned. This is a bug in the program calling g_spawn_sync(); either don't request the exit status, or don't set the SIGCHLD action. > > ** (emacs:4048): WARNING **: Abnormal program termination spawning command line `dbus-launch --autolaunch=614770a5ea44ec425e4c57144ed14d5c --binary-syntax --close-stderr': > > [1]+ Segmentation fault emacs > > > I have no /etc/pango/pango.modules file Removing /etc/pango/pango.modules was to get rid of a pango warning that a lot of people were getting. Yaakov explained how to get rid of the error you're talking about here: http://cygwin.com/ml/cygwin-xfree/2011-11/msg00045.html Ken -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From kbnaquin@yahoo.com Wed Dec 14 21:36:00 2011 From: kbnaquin@yahoo.com (katrina naquin) Date: Wed, 14 Dec 2011 21:36:00 -0000 Subject: re;h Message-ID: <1323802278.9898.YahooMailRC@web161804.mail.bf1.yahoo.com> because of http://t.co/YcCYi4ir im making 50 bucks per hour -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From jjreisert@alum.mit.edu Fri Dec 16 01:24:00 2011 From: jjreisert@alum.mit.edu (Jim Reisert AD1C) Date: Fri, 16 Dec 2011 01:24:00 -0000 Subject: GNU Emacs 23.3.1 problem with 20111213 snapshot Message-ID: I'm having a problem with the 20111213 snapshot. I'm running GNU Emacs 23.3.1 (emacs-x11) in a Cygwin-X window If I try to reverse-search inside a file (control-R) and the search string is no longer found, after a couple more tries (more control-R), the Emacs window will close and disappear. There is no core dump. Fortunately, the times when this happened, I had already saved the buffer. This is fairly repeatable. -- Jim Reisert AD1C, , http://www.ad1c.us -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From dickey@his.com Fri Dec 16 09:14:00 2011 From: dickey@his.com (Thomas Dickey) Date: Fri, 16 Dec 2011 09:14:00 -0000 Subject: scrolling xterm with Levovo trackpoint In-Reply-To: <000701ccb735$47c515f0$d74f41d0$@de> References: <000701ccb735$47c515f0$d74f41d0$@de> Message-ID: <20111216012357.GA7076@debian50-32.invisible-island.net> On Sat, Dec 10, 2011 at 01:14:34PM +0100, Paul Maier wrote: > Hi there, > > when I reboot my PC, scrolling an xterm with a Levovo trackpoint works (mostly) fine, very smooth and good speed. > Then I work for a while and some condition, that I couldn't find out yet, corrupts it. > It then doesn't scroll WHILE you hold that Trackpoint middle button down, but after you RELEASED it; > on release it catches up for all the scrolling that should have appeared before. > It's then not really scrolling but guesswork, how much of pressure might be the right, then you release > and you see where you got scrolled by that. > > Does anybody have the same experience or an idea what could be the cause of that switching from working to not working? not exactly - if it's using wheel mouse (buttons 4/5) those should be sent continuously. xterm isn't necessarily going to keep up with a continuous stream of events, so there could be a buildup of events making xterm not seem to do much for a while. I made some improvements to filter out duplicate window movement/resizing, but that shouldn't be related. I was working on other bugs for a while, came back to the blind-keys issue. I think I understand it well enough to attempt a fix. Essentially what (I think) is the problem is that the input method which handles compose is not attached to the scrollbar and toolbar area. I'll see if I can do that, to wrap up #277 changes. -- Thomas E. Dickey http://invisible-island.net ftp://invisible-island.net -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 197 bytes Desc: Digital signature URL: From kankahim20@yahoo.com.hk Sat Dec 17 12:03:00 2011 From: kankahim20@yahoo.com.hk (ka him kan) Date: Sat, 17 Dec 2011 12:03:00 -0000 Subject: ybr Message-ID: <1324026865.8120.yint-ygo-j2me@web190805.mail.sg3.yahoo.com> I?m ok, thanks. And how are u? http://www.cantortella.com/wp-admin/images/3ubnd.php?ysjplistenid=93 Fri, 16 Dec 2011 10:14:24 _________________________________ "The Dutch boy (who used to help me with the papers) and I thought we would try our hand in military matters.So one dark night I called, Corporal of the Guard Number One! The second sentry, thinking it had come from the man stationed at the end, repeated this, and the words went down the line as usual." (c) Mariangeli woody6465 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From svn-user@web.de Mon Dec 19 19:47:00 2011 From: svn-user@web.de (Paul Maier) Date: Mon, 19 Dec 2011 19:47:00 -0000 Subject: AW: scrolling xterm with Levovo trackpoint In-Reply-To: <20111216012357.GA7076@debian50-32.invisible-island.net> References: <000701ccb735$47c515f0$d74f41d0$@de> <20111216012357.GA7076@debian50-32.invisible-island.net> Message-ID: <005101ccbcb3$d29d16e0$77d744a0$@de> > > when I reboot my PC, scrolling an xterm with a Levovo trackpoint works (mostly) fine, very smooth > and good speed. > > Then I work for a while and some condition, that I couldn't find out yet, corrupts it. > > It then doesn't scroll WHILE you hold that Trackpoint middle button down, but after you RELEASED it; > > on release it catches up for all the scrolling that should have appeared before. > > It's then not really scrolling but guesswork, how much of pressure might be the right, then you > release > > and you see where you got scrolled by that. > > > > Does anybody have the same experience or an idea what could be the cause of that switching from > working to not working? > > not exactly - if it's using wheel mouse (buttons 4/5) those should be > sent continuously. xterm isn't necessarily going to keep up with > a continuous stream of events, so there could be a buildup of events > making xterm not seem to do much for a while. I made some improvements > to filter out duplicate window movement/resizing, but that shouldn't be > related. Hi Thomas! thank you for your response. I experience a difference between the Trackpoint and the mouse wheel: the mouse wheel always works fine. Even an xterm that lived for quite a while and that shows this deferred scrolling on using the trackpoint, I can without problem scroll using the wheel or using xterm's scrollbar. I think we agree, that the trackpoint events ARE generated (because otherwise there would not be deferred scrolling but no scrolling). So the question is, where these events get buffered. If xterm treats wheel and trackpoint the same, the trackpoint events get buffered in a component between XWin and xterm? In case you want me to run a beta test, also for the blind key (dead key) issue, pls let me know. Regards, Paul -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From o2themall@yahoo.com Tue Dec 20 15:17:00 2011 From: o2themall@yahoo.com (Marjorie Rheaume) Date: Tue, 20 Dec 2011 15:17:00 -0000 Subject: re; o Message-ID: <1324324029.49313.YahooMailRC@web45606.mail.sp1.yahoo.com> http://t.co/1Y8WKBtp is making me Over 58$ / hour -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From o2themall@yahoo.com Tue Dec 20 19:12:00 2011 From: o2themall@yahoo.com (Marjorie Rheaume) Date: Tue, 20 Dec 2011 19:12:00 -0000 Subject: re; o Message-ID: <1324324029.49313.YahooMailRC@web45606.mail.sp1.yahoo.com> http://t.co/1Y8WKBtp is making me Over 58$ / hour -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From daniel.manley@points.com Wed Dec 21 05:00:00 2011 From: daniel.manley@points.com (Daniel Manley) Date: Wed, 21 Dec 2011 05:00:00 -0000 Subject: mouse clicks no longer responsive Message-ID: <4EF0A6CC.1070609@points.com> Hello, I'm using cygwin 1.7.9 and xorg-x11-bin 7.4-1 on Windows XP. I "ssh -Y" over to a Fedora 16 machine and run "gnome-terminal" from there with multiple windows and tabs, plus gedit, etc. all works for a while, but eventually mouse clicks no longer register -- I can't highlight text, click on different terminal tabs, etc. Keyboard shortcuts still work though. I have another server running Fedora 14, and do no have this problem. I'm not sure which lib in Fedora 16 is possibly linked to this, but here's the package version list: http://docs.fedoraproject.org/en-US/Fedora/16/html/Technical_Notes/index.html Is there a known issue with a lib used in Fedora 16? Is there a settings I can tweak on either the X client or the server to get around this problem? Thanks, Dan -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: cygcheck.out URL: -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: XWin.0.log URL: -------------- next part -------------- -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From cocov5904@yahoo.com Wed Dec 21 12:19:00 2011 From: cocov5904@yahoo.com (Nicole valerga) Date: Wed, 21 Dec 2011 12:19:00 -0000 Subject: re; o Message-ID: <1324408332.22874.YahooMailRC@web120206.mail.ne1.yahoo.com> http://t.co/sto2K6hT is making me Over 59$ / hour -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From cocov5904@yahoo.com Thu Dec 22 20:54:00 2011 From: cocov5904@yahoo.com (Nicole valerga) Date: Thu, 22 Dec 2011 20:54:00 -0000 Subject: re; o Message-ID: <1324408332.22874.YahooMailRC@web120206.mail.ne1.yahoo.com> http://t.co/sto2K6hT is making me Over 59$ / hour -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From yselkowitz@users.sourceforge.net Fri Dec 23 04:16:00 2011 From: yselkowitz@users.sourceforge.net (Yaakov (Cygwin/X)) Date: Fri, 23 Dec 2011 04:16:00 -0000 Subject: mouse clicks no longer responsive In-Reply-To: <4EF0A6CC.1070609@points.com> References: <4EF0A6CC.1070609@points.com> Message-ID: <1324443588.7744.42.camel@YAAKOV04> On Tue, 2011-12-20 at 10:16 -0500, Daniel Manley wrote: > I'm using cygwin 1.7.9 and xorg-x11-bin 7.4-1 on Windows XP. I "ssh -Y" > over to a Fedora 16 machine and run "gnome-terminal" from there with > multiple windows and tabs, plus gedit, etc. > > all works for a while, but eventually mouse clicks no longer register -- > I can't highlight text, click on different terminal tabs, etc. Keyboard > shortcuts still work though. > > I have another server running Fedora 14, and do no have this problem. > > Is there a known issue with a lib used in Fedora 16? Is there a > settings I can tweak on either the X client or the server to get around > this problem? Presuming you are running XWin in multiwindow mode, I think you're running into this issue: https://bugzilla.gnome.org/show_bug.cgi?id=658118 We believe that it is not a bug in Cygwin or Fedora, but in gtk+-3.x itself. You aren't seeing this with Fedora 14 because that still uses gtk+-2.x for most apps. A new "feature" in gtk+-3.x is that the unused portion of any menu- or toolbar can be used to grab and move windows as if it were part of the window decoration. XWin's multiwindow WM implementation doesn't provide the necessary functionality for that (whatever that may be, we're not sure yet), so we're particularly susceptible, but as shown in the bug, this can be reproduced purely within a Linux environment. As you'll see we have yet to receive a response from upstream. Until we can get this fixed in gtk+, or implement the necessary feature in XWin to avoid the bug, the workaround is to use XWin in windowed (desktop) mode. Yaakov Cygwin/X -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From onlinevt38364@onlineglobalpay.com Fri Dec 23 09:17:00 2011 From: onlinevt38364@onlineglobalpay.com (onlinevt38364@onlineglobalpay.com) Date: Fri, 23 Dec 2011 09:17:00 -0000 Subject: New Account Alert From GlobalPay Message-ID: An embedded and charset-unspecified text was scrubbed... Name: not available URL: -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: onlinevtW87HPBW2.html URL: -------------- next part -------------- -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From McBroomRC@oro.doe.gov Fri Dec 23 19:24:00 2011 From: McBroomRC@oro.doe.gov (McBroom, Robert C) Date: Fri, 23 Dec 2011 19:24:00 -0000 Subject: Cygwin Trial on Windows 8 Developer x86_64 beta In-Reply-To: <4E96E72D.80707@dronecode.org.uk> References: <4E96E72D.80707@dronecode.org.uk> Message-ID: <56DA7F7920069F4E8EBAE99EC8E0C742040FD7CC@ORO-EXMB1.oro.doe.gov> Cygwin installs and starts in a terminal window. Attempting to start X with /bin/startwin.exe fails with XWin.0.log as follows: Welcome to the XWin X Server Vendor: The Cygwin/X Project Release: 1.11.2.0 OS: Unknown [Windows NT 6.2 build 8102] (WoW64) Package: version 1.11.2-1 built 2011-11-05 XWin was started with the following command line: X :0 -multiwindow ddxProcessArgument - Initializing default screens winInitializeScreenDefaults - primary monitor w 1280 h 1024 winInitializeDefaultScreens - native DPI x 96 y 96 _XSERVTransSocketUNIXCreateListener: ...SocketCreateListener() failed _XSERVTransMakeAllCOTSServerListeners: server already running Fatal server error: Cannot establish any listening sockets - Make sure an X server isn't already running [ 62502.502] Server terminated with error (1). Closing log file. ? Robert C. McBroom US Department of Energy Safety & Health Team Safety and Health Division, SE-33 200 Administration Rd. PO Box 2001 Oak Ridge, TN 37831-8732 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From arunappa@netscape.net Fri Dec 23 19:34:00 2011 From: arunappa@netscape.net (arunappa@netscape.net) Date: Fri, 23 Dec 2011 19:34:00 -0000 Subject: Fwd: Hi... Message-ID: <8CE8F40A9DF2184-D38-69C1@webmail-d065.sysops.aol.com> Hey there... I was in need of an alternative my expectations were more than exceeded I know first hand money is power sorry im in such a rush http://albansyasociados.com/profile/20ChristopherRoberts/ bye. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From info@quickinsurer.in Sat Dec 24 20:48:00 2011 From: info@quickinsurer.in (info@quickinsurer.in) Date: Sat, 24 Dec 2011 20:48:00 -0000 Subject: One Stop For All Your Insurance Needs Message-ID: Unable to view the mailer ???click here ??? to view it online If you do not wish to receive e- mailer, click here to ???unsubscribe ??? -- To unsubscribe from this list visit http://list.bajajcapital.com/lists/?p=unsubscribe&uid=12140c59a827e4384ec91944ff3b3d1a -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From jon.turney@dronecode.org.uk Tue Dec 27 02:10:00 2011 From: jon.turney@dronecode.org.uk (Jon TURNEY) Date: Tue, 27 Dec 2011 02:10:00 -0000 Subject: [ANNOUNCEMENT] Updated: xorg-server-1.11.3-1 Message-ID: The following packages have been updated in the Cygwin distribution: *** xorg-server-1.11.3-1 *** xorg-server-dmx-1.11.3-1 These packages contain XWin and the other X.Org X11 servers. In addition to upstream fixes [1], this contains the following cygwin-specific changes since 1.11.2-1: * Add an experimental option -hostintitle which adds remote hostname to multiwindow mode window titles. 1df86abd6dd65ef16956ef91ff217cae *xorg-server-1.11.3-1.tar.bz2 6ffc203f86d97f5e03ab05b901a73bce *xorg-server-dmx-1.11.3-1.tar.bz2 180edcaad248fa4e5bea624b2bb001b4 *xorg-server-1.11.3-1-src.tar.bz2 [1] http://lists.freedesktop.org/archives/xorg-announce/2011-December/001773.html -- Jon TURNEY Volunteer Cygwin/X X Server maintainer -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From jon.turney@dronecode.org.uk Thu Dec 29 17:52:00 2011 From: jon.turney@dronecode.org.uk (Jon TURNEY) Date: Thu, 29 Dec 2011 17:52:00 -0000 Subject: Title bar of X apps, no host name? In-Reply-To: <4EB82222.7030804@dronecode.org.uk> References: <5F294971C00A184CB8687A4A191A9CD00133043B@JTCLOE3> <4EB82222.7030804@dronecode.org.uk> Message-ID: <4EF4D7A0.20608@dronecode.org.uk> On 07/11/2011 18:23, Jon TURNEY wrote: > On 03/11/2011 19:27, Timothy Madden wrote: >> On 24.10.2010 04:59, Jerry Cloe wrote: >>> When I start individual windows between two linux boxes I always get the >>> host name in the title bar of the window. >>> >>> For example from my desktop linux box: >>> >>> ssh -X jerry@prodserver >>> then >>> gedit& >>> >>> The title bar of the resulting gedit window will be along the lines of: >>> "gedit (on prodserver.host.com)" >>> >>> But, when I do this from my windows/cygwin desktop, the title bar is simply >>> "gedit" without the host name. >>> >>> On the linux side, I've never done anything to set this up or make it work, >>> it just always worked, so I'm not even sure where to begin looking. >>> >>> Any ideas? >> >> Does anyone know how to change the window title to include the hostname >> please ? >> >> Connecting to 4 machines (with *ssh -Y*) and starting the *gvim* on all of >> them can be really frustrating when you have no indication what machine each >> instance is running on. > > This is a feature of the Window Manager you are using on your linux hosts (I > guess metacity, which appears to add the WM_CLIENT_MACHINE window property > onto the end of the window title (if it is not the local hostname)). > > Unfortunately, the integrated WM built into the Cygwin X server (which manages > each X window as a native window in multi-window mode) doesn't have this > feature. I can see it would be kind of useful, but then again, I'm sure some > people would hate it, so if added, it would need to configurable. In xorg-server 1.13.1-1, which I've just uploaded, I've added support for ann additional option '-hostintitle', on an experimental basis, which turns on the behaviour of adding the hostname to the window title. This option is based on the implementation in metacity when I looked a that: the contents of the WM_CLIENT_MACHINE window property (which is typically set by the toolkit) are added to the window title if (i) the property exists, and (ii) it's value is not equal to the local hostname. I'm not 100% convinced that this option is a good idea: For example, it can only report the host on which the X application is running, which may not be the host with which you are interacting, e.g. if you start an xterm on host A, and then run ssh in that xterm to host B, the window title may be something like 'user@B (on A)', which, while technically correct, may confuse a native user. If host B doesn't set the window title sensibly, it's even more confusing. There's are also probably various issues with window titles not changing appropriately when a hostname is changed. Also, I'm not sure about the option name. It will get changed if something clearer occurs to me. Feedback welcome. -- Jon TURNEY Volunteer Cygwin/X X Server maintainer -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/ From commercial@safakat.tn Thu Dec 29 18:00:00 2011 From: commercial@safakat.tn (commercial@safakat.tn) Date: Thu, 29 Dec 2011 18:00:00 -0000 Subject: =?UTF-8?Q?Profitez_du_bon_choix_avec_=AB_NSIRI_OPTIC_=BB_et_acheter_une_p?= =?UTF-8?Q?aire_de_lunette_solaire_avec_une_remise_de_55%_sur_un_bon_d'ach?= =?UTF-8?Q?at_de_200DT?= Message-ID: */Profitez du bon choix avec ?? NSIRI OPTIC ?? et acheter une paire de lunette solaire avec une remise de 55% sur un bon d'achat de 200DT /* Safakat la r??ference d'achat en ligne * www.safakat.tn* pour plus d'information contacter nous : commercial@safakat.tn -- To unsubscribe from this list visit http://ns227637.ovh.net/lists/lt.php?id=Yk8BDQEFDwJVHQBVRFNYBQoPVw%3D%3D To update your preferences visit http://ns227637.ovh.net/lists/lt.php?id=Yk8BDQEFDwJUHQBVRFNYBQoPVw%3D%3D -- powered by phpList, www.phplist.com -- -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/