On Thu, Apr 27, 2017 at 12:56:35PM +0200, Benno Schulenberg wrote: > > To reproduce, make a .infokey file with: > > #var > match-style="red,bold" > > Then run: info/ginfo info > Segmentation fault. > > The quotes may not be necessary, > but... to choke and die on them?
It is not the quotes per se but the fact that the variable ends up with an "empty" value. #var match-style= crashes too. I've fixed it now so it doesn't crash. Thanks for testing this. I don't think it is necessary to have any special support for quoting variable values.
