emacs-devel
[Top][All Lists]
Advanced

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

Re: master c669afc: Add term/st.el (Bug#33182)


From: Stefan Kangas
Subject: Re: master c669afc: Add term/st.el (Bug#33182)
Date: Mon, 10 Aug 2020 16:08:01 -0700

Stefan Monnier <monnier@iro.umontreal.ca> writes:

>> +;;; st.el --- terminal initialization for st  -*- lexical-binding:t -*-
>> +;; Copyright (C) 2020 Free Software Foundation, Inc.
>> +
>> +(require 'term/xterm)
>> +
>> +(defun terminal-init-st ()
>> +  "Terminal initialization function for st."
>> +  (tty-run-terminal-initialization (selected-frame) "xterm"))
>
> Could you add the customary `;;; Code:` and more importantly some
> information (description and/or URL) of what is `st`?

Why not, but several files in lisp/term are lacking such headers.
Including lisp/term/konsole.el which I based this addition on.

I had assumed that there was some reason for that (e.g. they are too
insignificant).  If there isn't, should we then add these headers to the
rest of them too?  And if yes, should we add all the verbiage, or just
parts of it?  It seems like many are currently lacking the GPL notice,
for example.

Best regards,
Stefan Kangas



reply via email to

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