Skip to content

Commit d4b9006

Browse files
committed
Fix problems with texi
1 parent 486eb01 commit d4b9006

File tree

3 files changed

+423
-415
lines changed

3 files changed

+423
-415
lines changed

README.org

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,3 +155,11 @@ by doing =pause -1 "Hit return"= or similar.
155155
** Issue with Unicode Character Display
156156

157157
Some users have reported [[https://github.com/emacs-gnuplot/gnuplot/issues/39][issues when trying to display unicode characters]]. This issue is likely due to your distribution bundling gnuplot with [[https://unix.stackexchange.com/questions/496206/unicode-in-gnuplot-terminal/496245#496245][editline instead of readline]]. Recompiling the source with support for unicode should fix the issue until this issue is fixed upstream. Thanks to [[https://github.com/rolandog][rolandog]] for discovering this fix.
158+
159+
* Maintenance
160+
161+
Regenerate gnuplot.texi and gnuplot-eldoc.el from the Gnuplot source.
162+
163+
1. ~emacs -batch -l doc2texi.el -f d2t-doc-to-texi~ inside the gnuplot-*/docs/ directory
164+
2. ~makeinfo --no-split gnuplot.texi~ and ensure that it compiles cleanly
165+
3. ~install-info --dir=dir *.info~ to generate dir file

0 commit comments

Comments
 (0)