On Thu, 29 Sep 2016, Sven Schreiber wrote:
Hi,
I'm trying to edit one of my locally stored function packages. In particular
I click the button "Add/remove functions" in the edit window, I get the next
window with the function lists, and I remove (by clicking the red arrow) one
of the private helper functions, then click OK. This action has no effect
AFAICS.
The save gfn option under the save button is greyed out, as if I hadn't
changed anything.
This is with a fairly recent snapshot on Windows.
Hmm, would you mind sending me a copy of the gfn file? I just tried
this on a package of my own and after removing a private function the
Save button becomes active. BTW, there's also a little debugging on
stderr:
original: finfo->n_pub=3, finfo->n_priv=5
revised: finfo->n_pub=3, finfo->n_priv=4
indicating that gretl has got the message about a change.
Allin