[parent not found: <mailman.19695.1423625299.1147.help-gnu-emacs@gnu.org>]
* Re: gnuplot (was: Re: zsh outside of Emacs)
[not found] <mailman.19695.1423625299.1147.help-gnu-emacs@gnu.org>
@ 2015-02-11 3:48 ` Emanuel Berg
2015-02-12 2:36 ` Robert Thorpe
0 siblings, 1 reply; 5+ messages in thread
From: Emanuel Berg @ 2015-02-11 3:48 UTC (permalink / raw)
To: help-gnu-emacs
Robert Thorpe <rt@robertthorpeconsulting.com> writes:
>> for fast ASCII-only checks. Speaking of gnuplot, I
>> had to to get gnuplot-mode from MELPA - that was
>> super easy, but why isn't such a basic mode
>> included in vanilla Emacs, to offer font lock,
>> indentation, and invocation? For the few of you who
>> don't know gnuplot
>
> Perhaps because the authors haven't copyright
> assigned it to the FSF? The name "gnuplot" is a
> coincidence, the program and it's authors have
> nothing to do with the GNU project. That's not to
> say it's not a great program, it is.
Do you mean gnuplot-mode has a missing/conflicting
license, or gnuplot has? With gnuplot that should be
OK as there are built-in modes for God knows what
technologies that most likely have licenses all over
the place, including none at all.
--
underground experts united
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: gnuplot (was: Re: zsh outside of Emacs)
2015-02-11 3:48 ` Emanuel Berg
@ 2015-02-12 2:36 ` Robert Thorpe
0 siblings, 0 replies; 5+ messages in thread
From: Robert Thorpe @ 2015-02-12 2:36 UTC (permalink / raw)
To: Emanuel Berg; +Cc: help-gnu-emacs
Emanuel Berg <embe8573@student.uu.se> writes:
...
>
> Do you mean gnuplot-mode has a missing/conflicting
> license, or gnuplot has? With gnuplot that should be
> OK as there are built-in modes for God knows what
> technologies that most likely have licenses all over
> the place, including none at all.
I don't know why it's not included.
Possible reasons:
* The Emacs developers don't think it's important enough.
* It has a non GPL license.
* The Emacs developers can't get copyright assignment for it.
The FSF generally require that Emacs coders assign copyright to them.
Unless it's a small change it's not considered good enough to just use
the GPLv3 license. As far as I understand it, there are two reasons for
that. Firstly, it enables them to easily re-license the code. That
could happen if a legal flaw is found in a license, for example GPLv3
was created to rectify problems with GPLv2. The other advantage is that
it prevents programmers from being able to relicense their contributions
and request that they're removed.
What sometimes happens is that an elisp package is initially unpopular.
But, the author gathers contributions from many people. Then the
package becomes popular and people want it in the core or ELPA. But by
that time the author can't find all the people to contact to ask for
copyright paperwork, or there are so many of them that it isn't
practical.
You could try asking for it to be included in the core it may be
possible.
BR,
Robert Thorpe
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: zsh outside of Emacs (was: Why do we need a number of different terminal modes in Emacs?)
@ 2015-02-07 11:50 Karl Voit
2015-02-07 20:51 ` Robert Thorpe
0 siblings, 1 reply; 5+ messages in thread
From: Karl Voit @ 2015-02-07 11:50 UTC (permalink / raw)
To: help-gnu-emacs
* Robert Thorpe <rt@robertthorpeconsulting.com> wrote:
> Karl Voit <devnull@Karl-Voit.at> writes:
> ...
>> However, this confirms my habit of using a Terminal emulator, with
>> GNU/screen[1], together with a great set-up of zsh[2].
>
> You can use GNU Screen and Zsh and connect to them using M-x term. That
> puts them within Emacs, but Screen should make things safe from Emac's
> crashes.
And what advantages would I get?
>> Unfortunately, my GNU/Emacs tends to be very unstable[3] so that I
>> have to kill and re-start it several times a day. I handle this by
>> having a very tight auto-save-interval. Losing all of my open shell
>> sessions would be a disaster.
>
> Have you bisected your init file?
No.
Most issues only appear in my "GNU Emacs 24.3.50.1
(x86_64-pc-linux-gnu, GTK+ Version 3.4.2) of 2014-01-01 on gkar,
modified by Debian" and not in my GNU Emacs I use on Windows.
Therefore I have the strong feeling that my Emacs backport for
Debian/Wheezy is the cause for some issues.
--
All in all, one of the most disturbing things today is the definitive
fact that the NSA, GCHQ, and many more government organizations are
massively terrorizing the freedom of us and the next generations.
http://Karl-Voit.at
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: zsh outside of Emacs (was: Why do we need a number of different terminal modes in Emacs?)
2015-02-07 11:50 zsh outside of Emacs (was: Why do we need a number of different terminal modes in Emacs?) Karl Voit
@ 2015-02-07 20:51 ` Robert Thorpe
[not found] ` <mailman.19583.1423488667.1147.help-gnu-emacs@gnu.org>
0 siblings, 1 reply; 5+ messages in thread
From: Robert Thorpe @ 2015-02-07 20:51 UTC (permalink / raw)
To: Karl Voit; +Cc: help-gnu-emacs
Karl Voit <devnull@Karl-Voit.at> writes:
> * Robert Thorpe <rt@robertthorpeconsulting.com> wrote:
>> Karl Voit <devnull@Karl-Voit.at> writes:
>> ...
>>> However, this confirms my habit of using a Terminal emulator, with
>>> GNU/screen[1], together with a great set-up of zsh[2].
>>
>> You can use GNU Screen and Zsh and connect to them using M-x term. That
>> puts them within Emacs, but Screen should make things safe from Emac's
>> crashes.
>
> And what advantages would I get?
You get to work inside Emacs and Screen should stop your terminals from
getting hosed when Emacs crashes.
>>> Unfortunately, my GNU/Emacs tends to be very unstable[3] so that I
>>> have to kill and re-start it several times a day. I handle this by
>>> having a very tight auto-save-interval. Losing all of my open shell
>>> sessions would be a disaster.
>>
>> Have you bisected your init file?
>
> No.
I have an MS Windows specific part of my init file and an Ubuntu specific
part. If you do the same then it could be a bug your Debian specific
part. It could also be a bug in Debian's site-start code, a lot of that
distro site-start code is old and crufty.
> Most issues only appear in my "GNU Emacs 24.3.50.1
> (x86_64-pc-linux-gnu, GTK+ Version 3.4.2) of 2014-01-01 on gkar,
> modified by Debian" and not in my GNU Emacs I use on Windows.
>
> Therefore I have the strong feeling that my Emacs backport for
> Debian/Wheezy is the cause for some issues.
What's the 50 in 24.3.50.1? Is it a number used by Debian to do their
versioning? Or does it mean you're using an unreleased version of
Emacs? If it's the latter then that's probably the problem.
If not I'd try a different Emacs build. I'm using an old version of
XUbuntu with an Emacs from some PPA and it works fine.
BR,
Robert Thorpe
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2015-02-12 3:35 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <mailman.19740.1423708592.1147.help-gnu-emacs@gnu.org>
2015-02-12 3:35 ` gnuplot (was: Re: zsh outside of Emacs) Emanuel Berg
[not found] <mailman.19695.1423625299.1147.help-gnu-emacs@gnu.org>
2015-02-11 3:48 ` Emanuel Berg
2015-02-12 2:36 ` Robert Thorpe
2015-02-07 11:50 zsh outside of Emacs (was: Why do we need a number of different terminal modes in Emacs?) Karl Voit
2015-02-07 20:51 ` Robert Thorpe
[not found] ` <mailman.19583.1423488667.1147.help-gnu-emacs@gnu.org>
2015-02-10 0:22 ` Emanuel Berg
[not found] ` <mailman.19666.1423566011.1147.help-gnu-emacs@gnu.org>
2015-02-11 0:58 ` gnuplot (was: Re: zsh outside of Emacs) Emanuel Berg
2015-02-11 3:28 ` Robert Thorpe
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).