Re: Strange permissions set when I create files in my home directory on windows 10

2016-07-30 Thread Reckoner
I mean '/home/jhu' as the user's home. Sorry for the confusion. On Sat, Jul 30, 2016 at 2:38 PM, Reckoner wrote: > Thanks for your reply. By "home" directory, I mean "/home/". This is > c:\cygwin\home on Windows but /home/ on cygwin. > > %

Re: Strange permissions set when I create files in my home directory on windows 10

2016-07-30 Thread Reckoner
:rw- group:Users:r-x #effective:r-- mask:rw- other:--- Thanks! On Sat, Jul 30, 2016 at 1:14 PM, Andrey Repin wrote: > Greetings, Reckoner! > >> When I do > >> % touch foo > >> in my home directory, `ls -l` gives, > >> rw+ 1 jhu 0 J

Strange permissions set when I create files in my home directory on windows 10

2016-07-30 Thread Reckoner
When I do % touch foo in my home directory, `ls -l` gives, rw+ 1 jhu 0 Jul 30 09:16 foo Note the permissions. Here's my /etc/fstab none /mnt cygdrive binary,noacl,posix=0,user 0 0 c: /c ntfs noacl,binary,auto 0 0 d: /d ntfs noacl,binary,auto 0 0 c:/Temp /tmp ntfs noacl,binary,auto

Environment variable mixing when starting non-cygwin GVIM from within cygwin terminal?

2012-02-06 Thread reckoner
Hi, I usually start the non-cygwin gvim.exe via the rxvt cygwin console doing something like: % gvim filename.py the problem is that, when inside GVIM, when I do: :py print os.environ['PATH'] I see a lot of cygwin paths which messes up the Python path that GVIM wants to use. Is there a way

Where to find Python scipy ?

2010-11-03 Thread Reckoner
Hi, I can see there is a numpy install for python, but is there anything for scipy? I'm having no luck building it myself. Thanks! -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscri

chere not working with zsh version 4.3.10 but worked for 4.3.9

2010-09-01 Thread Reckoner
Hi, This command line from chere is not working anymore for zsh version 4.3.10, but it worked for zsh version 4.3.9: C:\cygwin\bin\run.exe C:\cygwin\bin\rxvt.exe -e /bin/xhere /bin/zsh.exe "%L" any help appreciated. -- Problem reports: http://cygwin.com/problems.html FAQ:

Re: Windows batch program to open shell at directory

2010-08-28 Thread Reckoner
Thanks for all your great suggestions. Here is what I settled on for the batch file: c:\cygwin\bin\zsh --login -c "cd '%1' ;exec zsh" The only thing I have to work out is how to handle cases where the %1 argument contains spaces. Thanks again! -- Problem reports: http://cygwin.com/prob

Windows batch program to open shell at directory specified as argument

2010-08-26 Thread Reckoner
hi, I use chere to right-click and open a shell at a given directory, and I was wondering if it is possible to setup a windows batch script that would accomplish the same thing from the Windows command line. In other words something like, c:> cygwin_start_dir.bat c:\mystuff\directory which would

chere-like behavior from shortcut -- open shell at shortcut-given directory?

2008-05-23 Thread Reckoner
Hi, I would like to create a shortcut that will open my favorite shell at a specific directory embedded in the shortcut. Is this possible? While we are fantasizing, is it possible to create a shortcut that would open to a directory that is dropped on it? Chere goes along these lines, but cannot a

copying a million tiny files?

2007-10-31 Thread sam reckoner
I'm not exaggerating. I have over one million small files that like to move between disks. The problem is that even getting a directory listing takes forever. Is there a best practice for this? I don't really need the directory listing, I just need to move all the files. I have been using rsync,

rxvt: how to change font using control-wheelmouse?

2007-10-03 Thread sam reckoner
Is it possible to setup rxvt to incrementally change font sizes by doing control-wheelmouse? If so, how? thanks. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: