GNU bug report logs - #19178
11.88; 11.88 Xemacs 11.88 problem with env and labels

Previous Next

Package: auctex;

Reported by: Uwe Brauer <oub <at> mat.ucm.es>

Date: Tue, 25 Nov 2014 14:13:01 UTC

Severity: normal

Merged with 19199

Found in version 11.88

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

Bug is archived. No further changes may be made.

Full log


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

From: Mosè Giordano <mose <at> gnu.org>
To: Uwe Brauer <oub <at> mat.ucm.es>
Cc: 19178 <19178 <at> debbugs.gnu.org>
Subject: Re: bug#19178: [no label inserted]
Date: Tue, 25 Nov 2014 23:30:07 +0100
2014-11-25 19:06 GMT+01:00 Uwe Brauer <oub <at> mat.ucm.es>:
>
>    > 2014-11-25 15:52 GMT+01:00 Uwe Brauer <oub <at> mat.ucm.es>:
>
>    > See the documentation for `LaTeX-label-alist'
>    > (https://www.gnu.org/software/auctex/manual/auctex.html#index-LaTeX_002dlabel_002dalist)
>
>    >      If you want to automatically insert a label for a environment but
>    >      with an empty prefix, use the empty string '""' as the cdr of the
>    >      corresponding entry.
>
>    > so you should add an appropriate entry to that variable, probably
>    > '("rem" . "") or so.
>
> Well
>
> (defun LaTeX-rem-insert-old (environment)       ;Version:1.20
>   (if (y-or-n-p
>            (format "Do you want a title "))
>           (let ((title (read-input " Title: ")))
>                 (LaTeX-insert-environment "rem" (concat "[" title "]"))
>                 (and (LaTeX-label environment '("rem" . ""))
>                          (newline-and-indent)))
>     (LaTeX-insert-environment "rem")
>     (and (LaTeX-label environment '("rem" . ""))
>        (newline-and-indent))))
>
>
>  does not do anything as before, that is no label inserted.

I said to add '("rem" . "") to `LaTeX-label-alist' variable, not to
pass it as second argument of `LaTeX-label'.

Bye,
Mosè




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

Previous Next


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