Re: Issue with shmget

2010-07-29 Thread Larry Hall (Cygwin)
On 7/30/2010 1:16 AM, sandeep_222 wrote: Hello, I have the same problem. Could you please explicitly specify what commands I should enter in Cygwin to enable shared memory? The email thread you referenced is over 4 years old and plenty has changed in this area in that time. You can get a bet

Re: Issue with shmget

2010-07-29 Thread sandeep_222
Hello, I have the same problem. Could you please explicitly specify what commands I should enter in Cygwin to enable shared memory? Thanks. Sandeep Rahul Gulati wrote: > > Thanks I was able to get over the issue your guess was > right CYGWIN=server was not set. > > Rahul > > --- Igor Peshan

Re: Problem with subversion-apache2

2010-07-29 Thread Larry Hall (Cygwin)
On 7/29/2010 5:48 PM, Dragos Toader wrote: The problem has to do with package subversion-apache 2 1.6.12-2 My apache2 daemon crashes when I try to start it after adding LoadModule authz_svn_module lib/apache2/mod_authz_svn.so to /etc/apache2/httpd.conf /var/log/apache2/error_log reports 7424725

Problem with subversion-apache2

2010-07-29 Thread Dragos Toader
The problem has to do with package subversion-apache 2 1.6.12-2 My apache2 daemon crashes when I try to start it after adding LoadModule authz_svn_module lib/apache2/mod_authz_svn.so to /etc/apache2/httpd.conf /var/log/apache2/error_log reports 7424725 [main] httpd2 1000 C:\cygwin\usr\sbin\httpd2

Problem with subversion-apache2

2010-07-29 Thread Dragos Toader
The problem has to do with package subversion-apache 2 1.6.12-2 My apache2 daemon crashes when I try to start it after adding LoadModule authz_svn_module lib/apache2/mod_authz_svn.so to /etc/apache2/httpd.conf /var/log/apache2/error_log reports 7424725 [main] httpd2 1000 C:\cygwin\usr\sbin\httpd2

Re: Inconsistent escaping of bash commands (depends on the first command)

