Re: src/bin/psql/tab-complete.c ported to emacs lisp

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: src/bin/psql/tab-complete.c ported to emacs lisp
Дата
Msg-id Pine.LNX.4.30.0102051948330.762-100000@peter.localdomain
обсуждение исходный текст
Ответ на src/bin/psql/tab-complete.c ported to emacs lisp  ("Michal Maru¹ka" <mmc@maruska.dyndns.org>)
Список pgsql-hackers
Michal Maru¹ka writes:

> I have started trying to make the emacs' psql experience more comfortable.
> I transformed (with sed(1) & manually) the C-source to elisp program.
> Now I want to improve it.

Interesting.  Is the reason that you need this the fact that psql doesn't
use readline when run in emacs because it thinks it's connected to a
non-terminal?  Maybe a better approach would be to make psql (or readline
(or emacs)) think differently in this situation.

> My question:  What is the licence of this file.

Good question.  We like to think that all files that are not labeled
otherwise are under the BSD-style license that is shown in the COPYRIGHT
file, with appropriate copyright holders replaced.

> Can I distribute is under GPL?

Personally, (I wrote the file originally) I would prefer it if you kept
the BSD license on it, as it will allow us to steal code back from you,
and it's not like somebody's going to distribute binary-only versions, get
rich, and cut you out.

Some people think it's not okay to relicense BSD stuff as GPL without
getting into some kind of jam, to which I personally agree, but if you
don't care then I won't sue you either.

-- 
Peter Eisentraut      peter_e@gmx.net       http://yi.org/peter-e/



В списке pgsql-hackers по дате отправления:

Предыдущее
От: "Mitch Vincent"
Дата:
Сообщение: Re: PostgreSQL -> PHP problem
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: build WIN32 ODBC using VC++, not Cygwin/gcc