Re: How to make persistent changes to PATH in cygwin?

2013-01-28 Thread Chloe
Try this: $ echo 'export PATH=$PATH:/newpath' >> ~/.bashrc You can also edit your .bashrc file too. Here is an example line from the .bashrc export PATH=$PATH:"/cygdrive/c/Program Files/Notepad++" Here is a bonus useful thing alias splitpath="echo \$PATH | cut -d: -f1- --output-delimiter=$'\n

Re: Ruby: stack level too deep (SystemStackError)

2013-01-28 Thread Chloe
I may have found something. I added -d to the rails script and it printed this: Chloe@dumbopc /cygdrive/c/Sites/railsinstaller_demo $ rails -v Exception `LoadError' at /usr/lib/ruby/site_ruby/1.9.1/rubygems.rb:1264 - cannot load such file -- rubygems/defaults/operating_system Exception `LoadErro

Re: Ruby: stack level too deep (SystemStackError)

2013-01-28 Thread Chloe
I see the Ruby packager is here a.. From: Yaakov (Cygwin/X) b.. Subject: [ANNOUNCEMENT] Updated: ruby-1.9.3-p374-1 Additional info: I tried both versions of Ruby, ruby 1.9.3p327 and ruby-1.9.3-p374-1. I found something from Google that hinted that 1.9.2 might fix the problem, but I could

Search feature does not work

2013-01-28 Thread Chloe
The mailing list search feature does not work. For example, this link http://sourceware.org/cgi-bin/search.cgi?wm=wrd&form=extended&m=all&s=D&q=ruby&ul=%2Fml%2Fcygwin%2F2013-01%2F%25 Did not find these posts: http://cygwin.com/ml/cygwin/2013-01/msg00355.html http://cygwin.com/ml/cygwin/2013-01/m

Re: Setup 2.774 texlive postinstall takes 10+ hours (resending due to cygwin bounce)

2013-01-28 Thread Ken Brown
On 1/28/2013 11:41 AM, toddcs wrote: I, too, am now experiencing this texlive problem during Cygwin update, in which I am trying to install Asymptote for the first time. I am on a late-model laptop with up-to-date anti-virus software. I do not experience such extreme bottlenecks at all in other c

Re: Fwd: sshd access works only when user is member of Administrators

2013-01-28 Thread V.99
Hi. Mayby this helps: $ /cygdrive/c/Windows/System32/icacls.exe c:\\cygwin\\home\\user1 c:\cygwin\home\user1 SRV\user1:(F) SRV\None:(RX) Everyone:(RX) CREATOR OWNER:(OI)(CI)(IO)(F) CREATOR GROUP:(O

Re: Backspace in Emacs 24 has effect but does not update display in term and ansi-term

2013-01-28 Thread Андрей Забавников
But despite my critics i of course appreciate very much even the fact that you try to figure out what the problem is. For me as an almost complete Emacs newbie that task would not be accomplishable. 2013/1/28 Андрей Забавников : > For exmple, bash completion is absent in line-mode, right ? > > 201

[ANNOUNCEMENT] Updated: postgresql-9.2.2-1

2013-01-28 Thread marco atzeri
Version 9.2.2-1 of packages libecpg-compat2 libecpg-devel libecpg5 libpgtypes2 libpq-devel libpq5 postgresql postgresql-client postgresql-contrib postgresql-devel postgresql-doc postgresql-plperl postgresql-plpython are available in the Cygwin distribution: CYGWIN CHA

[ANNOUNCEMENT] Updated: dos2unix 6.0.3-1

2013-01-28 Thread Erwin Waterlander
CHANGES SINCE LAST RELEASE: === New upstream release. * Source code compiles with Microsoft Visual C. * Print system error when writing output fails. DESCRIPTION: This is an update of Benjamin Lin's implementations of dos2unix and unix2dos. Benjamin L

Re: Setup 2.774 texlive postinstall takes 10+ hours (resending due to cygwin bounce)

2013-01-28 Thread toddcs
I, too, am now experiencing this texlive problem during Cygwin update, in which I am trying to install Asymptote for the first time. I am on a late-model laptop with up-to-date anti-virus software. I do not experience such extreme bottlenecks at all in other contexts. -- View this message in con

Re: snapshot 2013-01-23

2013-01-28 Thread Achim Gratz
Achim Gratz NexGo.DE> writes: > I'm seeing strange behaviour from lftp scripts that use external commands Git apparently has similar problems when it is started from Emacs (via magit). Regards, Achim. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygw

Re: Backspace in Emacs 24 has effect but does not update display in term and ansi-term

2013-01-28 Thread Андрей Забавников
For exmple, bash completion is absent in line-mode, right ? 2013/1/28 Андрей Забавников : > Oh, sorry for empty message ... :) > > Well, putting terminal in line mode is almost as good as starting just > `M-x shell`, am I right ? And by good i mean bad and incovenient. It > is after all the whole

Re: Backspace in Emacs 24 has effect but does not update display in term and ansi-term

2013-01-28 Thread Андрей Забавников
Oh, sorry for empty message ... :) Well, putting terminal in line mode is almost as good as starting just `M-x shell`, am I right ? And by good i mean bad and incovenient. It is after all the whole purpose of `M-x term` to work exactly like terminal not something text editor-like. And line-mode ki

Re: Backspace in Emacs 24 has effect but does not update display in term and ansi-term

2013-01-28 Thread Андрей Забавников
2013/1/28 Ken Brown : > On 1/27/2013 3:49 PM, Андрей Забавников wrote: >> >> In `M-x term`, I type `ab`, press backspace, then `ab_` is visible (_ >> is space). Hitting enter tells no such command `a`, so the deletion >> has effect but the the terminal is not updated correctly. Likewise for >> `hom

snapshot 2013-01-23

2013-01-28 Thread Achim Gratz
I'm seeing strange behaviour from lftp scripts that use external commands; lftp forks, but then hangs and needs to be killed. This is only happening from mintty, but not when lftp gets started from CMD: sh -c "PATH=/bin lftp -c '\!echo bla'" Tracing lftp in mintty yields the following after the

Re: Backspace in Emacs 24 has effect but does not update display in term and ansi-term

2013-01-28 Thread Ken Brown
On 1/27/2013 3:49 PM, Андрей Забавников wrote: In `M-x term`, I type `ab`, press backspace, then `ab_` is visible (_ is space). Hitting enter tells no such command `a`, so the deletion has effect but the the terminal is not updated correctly. Likewise for `home` and `end` buttons. I can reprodu