2010-07-29 Thread Ives van der Flaas
I'm pretty sure the problem doesn't lie with cmd.exe, since I'm spawning the bash thread using the win32 CreateProcess function (the cmd.exe part was just the simplest example I could think of that reproduced the problem). I'm already putting as much as possible in a bash script (I'm currently in

Re: Window shortcut to launch a Mintty login bash on a given directory

2010-07-29 Thread Andy Koppe
On 29 July 2010 08:49, JOHNER Jean 066030 wrote: > Putting the following command line in a Windows shortcut opens a login > bash in the /home/User_name directory (~): > > C:\cygwin\bin\mintty.exe -e bash --login > > Now I would like to do the same in the /home/User_name/foobar directory. I assume

Re: Inconsistent escaping of bash commands (depends on the first command)

2010-07-29 Thread Eric Blake
On 07/29/2010 03:13 PM, Ives van der Flaas wrote: > After a good few hours of searching, I've distilled this down as far > as humanly possible. The problem I'm encountering is that if I tell > bash.exe to execute the commands in parameter (using the -c flag), > escaping varies based on what command

Re: Request for a thicker line cursor in Mintty

2010-07-29 Thread Andy Koppe
On 29 July 2010 21:33, JOHNER Jean 066030 wrote: > I use Mintty with the following options: > Background: white, Foreground: black, Text: Fixedsys 9 pts, Cursor: > line. > > With such options, vim with default unix .vimrc colors looks great in > insert mode. However the cursor appears to be a littl

Inconsistent escaping of bash commands (depends on the first command)

2010-07-29 Thread Ives van der Flaas
After a good few hours of searching, I've distilled this down as far as humanly possible. The problem I'm encountering is that if I tell bash.exe to execute the commands in parameter (using the -c flag), escaping varies based on what commands I give bash. A more detailed example: 1 C:\cygwin\bin>b

Request for a thicker line cursor in Mintty

2010-07-29 Thread JOHNER Jean 066030
Hello, I use Mintty with the following options: Background: white, Foreground: black, Text: Fixedsys 9 pts, Cursor: line. With such options, vim with default unix .vimrc colors looks great in insert mode. However the cursor appears to be a little too thin in my opinion (sometimes difficult to fin

RE: Should mintty's copy-on-select option be on by default?

2010-07-29 Thread Daniel Colascione
Yes, but the convention on Windows machines is _not_ to copy by default. If the user wants something more unixy, he can use urxvt. > -Original Message- > From: cygwin-ow...@cygwin.com [mailto:cygwin-ow...@cygwin.com] On > Behalf Of JOHNER Jean 066030 > Sent: Thursday, July 29, 2010 1:11 PM

Re: Should mintty's copy-on-select option be on by default?

2010-07-29 Thread JOHNER Jean 066030
"Cygwin is a Linux-like environment for Windows". All the Linux terminals (KDE konsole, Gnome terminal) use copy-on-select by default. So ... Jean JOHNER -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.c

Re: ld didn't find self compiled libxml

2010-07-29 Thread Yaakov (Cygwin/X)
http://cygwin.com/acronyms/#PCYMTWLL ! http://cygwin.com/acronyms/#PPIOSPE ! On Thu, 2010-07-29 at 11:58 +0200, Franz wrote: > Thank you very much. But what exact should I do with the attached file? > I never saw such a file before. man cygport Yaakov -- Problem reports: http://cygwin

Re: R: Should mintty's copy-on-select option be on by default?

2010-07-29 Thread Markus Hoenicka
Marco Atzeri wrote: I prefer the X approach as default. I second that. I must have switched on this option right after installing mintty as I've already forgotten that the X approach is *not* the default. regards, Markus -- Markus Hoenicka http://www.mhoenicka.de AQ score 38 -- Pro

Re: Should mintty's copy-on-select option be on by default?

2010-07-29 Thread Rolf Campbell
On 2010-07-29 08:02, Andy Koppe wrote: On 29 July 2010 08:24, JOHNER Jean 066030 wrote: Thank you for all the answers to my original request below. This was very instructive. In conclusion: - to get middle-mouse paste of the selection with Mintty, Options/Mouse/copy on select had to be checked

RE: Window shortcut to launch a Mintty login bash on a given directory

2010-07-29 Thread JOHNER Jean 066030
I found the following solution: Create a Windows shortcut with C:\cygwin\bin\mintty.exe -e bash --rcfile ~/.foobarrc where .foobarrc is a concatenation of /etc/profile, ~/.bash_profile with the following line at the end: cd ~/foobar The above solution is a work-around of a more clean solution w

Re: Should mintty's copy-on-select option be on by default?

2010-07-29 Thread Jeremy Bopp
On 7/29/2010 7:02 AM, Andy Koppe wrote: > On 29 July 2010 08:24, JOHNER Jean 066030 wrote: >> Thank you for all the answers to my original request below. This was very >> instructive. >> In conclusion: >> - to get middle-mouse paste of the selection with Mintty, Options/Mouse/copy >> on select ha

R: Should mintty's copy-on-select option be on by default?

2010-07-29 Thread Marco Atzeri
--- Gio 29/7/10, Andy Koppe ha scritto: > > Thank you for all the answers to my original request > below. This was very instructive. > > In conclusion: > > - to get middle-mouse paste of the selection with > Mintty, Options/Mouse/copy on select had to be checked, > which is not the default. > >

Re: How to launch an rxvt terminal window with Monospace font

2010-07-29 Thread Andy Koppe
On 29 July 2010 08:24, JOHNER Jean 066030 wrote: > Mouse selection works (it does not with DOS) Actually mouse selection does work in the console, but it is somewhat, erm, challenging ... . Try 'Mark' from the context menu. Enable 'Quick Edit' in the console properties to make it almost bearable.

Should mintty's copy-on-select option be on by default?

2010-07-29 Thread Andy Koppe
On 29 July 2010 08:24, JOHNER Jean 066030 wrote: > Thank you for all the answers to my original request below. This was very > instructive. > In conclusion: > - to get middle-mouse paste of the selection with Mintty, Options/Mouse/copy > on select had to be checked, which is not the default. Mid

Re: ld didn't find self compiled libxml

2010-07-29 Thread cygwin . 20 . maillinglist
Original-Nachricht > Datum: Tue, 27 Jul 2010 14:41:37 -0500 > Von: > +cygwin+maillinglist+42a33199b9.yselkowitz#users.sourceforge@spamgourmet.com > An: cygwin > Betreff: Re: ld didn\'t find self compiled libxml > http://cygwin.com/acronyms/#PCYMTWLL ! > > On Tue, 2010-07-2

Re: problem with PATH set by libtool for uninstalled pixman library

2010-07-29 Thread Charles Wilson
On 7/28/2010 2:24 PM, Jon TURNEY wrote: > > I have a tinderbox which does daily builds of the X.Org stack for > cygwin, and I've come across a something I don't understand with the way > libtool is working when building the pixman library, and I hope someone > can shed a bit of light. > (lt_upda

Re: Slow bash tab completion update

2010-07-29 Thread Csaba Raduly
On Tue, Jul 27, 2010 at 9:40 PM, John Cromartie wrote: > I did 'set -vx', according to Eric Blake's advice. > > Tab completion appears to get hung up for a very long time on 'read -r > tmp', but only on certain paths... Disclaimer: I am not a shell programmer. "read" reads from stdin (or a file

Window shortcut to launch a Mintty login bash on a given directory

2010-07-29 Thread JOHNER Jean 066030
Hello, Putting the following command line in a Windows shortcut opens a login bash in the /home/User_name directory (~): C:\cygwin\bin\mintty.exe -e bash --login Now I would like to do the same in the /home/User_name/foobar directory. I tried: C:\cygwin\bin\mintty.exe -e bash --login -c "cd foo

RE: How to launch an rxvt terminal window with Monospace font

2010-07-29 Thread JOHNER Jean 066030
Hello, Thank you for all the answers to my original request below. This was very instructive. In conclusion: - to get middle-mouse paste of the selection with Mintty, Options/Mouse/copy on select had to be checked, which is not the default. - Mintty behaves much better than the other consoles (r