help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: When exiting Emacs is there a command to "Clear" screen or "Restore


From: Kevin Rodgers
Subject: Re: When exiting Emacs is there a command to "Clear" screen or "Restore Previous State".
Date: Mon, 09 Aug 2004 10:57:21 -0600
User-agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:0.9.4.1) Gecko/20020406 Netscape6/6.2.2

David White wrote:
> Term also returns "linux" for me.
> Terminfo is the config file & there is a ref to  a linux console.
> I guess it just doesn't support a CLEAR srceen when emacs exits.

Use a shell function:

function emacs_clear
{
  emacs "$@" && clear
}

--
Kevin Rodgers



reply via email to

[Prev in Thread] Current Thread [Next in Thread]