From: Zack Piper <zack@apertron.net>
To: 20882@debbugs.gnu.org
Subject: bug#20882: 24.3; The background color can't fill the buffer completely
Date: Wed, 24 Jun 2015 10:36:54 +0000 [thread overview]
Message-ID: <20150624103653.GA13131@apertron.net> (raw)
In-Reply-To: <uivbeeig9y.fsf@fencepost.gnu.org>
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@apertron.net> http://apertron.net
next prev parent reply other threads:[~2015-06-24 10:36 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-06-23 10:58 bug#20882: 24.3; The background color can't fill the buffer completely Chen, Chien-ting
2015-06-23 15:41 ` Glenn Morris
2015-06-24 10:36 ` Zack Piper [this message]
2015-06-24 15:09 ` Chen, Chien-ting
2015-06-27 0:28 ` Glenn Morris
2016-03-22 11:46 ` Andreas C. Osowski
2016-12-07 22:05 ` Glenn Morris
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150624103653.GA13131@apertron.net \
--to=zack@apertron.net \
--cc=20882@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.