X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f Date: Mon, 07 Jan 2002 23:38:36 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: jeffw AT darwin DOT sfbr DOT org Message-Id: <6480-Mon07Jan2002233835+0200-eliz@is.elta.co.il> X-Mailer: emacs 21.1.50 (via feedmail 8 I) and Blat ver 1.8.9 CC: djgpp AT delorie DOT com In-reply-to: <20020107093742.B22916@kendall.sfbr.org> (message from JT Williams on Mon, 7 Jan 2002 09:37:42 -0600) Subject: Re: less probed my zip References: <20020107092245 DOT A22916 AT kendall DOT sfbr DOT org> <20020107093742 DOT B22916 AT kendall DOT sfbr DOT org> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Date: Mon, 7 Jan 2002 09:37:42 -0600 > From: JT Williams > > -: > I've noticed that invoking `less c:/foo' will access my zip drive > -: > (mapped as e:). > -: > -: What version of Less is that? > > I'm away from my djgpp box, but it almost certainly is less 358. > I'll check on that this evening. When you get to this, I suggest to build Less with debug info, run it under a debugger, put a breakpoint inside _put_path2, and watch for file names on the e: drive. When you see such a file name, look at the backtrace of function calls: that should pinpoint the code in Less that references e:. The rest should be easy.