From owner-freebsd-ports Tue Dec 31 01:21:19 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id BAA21589 for ports-outgoing; Tue, 31 Dec 1996 01:21:19 -0800 (PST) Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id BAA21584 for ; Tue, 31 Dec 1996 01:21:16 -0800 (PST) Received: from sax.sax.de (sax.sax.de [193.175.26.33]) by irz301.inf.tu-dresden.de (8.6.12/8.6.12-s1) with ESMTP id KAA06988; Tue, 31 Dec 1996 10:21:07 +0100 Received: (from uucp@localhost) by sax.sax.de (8.6.12/8.6.12-s1) with UUCP id KAA25974; Tue, 31 Dec 1996 10:21:02 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.8.4/8.6.9) id KAA23556; Tue, 31 Dec 1996 10:14:56 +0100 (MET) From: J Wunsch Message-Id: <199612310914.KAA23556@uriah.heep.sax.de> Subject: Re: An emacs problem! To: g854203@oz.nthu.edu.tw (tfcheng) Date: Tue, 31 Dec 1996 10:14:56 +0100 (MET) Cc: ports@FreeBSD.ORG Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: <32C864F2.41C67EA6@oz.nthu.edu.tw> from tfcheng at "Dec 31, 96 08:57:22 am" X-Phone: +49-351-2012 669 X-PGP-Fingerprint: DC 47 E6 E4 FF A6 E9 8F 93 21 E0 7D F9 12 D6 4E X-Mailer: ELM [version 2.4ME+ PL17 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk As tfcheng wrote: > I am a green hand in emacs, I find out some tiny bugs > in emacs that I use, first, I have installed linuxls -o function, > but this isn't working in emacs, and some anomalous codes appear; Well, now you at least know why linuxls sucks. :) It blindly assumes an ANSI-color capable terminal, regardless of you terminal setting. Emacs apparently doesn't support ANSI escape sequences in its shell window, and it deliberately sets the $TERM variable to "emacs" to indicate this. If linuxls would parse the color termcap entries to derive the available colors, it would also work correctly (i.e., without colors) in the Emacs shell window. > second, I cannot compile my fortran code under emacs, it says "this > file dosen't exist", after I specify the route /?/?, the compilation > works, Sorry, i cannot parse this. How and where did you try compiling it? In the shell window? With M-x compile? I have never worked much with FORTRAN for the recent 12 or so years. Anyway, M-x compile simply calls `make', so as long as your Makefile knows how to handle FORTRAN, i don't see why it should not be available from within Emacs. -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-)