Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <003401c1af78$10eabc80$0d00a8c0@mchasecompaq> From: "Michael A Chase" To: "Stephan Mueller" , "Chris January" , References: Subject: Re: /proc (was: Re: /dev/registry) Date: Wed, 6 Feb 2002 17:37:16 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Just another log on the fire, the Perl registry modules use "" for the (default) value. Even so, I'd lean toward "@" since it's hard to name a file "". You may need to have an ioctl() to change the key separator. '\' would probably be ok, but difficult. The problem with '/' might make it hard to handle the cygwin mount tables. -- Mac :}) ** I normally forward private questions to the appropriate mail list. ** Ask Smarter: http://www.tuxedo.org/~esr/faqs/smart-questions.htm Give a hobbit a fish and he eats fish for a day. Give a hobbit a ring and he eats fish for an age. ----- Original Message ----- From: "Stephan Mueller" To: "Chris January" ; Sent: Wednesday, February 06, 2002 17:00 Subject: RE: /proc (was: Re: /dev/registry) Another suggestion (I won't presume to say better): .reg files refer to this value as @. E.g. REGEDIT4 [HKEY_CURRENT_USER\AppEvents\Schemes] @=".current" stephan(); -----Original Message----- From: Chris January [mailto:chris AT atomice DOT net] Sent: Wednesday, February 06, 2002 4:56 PM To: cygwin AT cygwin DOT com Subject: Re: /proc (was: Re: /dev/registry) > > 1. it's difficult to accidentally cat to a key considering the > > length of the > > names - > > /proc/registry/HKEY_CURRENT_USER/Software/Microsoft/Windows/CurrentVersi on/S > > hell\ Extensions/Approved/\{BDEADF00-C265-11d0-BCED-00A0C90AB50F\} > > is a bit > > hard to type in by accident... At the moment, I have called the default key value, "(default"), the same as regedit. Does anyone have any objections to this (and if so a better suggestion)? The brackets can't be typed into bash without being quoted; this might become a bit of a pain. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/