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

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

bug#23755: 25.0.95; Emacs 25.0.95 Line number is in fringe


From: Eli Zaretskii
Subject: bug#23755: 25.0.95; Emacs 25.0.95 Line number is in fringe
Date: Fri, 17 Jun 2016 10:21:01 +0300

> From: James Nguyen <ja.nguyen@gmail.com>
> Date: Thu, 16 Jun 2016 22:50:56 -0700
> Cc: Alan Third <alan@idiocy.org>,
>  23755@debbugs.gnu.org
> 
> A combination of that package (smart-mode-line) and setting a box around the 
> mode line is what does it.
> 
>   (defun j/make-modeline-taller ()
>     "Make the mode line taller."
>     (dolist (sym '(mode-line mode-line-inactive))
>       (set-face-attribute
>        sym nil
>        :box `(:line-width 2 :color ,(face-attribute `,sym :background)))))

Sorry, still not reproducible.  Maybe there's something else to be
done?  Here's the complete recipe I used, after downloading
smart-mode-line and rich-minority which it requires:

  emacs -Q
  (add-to-list 'load-path "/path/to/smart-mode-line-master")
  (load-library "smart-mode-line")
  (sml/setup)
  (dolist (sym '(mode-line mode-line-inactive))
        (set-face-attribute
         sym nil
         :box `(:line-width 2 :color ,(face-attribute `,sym :background))))

I see no display problems in the mode line after the above.





reply via email to

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