GNU bug report logs -
#20882
24.3; The background color can't fill the buffer completely
Previous Next
Reported by: "Chen, Chien-ting" <chenjt30 <at> gmail.com>
Date: Tue, 23 Jun 2015 15:29:02 UTC
Severity: normal
Tags: moreinfo
Found in version 24.3
Done: Glenn Morris <rgm <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #11 received at submit <at> debbugs.gnu.org (full text, mbox):
I'm experiencing the same problem, so I might be able top contribute.
On Tue, Jun 23, 2015 at 11:41:13AM -0400, Glenn Morris wrote:
> Thanks, but rather than asking us to follow-up several external sources,
> please send us a self-contained, minimal, complete example that starts
> from emacs -Q.
This managed to reproduce it for me:
```
emacs -Q -l reproduce.el
```
Where reproduce.el is:
```
(require 'package)
(add-to-list 'package-archives
'("melpa" . "http://melpa.org/packages/"))
(package-initialize)
(package-refresh-contents)
(package-install 'moe-theme)
(require 'moe-theme)
(moe-dark)
```
The operating system is openSUSE 13.2, running latest Emacs (from master).
--
Zack Piper <zack <at> apertron.net> http://apertron.net
This bug report was last modified 8 years and 226 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.