Re: bzr emacs(24.4.50.1) crashes when using auto-revert-tail-mode

2014-06-19 Thread Filipp Gunbin
On 19/06/2014 17:11 +0400, Ken Brown wrote: > On 6/18/2014 1:46 PM, Ken Brown wrote: > I'm afraid I ran into a brick wall trying to debug this. I wanted to > see what gfile-add-watch was doing, so I ran emacs under gdb with a > breakpoint at Fgfile_add_watch and then a breakpoint at g_file_monito

Re: bzr emacs(24.4.50.1) crashes when using auto-revert-tail-mode

2014-06-19 Thread Filipp Gunbin
Ken, On 18/06/2014 21:46 +0400, Ken Brown wrote: > On 6/18/2014 11:06 AM, Filipp Gunbin wrote: >> C-x C-r > > You mean C-x C-f I did C-x C-r but that should not matter. > >> M-x auto-revert-tail-mode >> wait for few seconds -> emacs crashes > > I can

Re: emacs 24.3.1: output from async-shell-command is not always displayed

2014-06-18 Thread Filipp Gunbin
On 18/06/2014 17:36 +0400, Henry S. Thompson wrote: > Filipp Gunbin writes: > >> When I call such a script (catalina.sh, for example), its output is >> displayed in *Asynchronous Shell Command*, but the program starting from >> it with & (java usually) is not st

bzr emacs(24.4.50.1) crashes when using auto-revert-tail-mode

2014-06-18 Thread Filipp Gunbin
I'm not sure whether this is Cygwin-specific, but I'm not able to test it on other OS, so here are the steps to reproduce: emacs -Q C-x C-r M-x auto-revert-tail-mode wait for few seconds -> emacs crashes Filipp -- Problem reports: http://cygwin.com/problems.html FAQ: htt

Re: emacs 24.3.1: output from async-shell-command is not always displayed

2014-06-18 Thread Filipp Gunbin
On 18/06/2014 05:44 +0400, Ken Brown wrote: > On 6/17/2014 2:22 PM, Filipp Gunbin wrote: >> Here are the steps to reproduce. >> >> M-& echo "sleep 1; ps &" > /tmp/1.sh >> >> Then M-& /tmp/1.sh (few times). >> >> On my machine

emacs 24.3.1: output from async-shell-command is not always displayed

2014-06-17 Thread Filipp Gunbin
Here are the steps to reproduce. M-& echo "sleep 1; ps &" > /tmp/1.sh Then M-& /tmp/1.sh (few times). On my machine, sometimes it gives the output in the *Async Shell Command* buffer, sometimes not. Without "sleep 1" the output is displayed almost always. M-! /tmp/1.sh displays the output alwa

Re: postgresql-9.2.4-2: ossp-uuid module

2014-06-17 Thread Filipp Gunbin
On 16/06/2014 22:24 +0200, Marco Atzeri wrote: > On 16/06/2014 19:04, Filipp Gunbin wrote: >> On 27/07/2013 09:57 +0200, marco atzeri wrote: >> >> Currently postgres with ossp-uuid module (--with-ossp-uuid added to >> CYGCONF_ARGS) builds with OSSP uuid library >

Re: postgresql-9.2.4-2: ossp-uuid module

2014-06-16 Thread Filipp Gunbin
On 27/07/2013 09:57 +0200, marco atzeri wrote: > Il 7/27/2013 9:25 AM, Filipp Gunbin ha scritto: >> On 26/07/2013 19:02 +0400, marco atzeri wrote: >> >>> Il 7/26/2013 2:17 PM, Filipp Gunbin ha scritto: >>>> Hello again, >>>> >>>> It

Re: make install problem for emms (Permission denied)

2014-05-29 Thread Filipp Gunbin
On 30/05/2014 01:53 +0400, Christopher Faylor wrote: > On Fri, May 30, 2014 at 01:50:49AM +0400, Filipp Gunbin wrote: >>Also, it's strange that the install... command above works when run >>directly in shell, but fails when run from make. > > Which implies that you pro

make install problem for emms (Permission denied)

2014-05-29 Thread Filipp Gunbin
. However, some days ago it worked, probably I updated Cygwin since then, I don't remember exactly. If yes, then it was an update from November-2013 version to the current. I tried a snapshot from that time and a latest snapshot, both with no luck. Any thoughts? Thanks. -- Filipp Gunbin -- Pr

Re: postgresql-9.2.4-2: ossp-uuid module

2013-07-27 Thread Filipp Gunbin
On 26/07/2013 19:02 +0400, marco atzeri wrote: > Il 7/26/2013 2:17 PM, Filipp Gunbin ha scritto: >> Hello again, >> >> It would be useful to include "uuid-ossp" module in the default >> distribution. Here's a patch which does that. >

Re: postgresql-9.2.4-2: manual is not included in the package

2013-07-26 Thread Filipp Gunbin
Hello Marco, On 26/07/2013 18:58 +0400, marco atzeri wrote: > I assume you mean HTML documentation as man is available Yes. The postgresql.org site calls the html docs "manual", that's why I used that word. Man pages are present. > For HTML version, I will look for next 9.3 release For me it

postgresql-9.2.4-2: ossp-uuid module

2013-07-26 Thread Filipp Gunbin
Hello again, It would be useful to include "uuid-ossp" module in the default distribution. Here's a patch which does that. The mailing list filters didn't like the "PACKAGE_BUGREPORT=..." line with email address just before the patched line, so I had to set context lines to 0. Filipp diff -U 0

postgresql-9.2.4-2: manual is not included in the package

