octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #44095] readline configuration - tab autocompl


From: Libor Morkovsky
Subject: [Octave-bug-tracker] [bug #44095] readline configuration - tab autocompletion of paths
Date: Mon, 12 Oct 2015 08:29:21 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36

Follow-up Comment #13, bug #44095 (project octave):

The -Wreorder warnings are not a big deal, they're telling you that the order
of initialization of members is not the one you use in initializer list of the
constructor, but rather follows the order of the declarations, see
http://stackoverflow.com/questions/1828037/whats-the-point-of-g-wreorder

There is no interdependency between the member fields, so you can try to
reorder the initializer list to get rid of this warning.

Regarding the extension of this patch to user defined commands - I'd say that
the current patch on it's own brings enough value to most of the users, so I'd
consider the "dynamic" list a separate issue. 

Having said that, the implementation would probably be quite straightforward,
just keep the same list inside the 'octave' language, allowing the user to
modify it at will. But there comes the need for some extensive validation...

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?44095>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]