emacs-devel
[Top][All Lists]
Advanced

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

Re: Add "lisp/term/screen-256color.el" for GNU Screen's 256 color mode?


From: Stefan Monnier
Subject: Re: Add "lisp/term/screen-256color.el" for GNU Screen's 256 color mode?
Date: Fri, 20 Feb 2009 10:15:00 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.90 (gnu/linux)

> Last year Trent W. Buck posted to emacs-devel notes about GNU Screen's 256
> color mode and Emacs. To have Emacs recognize the "screen-256color" terminal
> and its full range of colors, the file "term/screen-256color.el" needs to be
> in the load path. Trent wrote as follows:

Having a function terminal-init-screen in file screen-256color.el
doesn't make sense.  The function probably needs to be renamed to
terminal-init-screen-256color.  OTOH the file could probably be named
just term/screen.el (which would make sense if you consider that
"screen-256color" will probably turn into the standard "screen"
definition at some point in the future).

Also the `load' should probably be moved from inside to outside of the
function (tho, this is very minor).


        Stefan




reply via email to

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