Re: tmux-1.9a2 ctrl+b not working

2014-07-07 Thread Michael Wild
On Sat, Jul 5, 2014 at 8:18 PM, DJ Sylvester wrote: > > So now I feel like a total dork. Really. > > I reinstalled tmux and everything worked *except screen splitting or, > as it turns out, anything that was a key combination requiring > reaching a shifted key. Yeah, you actually have to hit "shift

Re: Observations about Cygwin's md5 checksums

2014-07-07 Thread Luke Kendall
On 07/07/14 20:05, Marco Atzeri wrote: On 07/07/2014 06:38, Luke Kendall wrote: Here are five observations about md5 checksums in Cygwin. I share it in case it may be of some small interest to a few people. Please note that I may be wrong; if so, I'm happy to be corrected. 1) For each package

Re: TeX WYSIWG Editor

2014-07-07 Thread Ken Brown
On 7/7/2014 4:57 PM, Eliot Moss wrote: On 7/7/2014 4:41 PM, Arthur Schwarz wrote: Are there any TeX WYSIWG editors? In particular, ones that support managing changes in a distributed environment (as a minimum)? Changing TeX documents seems tedious (without a WYSIWG) if doing it by hand. Wordperf

Re: [ANNOUNCEMENT] Updated: TeX Live 2014

2014-07-07 Thread Ken Brown
On 7/6/2014 3:29 PM, Marco Atzeri wrote: On 04/07/2014 03:34, Ken Brown wrote: On 7/3/2014 4:49 PM, Marco Atzeri wrote: On 02/07/2014 01:16, Ken Brown wrote: Cygwin's TeX Live packages have been updated to the latest upstream release, TeX Live 2014. Question: is python3 really a requiremen

Re: TeX WYSIWG Editor

2014-07-07 Thread Eliot Moss
PS: Lyx was the first "hit" when I Googled "tex wysiwyg". :-) EM -- 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: TeX WYSIWG Editor

2014-07-07 Thread Eliot Moss
On 7/7/2014 4:41 PM, Arthur Schwarz wrote: Are there any TeX WYSIWG editors? In particular, ones that support managing changes in a distributed environment (as a minimum)? Changing TeX documents seems tedious (without a WYSIWG) if doing it by hand. Wordperfect and Microsoft Word hid the font/form

TeX WYSIWG Editor

2014-07-07 Thread Arthur Schwarz
Are there any TeX WYSIWG editors? In particular, ones that support managing changes in a distributed environment (as a minimum)? Changing TeX documents seems tedious (without a WYSIWG) if doing it by hand. Wordperfect and Microsoft Word hid the font/formatting commands from the user to produce a WY

Re: abort during exit() with a dynamically loaded C++ library

2014-07-07 Thread jojelino
On 2014-07-07 PM 10:58, Jon TURNEY wrote: On 17/06/2014 19:11, Jon TURNEY wrote: I think I have found a problem when building programs using the latest mesa library, where abort is being called during exit() The main concern of this crash is the order mismatch between loading and unloading dy

Emacs-w32... Still Crashing

2014-07-07 Thread Zdzislaw Meglicki
The current version of Emacs that I have is emacs   24.3.91-1OK emacs debuginfo 24.3.91-1OK emacs-el24.3.91-1    OK emacs-w32   24.3.91-1OK emacs-X11   24.3.91-1OK Cygwin is Cyg

Re: abort during exit() with a dynamically loaded C++ library

2014-07-07 Thread Jon TURNEY
On 17/06/2014 19:11, Jon TURNEY wrote: I think I have found a problem when building programs using the latest mesa library, where abort is being called during exit() This seems to be x86 specific, and looks like it is somehow related to having a C++ library dynamically loaded by a C program. I

Re: Severe performance degradation of writev

2014-07-07 Thread Corinna Vinschen
On Jul 7 12:10, Corinna Vinschen wrote: > On Jul 7 07:28, jojelino wrote: > > 2008-07-27 Corinna Vinschen > > > >* fhandler_socket.cc (fhandler_socket::send_internal): Send never > > more > >then 64K bytes at once. For blocking sockets, loop until entire data > >has b

Re: timeout in LDAP access

2014-07-07 Thread Corinna Vinschen
On Jul 3 22:56, Denis Excoffier wrote: > On 2014-06-25 23:13 Corinna Vinschen wrote: > > > > You asked for errors being propagated up the chain to the > > getpwent/getgrent calls and that's exactly what happens now. There are > > a lot of LDAP error codes. How is Cygwin supposed to handle every

Re: Severe performance degradation of writev

2014-07-07 Thread Corinna Vinschen
On Jul 7 07:28, jojelino wrote: > 2008-07-27 Corinna Vinschen > >* fhandler_socket.cc (fhandler_socket::send_internal): Send never > more >then 64K bytes at once. For blocking sockets, loop until entire data >has been sent or an error occurs. >(fhandler_socket:

Re: Observations about Cygwin's md5 checksums

2014-07-07 Thread Marco Atzeri
On 07/07/2014 06:38, Luke Kendall wrote: Here are five observations about md5 checksums in Cygwin. I share it in case it may be of some small interest to a few people. Please note that I may be wrong; if so, I'm happy to be corrected. 1) For each package, Cygwin stores the md5sum for the compo

Re: setting character set in mintty

2014-07-07 Thread Corinna Vinschen
On Jul 7 00:16, Pawel Jasinski wrote: > The way I understand it, mintty sets the LANG variable according to > user settings. > Would it make sense for mintty to invoke "cmd /c chcp " > (SetConsoleOutputCP)? mintty does not use the console at all. A chcp call doesn't make any sense. Corinna --

Re: Minires truncates host names

2014-07-07 Thread Corinna Vinschen
On Jul 7 07:27, D. Boland wrote: > Hi Pierre, > > "Pierre A. Humblet" wrote: > > > > You are right, there is a bug in res_querydomain, > > Line 737 *(ptr++ - 1) = '.'; should be > > *ptr++ = '.'; > > > > I would also add a debug printf at the top of the function: > > DPRINTF(statp->options &

Re: Minires truncates host names

2014-07-07 Thread Corinna Vinschen
On Jul 6 19:47, Pierre A. Humblet wrote: > > -Original Message- > > From: D. Boland > > Sent: Sunday, July 06, 2014 03:08 > > > > Thanks for the swift reply! > > > > I looked at Sendmails' source code. Here's the snippet which produces > > the output from my first email. It's taken from