unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Stefan Kangas <stefankangas@gmail.com>
To: william.emerson.tower@gmail.com
Cc: John Eaton <jwe@octave.org>,
	63428@debbugs.gnu.org, Leo Liu <sdl.web@gmail.com>
Subject: bug#63428: 29.0.60; Octave Mode: Interacting with plots
Date: Wed, 6 Sep 2023 13:27:38 -0700	[thread overview]
Message-ID: <CADwFkm=0GBQHtBr2c6dzTiW8eP+Yk_JCyAayrO6MHYqqUdyj7w@mail.gmail.com> (raw)
In-Reply-To: <87pm77ewim.fsf@gmail.com> (william emerson tower's message of "Wed, 10 May 2023 16:56:01 -0400")

william.emerson.tower@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.





  reply	other threads:[~2023-09-06 20:27 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-10 20:56 bug#63428: 29.0.60; Octave Mode: Interacting with plots william.emerson.tower
2023-09-06 20:27 ` Stefan Kangas [this message]
2023-09-07  6:37   ` Leo Liu
2023-12-22 10:15     ` Stefan Kangas

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CADwFkm=0GBQHtBr2c6dzTiW8eP+Yk_JCyAayrO6MHYqqUdyj7w@mail.gmail.com' \
    --to=stefankangas@gmail.com \
    --cc=63428@debbugs.gnu.org \
    --cc=jwe@octave.org \
    --cc=sdl.web@gmail.com \
    --cc=william.emerson.tower@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).