How can I make the jumps.htm work?
Using the lynx shortcut 'j' shows the prompt:
test jump file (? for list):
With Input of ? or d I get the message of:
Unknown target '?'
and
Unknown target 'd'
The lynx.cfg contains the following lines:
JUMP_PROMPT:Jump to (use '?' for list):
JUMPFILE:/home/user/my_lynx_config/jumps.htm:j:test jump file (? for list):
the jumps.htm is this:
<!-- X-URL: http://lynx.invisible-island.net/lynx_doc/samples/jumps.htm -->
<!-- Date: Tue, 28 Aug 2018 18:58:29 GMT -->
<!-- Last-Modified: Wed, 22 May 2013 00:37:22 GMT -->
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<meta name="generator" content=
"HTML Tidy for Linux (vers 25 March 2009), see www.w3.org">
<meta http-equiv="content-type" content=
"text/html; charset=us-ascii">
<title>Jumps file</title>
</head>
<body>
<dl>
<dt>?</dt>
<dd><a href="file:///~/.config/lynx/jumps.htm">This Shortcu
+t List</a></dd>
<dt>d</dt>
<dd><a href="http://www.duckduckgo.com/">DuckDuckGo</a></dd>
<dt>nf</dt>
<dd><a href="http://newsforge.com/">newsforge</a></dd>
<dt>sf</dt>
<dd><a href="http://sourceforge.net/">sourceforge</a></dd>
</dl>
</body>
</html>
I tried to:
- test the path of JUMPFILE:
- by changing it
- by using a non-existing path, which gives another message 'Alert!: Cannot locate jumpfile'
- modify the file jumps.htm which doesn't change anything
- removing all tags but , and
- changing the urls
- using the original sample file from http://lynx.invisible-island.net/lynx_doc/samples/jumps.htm - same result
- commenting the lynx.cfg-line: # JUMP_PROMPT:Jump to (use '?' for list):
The installed package is extra/lynx 2.8.9-2 from the manjaro stable repositories. But I faced this problem even in older versions. How can we get this working?