[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#19178: closed (Re: bug#19178: 11.88; 11.88 Xemacs 11.88 problem with
From: |
Uwe Brauer |
Subject: |
bug#19178: closed (Re: bug#19178: 11.88; 11.88 Xemacs 11.88 problem with env and labels) |
Date: |
Thu, 27 Nov 2014 11:39:25 +0100 |
User-agent: |
Gnus/5.13001 (Ma Gnus v0.10) XEmacs/21.5-b33 (linux) |
>> "Mos" == Mos <Mos> writes:
>> - ""))))
>> + ""))
>> + ((nullp type)
>> + "")))
> ^^^^
> Sorry, I meant nil instead of ""
Hi
I modified (hopefully correctly) your patch, applied it
then used my old definitions such as
(defun LaTeX-rem-insert (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)
(newline-and-indent)))
(LaTeX-insert-environment "rem")
(and (LaTeX-label environment)
(newline-and-indent))))
and got an error. I attach the modified patch, and the error
regards
Uwe
bug2.txt
Description: Text document
latex-label.patch
Description: Text Data