Re: [Fink-users] Emacs 25: gnuplot mode still missing

2016-10-13 Thread Ingo Thies
On 12.10.2016 23:22, Alexander Hansen wrote:
> 
>> On Oct 12, 2016, at 12:32, Ingo Thies  wrote:
>>
>> Hi all,
>>
>> after installing the most recent Emacs I hoped to get the gnuplot-mode
>> back. However, it still complains about missing gnuplot-mode file. I
>> remember that gnuplot-mode vanished about the time when gnuplot was
>> updated to version 5.0 (January 2015).
>>
>> If gnuplot support has been dropped from Fink, is there a way to
>> manually install the missing file?
>>
>> Best wishes,
>>
>> Ingo
>> -- 
>> ==
>> Ingo Thies, PhD
>> AIfA/HISKP
>> University of Bonn
>> Auf dem Huegel 71, D-53121 Bonn, Germany
>> Tel : +49 (0)228 73-3659
>> Mail: ith...@astro.uni-bonn.de
>>
> 
> I think I see what’s going on here.  Gnuplot upstream changed what they 
> provide:
> 
> find /sw/src/fink.build/gnuplot-4.6.7-3/ -name *.el
> /sw/src/fink.build/gnuplot-4.6.7-3//gnuplot-4.6.7/docs/doc2texi.el
> /sw/src/fink.build/gnuplot-4.6.7-3//gnuplot-4.6.7/docs/gnuplot-eldoc.el
> /sw/src/fink.build/gnuplot-4.6.7-3//gnuplot-4.6.7/lisp/dot.el
> /sw/src/fink.build/gnuplot-4.6.7-3//gnuplot-4.6.7/lisp/gnuplot-gui.el
> /sw/src/fink.build/gnuplot-4.6.7-3//gnuplot-4.6.7/lisp/gnuplot.el
> 
> find /sw/src/fink.build/gnuplot-wxcocoa-qtmac-5.0.5-1/ -name *.el
> /sw/src/fink.build/gnuplot-wxcocoa-qtmac-5.0.5-1//gnuplot-5.0.5/docs/doc2texi.el
> /sw/src/fink.build/gnuplot-wxcocoa-qtmac-5.0.5-1//gnuplot-5.0.5/docs/gnuplot-eldoc.el
> 
> I don’t see a configure option about building it, either, so the best option 
> might be just to remove it altogether.

You mean, abandon gnuplot mode completely? Or do you mean this as an
option to force a rebuild?


Best wishes,

Ingo
-- 
==
Ingo Thies, PhD
AIfA/HISKP
University of Bonn
Auf dem Huegel 71, D-53121 Bonn, Germany
Tel : +49 (0)228 73-3659
Mail: ith...@astro.uni-bonn.de

--
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Emacs 25: gnuplot mode still missing

2016-10-12 Thread Alexander Hansen

> On Oct 12, 2016, at 13:22, Peter Dyballa  wrote:
> 
> 
> Am 12.10.2016 um 21:32 schrieb Ingo Thies:
> 
>> If gnuplot support has been dropped from Fink, is there a way to
>> manually install the missing file?
> 
> Try to get
> 
> /sw/etc/emacs/site-start.d/50gnuplot.el
> /sw/share/emacs/site-lisp/gnuplot-mode/gnuplot-eldoc.el
> /sw/share/emacs/site-lisp/gnuplot-mode/gnuplot-gui.el
> /sw/share/emacs/site-lisp/gnuplot-mode/gnuplot.el
> 
> from a Time Machine backup or the old DEB files!
> 
> --
> Mit friedvollen Grüßen
> 
>  Pete
> 
> _oo o   o
>   _<< \\_/\_,   \\_ \\_/\_,
>  (*)/(*) (*)   (*) (*) `-(*)
> 
> 
> --
> Check out the vibrant tech community on one of the world's most 
> engaging tech sites, SlashDot.org! http://sdm.link/slashdot
> ___
> Fink-users mailing list
> Fink-users@lists.sourceforge.net
> List archive:
> http://news.gmane.org/gmane.os.macosx.fink.user
> Subscription management:
> https://lists.sourceforge.net/lists/listinfo/fink-users

That won’t work by itself (and gnuplot-4.6.7 is available as a normal Fink 
install if you want to try).  You’d also need to run the emacs integration 
script:

/sw/lib/emacsen-common/emacs-package-install gnuplot

No guarantees whether that would even work.

-- 
Alexander Hansen, Ph.D.
Fink User Liaison


--
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Emacs 25: gnuplot mode still missing

2016-10-12 Thread Alexander Hansen

> On Oct 12, 2016, at 12:32, Ingo Thies  wrote:
> 
> Hi all,
> 
> after installing the most recent Emacs I hoped to get the gnuplot-mode
> back. However, it still complains about missing gnuplot-mode file. I
> remember that gnuplot-mode vanished about the time when gnuplot was
> updated to version 5.0 (January 2015).
> 
> If gnuplot support has been dropped from Fink, is there a way to
> manually install the missing file?
> 
> Best wishes,
> 
> Ingo
> -- 
> ==
> Ingo Thies, PhD
> AIfA/HISKP
> University of Bonn
> Auf dem Huegel 71, D-53121 Bonn, Germany
> Tel : +49 (0)228 73-3659
> Mail: ith...@astro.uni-bonn.de
> 

I think I see what’s going on here.  Gnuplot upstream changed what they provide:

find /sw/src/fink.build/gnuplot-4.6.7-3/ -name *.el
/sw/src/fink.build/gnuplot-4.6.7-3//gnuplot-4.6.7/docs/doc2texi.el
/sw/src/fink.build/gnuplot-4.6.7-3//gnuplot-4.6.7/docs/gnuplot-eldoc.el
/sw/src/fink.build/gnuplot-4.6.7-3//gnuplot-4.6.7/lisp/dot.el
/sw/src/fink.build/gnuplot-4.6.7-3//gnuplot-4.6.7/lisp/gnuplot-gui.el
/sw/src/fink.build/gnuplot-4.6.7-3//gnuplot-4.6.7/lisp/gnuplot.el

find /sw/src/fink.build/gnuplot-wxcocoa-qtmac-5.0.5-1/ -name *.el
/sw/src/fink.build/gnuplot-wxcocoa-qtmac-5.0.5-1//gnuplot-5.0.5/docs/doc2texi.el
/sw/src/fink.build/gnuplot-wxcocoa-qtmac-5.0.5-1//gnuplot-5.0.5/docs/gnuplot-eldoc.el

I don’t see a configure option about building it, either, so the best option 
might be just to remove it altogether.








--
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Emacs 25: gnuplot mode still missing

2016-10-12 Thread Peter Dyballa

Am 12.10.2016 um 21:32 schrieb Ingo Thies:

> If gnuplot support has been dropped from Fink, is there a way to
> manually install the missing file?

Try to get

/sw/etc/emacs/site-start.d/50gnuplot.el
/sw/share/emacs/site-lisp/gnuplot-mode/gnuplot-eldoc.el
/sw/share/emacs/site-lisp/gnuplot-mode/gnuplot-gui.el
/sw/share/emacs/site-lisp/gnuplot-mode/gnuplot.el

from a Time Machine backup or the old DEB files!

--
Mit friedvollen Grüßen

  Pete

 _oo o   o
   _<< \\_/\_,   \\_ \\_/\_,
  (*)/(*) (*)   (*) (*) `-(*)


--
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users