Control: retitle -1 info: prev-line and scroll-backward are buggy Control: found -1 6.8-4
Hi, On 2022-01-18 08:16:53 +0100, Hilmar Preuße wrote: > Am 24.05.2021 um 01:36 teilte Vincent Lefevre mit: > > Hi, > > > The info manual says: > > > > <DEL> ('scroll-backward') > > <PREVIOUS> > > Shift the text in this window down. The inverse of > > 'scroll-forward'. If you are at the start of a node, <DEL> takes > > you to the "previous" node, so that you can read an entire manual > > from finish to start by repeating <DEL>. The default scroll size > > can be changed by invoking the > > ('scroll-backward-page-only-set-window') command with a numeric > > argument. > > [...] > > > > Did the situation improve in 6.8? Same issue. I successively get: 5 Bugs 5.2 External libraries 5.1 known limitations 5 Bugs Note that in the /usr/share/info/gnuplot.info.gz file, around Bugs: ──────────────────────────────────────────────────────────────────────── File: gnuplot.info, Node: Terminal_types, Next: Bugs, Prev: Commands, Up: Top 4 Terminal types **************** * Menu: * complete_list_of_terminals:: File: gnuplot.info, Node: complete_list_of_terminals, Prev: Terminal_types, Up: Terminal_types 4.1 complete list of terminals ============================== Gnuplot supports a large number of output formats. These are selected by choosing an appropriate terminal type, possibly with additional modifying options. See *note terminal::. This document may describe terminal types that are not available to you because they were not configured or installed on your system. To see a list of terminals available on a particular gnuplot installation, type 'set terminal' with no modifiers. Terminals marked 'legacy' are not built by default in recent gnuplot versions and may not actually work. @c <3 - all terminal stuff is pulled from the .trm files * Menu: * Bugs:: File: gnuplot.info, Node: Bugs, Next: Concept_Index, Prev: Terminal_types, Up: Top 5 Bugs ****** Please e-mail bug reports to the gnuplot-bugs mailing list or upload the report to the gnuplot web site on SourceForge. Please give complete information on the version of gnuplot you are using and, if possible, a test script that demonstrates the bug. See 'seeking-assistance'. * Menu: * known_limitations:: * External_libraries:: File: gnuplot.info, Node: known_limitations, Next: External_libraries, Prev: Bugs, Up: Bugs 5.1 known limitations ===================== It is not possible to use inline data (e.g. plot '-' ...) inside the curly brackets of a 'do' or 'while' loop. X11 terminal: It is difficult to select UTF-8 fonts. Only one color palette at a time is active for any given x11 plot window. This means that multiplots whose constituent plots use different palettes will not display correctly in x11. Qt terminal: 3D rotation of polygons and surfaces can be slow; this is strongly affected by the Qt rendering mode (see Qt documentation). The *note raise:: and *note lower:: commands are unreliable. File: gnuplot.info, Node: External_libraries, Prev: known_limitations, Up: Bugs 5.2 External libraries ====================== External library GD (used by PNG/JPEG/GIF/sixelgd terminals, pixmap): Versions of libgd through 2.0.33 had various bugs in mapping the characters of Adobe's Symbol font. Dot-dash patterns are not supported for these terminals. External library PDFlib (used by PDF terminal, but not by pdfcairo): Gnuplot can be linked against libpdf versions 4, 5, or 6. However, these versions differ in their handling of piped I/O. Therefore gnuplot scripts using piped output to PDF may work only for some versions of PDFlib. Internationalization (locale settings): Gnuplot uses the C runtime library routine setlocale() to control locale-specific formatting of input and output number, times, and date strings. The locales available, and the level of support for locale features such as "thousands' grouping separator", depend on the internationalization support provided by your individual machine. External library libcerf versions 1.8 1.9 1.10 return incorrect results for the voigt function. Do not use. File: gnuplot.info, Node: Concept_Index, Next: Command_Index, Prev: Bugs, Up: Top Concept Index ************* ──────────────────────────────────────────────────────────────────────── Moreover, when the cursor is above Next: Concept_Index, Prev: Terminal_types, Up: Top in "5 Bugs", if I type the up arrow, I'm also sent to "5.2 External libraries". So prev-line is affected too. -- Vincent Lefèvre <vinc...@vinc17.net> - Web: <https://www.vinc17.net/> 100% accessible validated (X)HTML - Blog: <https://www.vinc17.net/blog/> Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)