From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Greg Newsgroups: gmane.emacs.help Subject: Re: Using undumped Emacs Date: Fri, 18 Feb 2005 19:35:15 +0100 Organization: tp.internet - http://www.tpi.pl/ Message-ID: References: <7ezmy1bh71.fsf@ada2.unipv.it> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1108797507 20578 80.91.229.2 (19 Feb 2005 07:18:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 19 Feb 2005 07:18:27 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Feb 19 08:18:26 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1D2OsZ-0008BW-PT for geh-help-gnu-emacs@m.gmane.org; Sat, 19 Feb 2005 08:18:15 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D2P94-0001VE-Gc for geh-help-gnu-emacs@m.gmane.org; Sat, 19 Feb 2005 02:35:18 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!news-fra1.dfn.de!newsfeed.pionier.net.pl!news.nask.pl!newsfeed.tpinternet.pl!atlantis.news.tpi.pl!news.tpi.pl!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 32 Original-NNTP-Posting-Host: cre61.neoplus.adsl.tpnet.pl Original-X-Trace: atlantis.news.tpi.pl 1108797658 3766 83.22.23.61 (19 Feb 2005 07:20:58 GMT) Original-X-Complaints-To: usenet@tpi.pl Original-NNTP-Posting-Date: Sat, 19 Feb 2005 07:20:58 +0000 (UTC) User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7) Gecko/20040618 X-Accept-Language: en-us, en In-Reply-To: <7ezmy1bh71.fsf@ada2.unipv.it> Original-Xref: shelby.stanford.edu gnu.emacs.help:128644 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org X-MailScanner-To: geh-help-gnu-emacs@m.gmane.org Xref: main.gmane.org gmane.emacs.help:24175 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:24175 Thien-Thi Nguyen wrote: > Greg writes: > > >>I do: ./temacs -l loadup > > > you can try: > > TERM=vt100 ; ./temacs -l loadup > > this is not optimal but if you are inclined, it makes further debugging > easier. under vms, for example, i always specify "vt100" while running > undumped emacs. That works, thank you ;) > > anyway, who needs colors? bg==fg is where it's at, man! I know that bg==fg... It's puzzling to me why that happens with undumped emacs, and dumped emacs doesn't need TERM=vt100. The Emacs docs or FAQ don't say anything about the problem. Greg > thi