GNU bug report logs - #63428
29.0.60; Octave Mode: Interacting with plots

Previous Next

Package: emacs;

Reported by: william.emerson.tower <at> gmail.com

Date: Wed, 10 May 2023 21:01:02 UTC

Severity: normal

Tags: moreinfo

Found in version 29.0.60

Done: Stefan Kangas <stefankangas <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Stefan Kangas <stefankangas <at> gmail.com>
To: william.emerson.tower <at> gmail.com
Cc: John Eaton <jwe <at> octave.org>, 63428 <at> debbugs.gnu.org, Leo Liu <sdl.web <at> gmail.com>
Subject: bug#63428: 29.0.60; Octave Mode: Interacting with plots
Date: Wed, 6 Sep 2023 13:27:38 -0700
william.emerson.tower <at> gmail.com writes:

> --------------------------------------------------------------------------------
>
> In /emacs/29.0.60/lisp/progmodes/octave.el line 658:
>
> (defcustom inferior-octave-startup-args '("-i" "--no-line-editing")
>  "List of command line arguments for the inferior Octave process.
> For example, for suppressing the startup message and using `traditional'
> mode, include \"-q\" and \"--traditional\"."
>  :type '(repeat string)
>  :version "24.4")
>
> should instead pass the argument --line-editing, so:
>
> (defcustom inferior-octave-startup-args '("-i" "--line-editing")
>  "List of command line arguments for the inferior Octave process.
> For example, for suppressing the startup message and using `traditional'
> mode, include \"-q\" and \"--traditional\"."
>  :type '(repeat string)
>  :version "24.4")
>
>
> Failure to do so results in the user not being able to interact with
> generated graphs and figures with the mouse or keyboard. Which is very
> frustrating!

Leo or John, could you perhaps comment on the above?  Thanks in advance.




This bug report was last modified 350 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.