From: Drew Adams <drew.adams@oracle.com>
To: Daniel Colascione <dancol@dancol.org>, 16619@debbugs.gnu.org
Subject: bug#16619: 24.3.50; REGRESSION: transparent *Completions* now
Date: Sat, 1 Feb 2014 20:01:58 -0800 (PST) [thread overview]
Message-ID: <b2184adc-8f30-4b85-9f71-e4bc5e048724@default> (raw)
In-Reply-To: <52ED8CC8.4090408@dancol.org>
> Yep, it's a regression. Looking at the change list, it's still not
> clear to me what causes it, and I haven't tried to repro yet. It'd be
> helpful if you could come up with a minimum configuration delta
> (relative to emacs -Q) that triggers the issue.
OK, here is a pretty minimal recipe to repro from emacs -Q.
Use this as your startup command:
runemacs.exe -Q -l "onetest.el" -f "1on1-emacs"
And put this in file onetest.el:
----------------8<-----------------
(provide 'oneonone)
(require 'oneonone)
(defvar 1on1-minibuffer-frame-alist
(list
(cons 'font "-*-Lucida Console-normal-r-*-*-14-*-*-*-c-*-iso8859-1"
;; If use this instead then the problem goes away.
;; "-Misc-Fixed-Medium-R-Normal--15-*-*-*-C-90-ISO8859-1"
)
(cons 'height 2)
(cons 'minibuffer 'only)))
(defun 1on1-emacs ()
""
(interactive)
(setq default-frame-alist (list (cons 'minibuffer nil)))
(setq pop-up-frames t)
(setq minibuffer-frame-alist 1on1-minibuffer-frame-alist)
(make-frame 1on1-minibuffer-frame-alist)
(setq minibuffer-auto-raise t)
(setq w32-grab-focus-on-raise nil))
----------------8<-----------------
After starting Emacs, do `M-x forw TAB'. The *Completions*
frame is transparent.
And if you change the font, per the comment, then the bug
goes away. This is on MS Windows, where I have font Lucida
Console installed.
next prev parent reply other threads:[~2014-02-02 4:01 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-01 23:11 bug#16619: 24.3.50; REGRESSION: transparent *Completions* now Drew Adams
2014-02-01 23:38 ` Daniel Colascione
2014-02-01 23:46 ` Juanma Barranquero
2014-02-02 0:06 ` Drew Adams
2014-02-02 0:09 ` Daniel Colascione
2014-02-02 4:01 ` Drew Adams [this message]
2014-02-02 6:39 ` Juanma Barranquero
2014-02-02 13:19 ` martin rudalics
2014-02-02 13:19 ` martin rudalics
2014-02-02 15:41 ` Drew Adams
2014-02-02 16:04 ` Drew Adams
2014-02-01 23:57 ` Drew Adams
2014-11-26 21:33 ` bug#16619: 24.4.1; REGRESSION: transparent *Completions* Alan Schmitt
2014-11-26 21:52 ` Glenn Morris
2014-11-27 7:56 ` Alan Schmitt
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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=b2184adc-8f30-4b85-9f71-e4bc5e048724@default \
--to=drew.adams@oracle.com \
--cc=16619@debbugs.gnu.org \
--cc=dancol@dancol.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 public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).