emacs-pretest-bug
[Top][All Lists]
Advanced

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

Re: customize - convenience group changes frame fringe setting


From: Richard Stallman
Subject: Re: customize - convenience group changes frame fringe setting
Date: Sun, 10 Oct 2004 11:16:37 -0400

    M-x customize

    click Convenience group -- The (same) frame now has fringe again (BUG).

I tracked this down.  It is because loading the file `fringe'
executes the defcustom for fringe-mode, which calls its :set
function, set-fringe-mode-1.

It is fixed by the patch below.  However, what does it mean when the
value of fringe-mode disagrees with the frame parameter values in
default-frame-parameters?



*** fringe.el   29 Sep 2004 12:43:08 -0400      1.12
--- fringe.el   10 Oct 2004 09:32:32 -0400      
***************
*** 138,143 ****
--- 138,144 ----
                       (integer :tag "Right width")))
    :group 'frames
    :require 'fringe
+   :initialize 'custom-initialize-set
    :set 'set-fringe-mode-1)
  
  (defun fringe-query-style (&optional all-frames)




reply via email to

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