*BSD News Article 31267


Return to BSD News archive

Path: sserve!newshost.anu.edu.au!munnari.oz.au!constellation!news.uoknor.edu!ns1.nodak.edu!netnews.nwnet.net!news.clark.edu!spool.mu.edu!howland.reston.ans.net!math.ohio-state.edu!jussieu.fr!univ-lyon1.fr!ws41.cnusc.fr!lirmm!lirmm.lirmm.fr!charnier
From: charnier@lirmm.fr (Philippe CHARNIER)
Newsgroups: comp.os.386bsd.apps
Subject: Re: emacs and FreeBSD 1.1 CD-ROM distribution
Date: 03 Jun 1994 11:38:54 GMT
Organization: LIRM - Montpellier France
Lines: 39
Distribution: world
Message-ID: <CHARNIER.94Jun3133854@baobab.lirmm.fr>
References: <knight.52.00151340@ka1dt.mv.com> <2skauhE4hg@uni-erlangen.de>
	<AWB.94Jun3182550@as51.itl.atr.co.jp>
Reply-To: charnier@lirmm.fr
NNTP-Posting-Host: baobab.lirmm.fr
In-reply-to: awb@itl.atr.co.jp's message of 03 Jun 1994 09:25:49 GMT



>Yes I had to do this but after that I had the problem with an unresolved
>reference of getloadavg in src/fns.c 

19.24 works fine for me in FreeBSD-1.0.2 and 1.1

>A second problem I have no solution (or workaround for) is ^M being
>

from the file PROBLEMS in the emacs distribution:

This happens to people who use tcsh, because it is trying to be too
smart.  It sees that the Shell uses terminal type `unknown' and turns
on the flag to output ^M at the end of each line.  You can fix the
problem by adding this to your .cshrc file:


    if ($?EMACS) then
        if ($EMACS == "t") then
            unset edit 
            stty  -icrnl -onlcr -echo susp ^Z
        endif
    endif







--

-----                                                              -----
Philippe Charnier                                      charnier@lirmm.fr
                               

         LIRMM, 161 rue Ada, 34392 Montpellier cedex 5 -- France
------------------------------------------------------------------------