Re: Disabling focus reporting in mintty

2013-08-29 Thread Thomas Wolff
Am 27.08.2013 14:52, schrieb John Koelndorfer: Thomas, thanks for the suggestion. I thought I had tried that and indeed, when I attempted to disable focus reporting within tmux there wasn't any change. I'd have to guess that tmux is intercepting the control sequence and probably discarding it.

Re: svn 1.7.10-1 on x86_64 does not work

2013-08-29 Thread Corinna Vinschen
On Aug 28 11:16, David Rothenberger wrote: Corinna Vinschen wrote: On Aug 28 09:05, Robert Klemme wrote: On Tue, Aug 27, 2013 at 6:14 PM, David Rothenberger daver...@acm.org wrote: On 8/27/2013 9:04 AM, Robert Klemme wrote: $ svn --version /usr/bin/svn.exe: error while loading shared

Re: xz -9 : Cannot allocate memory

2013-08-29 Thread Achim Gratz
David Stacey drstacey at tiscali.co.uk writes: I am trying to use 'xz -9' to compress a file, but the programme exits with the error message 'Cannot allocate memory'. Here's what I tried: $ echo Hello World compress_me.txt $ xz -9 compress_me.txt xz: compress_me.txt: Cannot allocate

Re: emacs-24.3.1 crashes on talking to Google

2013-08-29 Thread Zdzislaw Meglicki
Ken asks: This is not specific to Cygwin.  If it belongs anywhere, it should be in the emacs manual.   I just looked at the section Emacs speaks SMTP in the smtpmail documentation, and the instructions look pretty clear to me.  What happens if you follow those instructions, replacing

Re: xz -9 : Cannot allocate memory

2013-08-29 Thread Achim Gratz
Achim Gratz Stromeko at NexGo.DE writes: With the initial heap size set to 1MB, the same allocations for mmap work just fine. The mmap length used by xz is the same for files of all sizes. The large mmap is for the scratchpad memory of xz, which can be limited via the -M option. Currently it

Re: xz -9 : Cannot allocate memory

2013-08-29 Thread Corinna Vinschen
On Aug 29 14:34, Achim Gratz wrote: Achim Gratz Stromeko at NexGo.DE writes: With the initial heap size set to 1MB, the same allocations for mmap work just fine. The mmap length used by xz is the same for files of all sizes. The large mmap is for the scratchpad memory of xz, which can be

Re: xz -9 : Cannot allocate memory

2013-08-29 Thread Charles Wilson
On 8/29/2013 11:11 AM, Corinna Vinschen wrote: On Aug 29 14:34, Achim Gratz wrote: Achim Gratz Stromeko at NexGo.DE writes: With the initial heap size set to 1MB, the same allocations for mmap work just fine. The mmap length used by xz is the same for files of all sizes. The large mmap is

Re: xz -9 : Cannot allocate memory

2013-08-29 Thread Corinna Vinschen
On Aug 29 11:32, Charles Wilson wrote: On 8/29/2013 11:11 AM, Corinna Vinschen wrote: On Aug 29 14:34, Achim Gratz wrote: Achim Gratz Stromeko at NexGo.DE writes: With the initial heap size set to 1MB, the same allocations for mmap work just fine. The mmap length used by xz is the same for

Re: xz -9 : Cannot allocate memory

2013-08-29 Thread Charles Wilson
On 8/29/2013 12:00 PM, Corinna Vinschen wrote: On Aug 29 11:32, Charles Wilson wrote: So...this is NOTABUG, right? Right. But is a bit lame that it just fails. Does it have to use this big buffer or would it also work with a smaller buffer, if there's no memory chunk big enough? From what

Re: xz -9 : Cannot allocate memory

2013-08-29 Thread Achim Gratz
Corinna Vinschen writes: I'm not exactly surprised. You're on a 32 bit machine, so you only have 2 Gigs VM. Probably some DLLs are in the way. I know, also it might be true I've hit a less fortunate meory layout than usual this time. However, I know there's plenty of unused memory before

Re: xz -9 : Cannot allocate memory

2013-08-29 Thread Achim Gratz
Charles Wilson writes: Right. But is a bit lame that it just fails. Does it have to use this big buffer or would it also work with a smaller buffer, if there's no memory chunk big enough? From what I understand, it will /not/ be able to perform the kinds of tasks that -9 specifies. E.g.

Re: emacs-24.3.1 crashes on talking to Google

2013-08-29 Thread Ken Brown
On 8/29/2013 10:27 AM, Zdzislaw Meglicki wrote: Ken asks: This is not specific to Cygwin. If it belongs anywhere, it should be in the emacs manual. I just looked at the section Emacs speaks SMTP in the smtpmail documentation, and the instructions look pretty clear to me. What happens