Date: Mon, 6 May 1996 08:19:06 +0200 (IST) From: Eli Zaretskii To: Kuang-chun Cheng Cc: djgpp AT delorie DOT com Subject: Re: readline in GDB In-Reply-To: <4md5k7$i3u@fnnews.fnal.gov> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On 3 May 1996, Kuang-chun Cheng wrote: > Well, just simple question which I can't find in FAQ. What's > the name of readline initialization file used by GDB. I know it's > ~/.inputrc in UNIX machine, but how about PC. I had tried input.rc, > inputrc ... but didn't success :( It's "/inputrc" (i.e. must be in the root directory of the current drive). Not too convenient, but DOS leaves few choices. You will have to make sure the file is in Unix text format, because the current code wants the value returned by `read' to be the same as the size of file reported by `stat'. Until that bug is fixed (probably in the next release), run the file through `dtou' each time you edit it. (If you don't, the file will be silently ignored.)