[Bug-AUCTeX] bug#19178: 11.88; 11.88 Xemacs 11.88 problem with env and labels

2014-11-25 Thread Mosè Giordano
Hi Uwe, 2014-11-25 15:11 GMT+01:00 Uwe Brauer : > > > Hello > > I used for years the following function > > (defun LaTeX-rem-insert (environment) ;Version:1.20 > (if (y-or-n-p >(format "Do you want a title ")) > (let ((title (read-input " Title: "))) > (La

[Bug-AUCTeX] bug#19178: 11.88; 11.88 Xemacs 11.88 problem with env and labels

2014-11-25 Thread Uwe Brauer
Hello I used for years the following function (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 "]"))