GNU bug report logs - #20513
11.88.5; TeX-view-program-list generated in wrong format by Customize

Previous Next

Package: auctex;

Reported by: Дарио Ѓорѓевски <gjorgjevski.dario <at> yandex.com>

Date: Wed, 6 May 2015 15:53:01 UTC

Severity: normal

Found in version 11.88.5

Done: Mosè Giordano <mose <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


Message #20 received at 20513 <at> debbugs.gnu.org (full text, mbox):

From: Tassilo Horn <tsdh <at> gnu.org>
To: Mosè Giordano <mose <at> gnu.org>
Cc: Дарио Ѓорѓевски
 <gjorgjevski.dario <at> yandex.com>, 20513 <20513 <at> debbugs.gnu.org>
Subject: Re: bug#20513: 11.88.5;
 TeX-view-program-list generated in wrong format by Customize
Date: Thu, 07 May 2015 11:00:32 +0200
Mosè Giordano <mose <at> gnu.org> writes:

>> I think the problem is that the command part is a group of a choice
>> where one choice is a list again.  A group is a list, and list is a
>> list, so command parts will result in ((stuff)) where it should be
>> just (stuff).  So can't you simply remove the outer
>>
>>   (group :tag "Command parts"
>>
>> and that's it?
>
> That's what I thought, but why it used to work when the type was an
> alist?  Back then, also using command parts resulted in (stuff)
> instead of ((stuff)).  What am I missing?

alist does (cons key value), so if key is "Foo" and value is ((stuff)),
you get an alist entry (Foo (stuff)).

Bye,
Tassilo




This bug report was last modified 10 years and 13 days ago.

Previous Next


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