GNU bug report logs - #22417
Self parsing bug

Previous Next

Package: auctex;

Reported by: andreas.tjarnberg <at> fripost.org

Date: Wed, 20 Jan 2016 21:11:01 UTC

Severity: normal

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

Bug is archived. No further changes may be made.

Full log


Message #22 received at 22417-done <at> debbugs.gnu.org (full text, mbox):

From: Mosè Giordano <mose <at> gnu.org>
To: andreas.tjarnberg <at> fripost.org
Cc: 22417-done <at> debbugs.gnu.org
Subject: Re: bug#22417: Self parsing bug
Date: Wed, 20 Jan 2016 23:06:38 +0100
Hi Andreas,

2016-01-20 22:50 GMT+01:00  <andreas.tjarnberg <at> fripost.org>:
> looking in the file
> auctex/style/subfigure.el i found the following setq command that fails when
> I try to execute it with the same error as i got before.
>
>    ;; Install completion for labels:
>    (setq TeX-complete-list
>          (append
>           '(("\\\\[Ss]ubref{\\([^{}\n\r\\%,]*\\)" 1 LaTeX-label-list "}")))
>           TeX-complete-list)
>
> maybe this is what causes the error. I don't understand why the error only
> happens for me though.

This was useful!  setq's syntax has been changed in Emacs 25 so that
it requires an even number of arguments, see the NEWS file, that's why
you get the error while I don't.  Anyway the previous setq was wrong,
as the last `TeX-complete-list' escaped outside `append' call.  Thanks
for spotting this bug!  Fixed with the latest commit.

Bye,
Mosè




This bug report was last modified 9 years and 127 days ago.

Previous Next


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