2013-07-26 Thread Filipp Gunbin
Hello, I see that the manual is not built during the make process in the "doc" directory. Of course it is missing in the result packages. I tried changing "cygmake" to "cygmake world" in cygport file, but it didn't help. Is there a way to build it? It would be great to include it by default in

Re: [ANNOUNCEMENT] Updated: emacs*-24.3-1

2013-03-13 Thread Filipp Gunbin
On 14/03/2013 01:38 +0400, Ken Brown wrote: > On 3/13/2013 3:30 PM, Daniel Colascione wrote: >> Confirmed: we were linking the code for these conversion functions on all >> Cygwin >> builds, but initializing it only on cygw32 builds. Thanks. Fixed in Emacs >> trunk >> revision 112041. > > Thanks

Re: [ANNOUNCEMENT] Updated: emacs*-24.3-1

2013-03-13 Thread Filipp Gunbin
On 13/03/2013 18:53 +0400, Achim Gratz wrote: > Filipp Gunbin fastmail.fm> writes: >> "Two new functions are available in Cygwin builds: >> `cygwin-convert-file-name-from-windows' and >> `cygwin-convert-file-name-to-windows'. These functions allow Lisp

Re: [ANNOUNCEMENT] Updated: emacs*-24.3-1

2013-03-13 Thread Filipp Gunbin
On 13/03/2013 16:50 +0400, Ken Brown wrote: > The following packages have been updated in the Cygwin distribution: > > *** emacs-24.3-1 > *** emacs-X11-24.3-1 > *** emacs-w32-24.3-1 > *** emacs-el-24.3-1 Thank you for the update! The NEWS file says: "Two new functions are available in Cygw

Re: [ANNOUNCEMENT] Updated: emacs*-24.2.93-2 (TEST)

2013-02-22 Thread Filipp Gunbin
On 22/02/2013 17:37 +0400, Ken Brown wrote: > On 2/22/2013 3:47 AM, Achim Gratz wrote: >> At the moment emacs-X11 has a higher priority than emacs-w32. All things >> considered, giving emacs-w32 priority over emacs-X11 seems to be more >> generally >> useful on Cygwin than the other way around.

Re: Stop with the automatic updates

2012-08-17 Thread Filipp Gunbin
anding the radio buttons for keep, cur and exp? >From Cygwin UG: "All packages can be set to stay at the installed version by pressing the Keep button in the top right part of the chooser window.". Why don't you use that radio? -- Filipp Gunbin -- Problem reports:

Re: Please test snapshots

2012-08-06 Thread Filipp Gunbin
Christopher Faylor writes: > We're considering rolling a new release which fixes some of the problems > which have cropped up here in the last few weeks. > > So, if you haven't already, we'd appreciate having people try out the > latest snapshot at: http://cygwin.com/snapshots/ . > > cgf Seems ok

Re: crash on latest cygwin snapshot

2012-08-03 Thread Filipp Gunbin
Ken Brown writes: > On 8/2/2012 12:28 PM, Filipp Gunbin wrote: >> Ken Brown writes: >> >> ... >>> Unfortunately, I'm finding that emacs is unstable: The emacs window >>> (running under X) simply disappears after 12-24 hours. This may not >>>

Re: crash on latest cygwin snapshot

2012-08-02 Thread Filipp Gunbin
it is related to the problem in this discussion, and probably it's not a good idea to update Cygwin while running Cygwin programs, but maybe it will give some hint. I'm currently on Cygwin 1.7.16, Windows 7 (maybe it started after I upgraded from Vista recently, but I'm not sure)

Re: "emacs -nw" hangs in a terminal

2012-05-21 Thread Filipp Gunbin
> From: Filipp Gunbin > > I started emacs-23.4.2 as usual (emacs -nw) and it did not hang. > > emacs-24.0.96-2 also seems to work normally, I've used it for some time > without problems and will continue with it. > emacs-24.0.96-2 crashes when I am doing the follow

Re: "emacs -nw" hangs in a terminal

2012-05-21 Thread Filipp Gunbin
seems to work normally, I've used it for some time without problems and will continue with it. Thanks! -- Filipp Gunbin -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe inf

Re: Making Unix like paths work when using java program from Cygwin

2012-05-18 Thread Filipp Gunbin
ng the cygpath utility before starting java. You can see examples of this in startup scripts of some well-established Java projects like Tomcat, ActiveMQ or JBoss. -- Filipp Gunbin -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Docum

Re: "emacs -nw" hangs in a terminal

2012-05-15 Thread Filipp Gunbin
t; I can reproduce this on XP but not on Windows 7. And I see from your > (partial) cygcheck output that you're running Vista. I'll try to debug > this on my XP system. Ok, thanks. -- Filipp Gunbin -- Problem reports: http://cygwin.com/problems.html FAQ:

Re: "emacs -nw" hangs in a terminal

2012-05-15 Thread Filipp Gunbin
Sorry, the message disappeared for some reason. Here it is. Filipp Ken Brown writes: > On 5/15/2012 6:57 AM, Filipp Gunbin wrote: >> I tried emacs-24, but with no luck: after hitting `C-x C-f C-g' emacs >> almost always dumps core. I had to revert to emacs-23 for now (usi

Re: "emacs -nw" hangs in a terminal

2012-05-15 Thread Filipp Gunbin
cygcheck.out.1 Description: Binary data -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

Re: "emacs -nw" hangs in a terminal

2012-05-15 Thread Filipp Gunbin
s) today after updating Cygwin including GNOME libraries. I tried emacs-24, but with no luck: after hitting `C-x C-f C-g' emacs almost always dumps core. I had to revert to emacs-23 for now (using the workaround with emacs-nox, thanks for it!). Sorry for the poor report, probably I