X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Date: 14 Oct 2003 08:05:44 +0200 Message-Id: From: Eli Zaretskii To: Jude DaShiell CC: djgpp AT delorie DOT com In-reply-to: (message from Jude DaShiell on Mon, 13 Oct 2003 21:51:00 -0400 (EDT)) Subject: Re: can't start emacs References: 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, 13 Oct 2003 21:51:00 -0400 (EDT) > From: Jude DaShiell > > emacs comes back with can't open termcap and though there's a termcap.src > file in c:\djgpp\gnu\emacs\etc, there's no termcap file in the c:\djgpp > file tree. Is there a package I missed downloading? If not, how can I > make a termcap from termcap.src? Set the environment variable TERMCAP to point to the name of the termcap file, like this: set TERMCAP=c:\djgpp\gnu\emacs\etc\termcap.src Don't forget to set the TERM variable to the entry in termcap.src that describes your terminal driver (probably, ANSI.SYS, right?).