[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #57523] [Feature Request] legend should accept
From: |
Guillaume |
Subject: |
[Octave-bug-tracker] [bug #57523] [Feature Request] legend should accept 2-letter abbreviations for "Location" property |
Date: |
Tue, 4 May 2021 17:21:48 -0400 (EDT) |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0 |
Follow-up Comment #2, bug #57523 (project octave):
>From further testing, it seems that one can remove all whitespace characters:
location = location(~isspace (location))
Shortened versions are accepted too as soon as they are unambiguous, e.g.
"northeasto" is fine but "northeas" is not. The acronym version mentioned in
the original submission takes precedence, i.e. "NO" is unambiguously
"NorthOutside". No whitespace are accepted with acronyms. This means that
expansion should take place first, followed by removing whitespace, and then
performing partial matching.
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?57523>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/