emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 23.0.50; bug in customisation interface


From: martin rudalics
Subject: Re: 23.0.50; bug in customisation interface
Date: Wed, 19 Dec 2007 14:24:21 +0100
User-agent: Mozilla Thunderbird 1.0 (Windows/20041206)

Could you try with the attached patch (you have to remake Emacs).

*** cus-start.el.~1.113.~       Sun Oct 28 03:40:58 2007
--- cus-start.el        Wed Dec 19 14:20:36 2007
***************
*** 39,45 ****
             (gc-cons-threshold alloc integer)
             (garbage-collection-messages alloc boolean)
             ;; buffer.c
!            (mode-line-format modeline sexp) ;Hard to do right.
             (default-major-mode internal function)
             (enable-multibyte-characters mule boolean)
             (case-fold-search matching boolean)
--- 39,45 ----
             (gc-cons-threshold alloc integer)
             (garbage-collection-messages alloc boolean)
             ;; buffer.c
!            (mode-line-format mode-line sexp) ;Hard to do right.
             (default-major-mode internal function)
             (enable-multibyte-characters mule boolean)
             (case-fold-search matching boolean)
***************
*** 364,371 ****
             (hscroll-margin windows integer "22.1")
             (hscroll-step windows number "22.1")
             (truncate-partial-width-windows display boolean)
!            (mode-line-inverse-video modeline boolean)
!            (mode-line-in-non-selected-windows modeline boolean "22.1")
             (line-number-display-limit display
                                        (choice integer
                                                (const :tag "No limit" nil)))
--- 364,371 ----
             (hscroll-margin windows integer "22.1")
             (hscroll-step windows number "22.1")
             (truncate-partial-width-windows display boolean)
!            (mode-line-inverse-video mode-line boolean)
!            (mode-line-in-non-selected-windows mode-line boolean "22.1")
             (line-number-display-limit display
                                        (choice integer
                                                (const :tag "No limit" nil)))

reply via email to

[Prev in Thread] Current Thread [Next in Thread]