GNU bug report logs - #10354
24.0.92; `window-min-height' is no longer DEFVAR_INT

Previous Next

Package: emacs;

Reported by: martin rudalics <rudalics <at> gmx.at>

Date: Fri, 23 Dec 2011 10:52:01 UTC

Severity: normal

Found in version 24.0.92

Done: Juanma Barranquero <lekktu <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Juanma Barranquero <lekktu <at> gmail.com>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#10354: closed (24.0.92; `window-min-height' is no longer
 DEFVAR_INT)
Date: Fri, 23 Dec 2011 13:17:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Fri, 23 Dec 2011 14:13:02 +0100
with message-id <CAAeL0SRBLYDzPUOiDrX3fOPqm+ovRpXvpwm4EGCbDVGS=kdfmQ <at> mail.gmail.com>
and subject line Re: bug#10354: 24.0.92; `window-min-height' is no longer DEFVAR_INT
has caused the debbugs.gnu.org bug report #10354,
regarding 24.0.92; `window-min-height' is no longer DEFVAR_INT
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
10354: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=10354
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: martin rudalics <rudalics <at> gmx.at>
To: Bug-Gnu-Emacs <bug-gnu-emacs <at> gnu.org>
Subject: 24.0.92; `window-min-height' is no longer DEFVAR_INT
Date: Fri, 23 Dec 2011 11:49:15 +0100
Section 11.14 Variables with Restricted Values of the Elisp manual
contains the following text:


   Variables of type `DEFVAR_INT' can only take on integer values.
Attempting to assign them any other value will result in an error:

     (setq window-min-height 5.0)
     error--> Wrong type argument: integerp, 5.0


This text is no longer valid since `window-min-height' is now defined in
window.el.

martin


[Message part 3 (message/rfc822, inline)]
From: Juanma Barranquero <lekktu <at> gmail.com>
To: martin rudalics <rudalics <at> gmx.at>
Cc: 10354-done <at> debbugs.gnu.org
Subject: Re: bug#10354: 24.0.92; `window-min-height' is no longer DEFVAR_INT
Date: Fri, 23 Dec 2011 14:13:02 +0100
> This text is no longer valid since `window-min-height' is now defined in
> window.el.

Fixed. I've used undo-limit.

    Juanma


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

Previous Next


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