Skip to content

Glulx Entry Points command pasting is not invoked, preventing hyperlink extensions from working #65

@EvanBalster

Description

@EvanBalster

I'm trying to use the Inline Hyperlinks extension with the Flexible Windows extension and I've hit an impasse. The latter needs a newer version of Glulx Entry Points than the one which is stocked with Inform; the former stops working when the latest Glulx Entry Points are installed.

My attempts at debugging suggest that Inline Hyperlinks' behavior doesn't change much. It invokes the following Inform 6 code when clicking links, but the glulx replacement command is never processed:

if (glk_gestalt(gestalt_Hyperlinks, 0)) glk_request_hyperlink_event(gg_mainwin);

This thread suggests the issue also affected an earlier version of Glulx Entry Points, although that version also appears to depend on Dannii Willis' additions.

https://intfiction.org/t/inline-hyperlinks-is-broken-update-not-flexible-windows/11047/7

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions