all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Alan Schmitt <alan.schmitt@polytechnique.org>
To: 16619@debbugs.gnu.org
Subject: bug#16619: 24.4.1; REGRESSION: transparent *Completions*
Date: Wed, 26 Nov 2014 22:33:56 +0100	[thread overview]
Message-ID: <m28uixy7cr.fsf@polytechnique.org> (raw)
In-Reply-To: <f493591a-9338-48eb-818e-5fb916368318@default>

Hello,

I'm seeing the same problem that Drew was having, on an OS X version of
emacs (compiled from https://github.com/railwaycat/emacs-mac-port). Here
is the adapted recipe to reproduce it.

Create a file ~/tmp/initone.el with the following

--8<---------------cut here---------------start------------->8---
(defvar 1on1-minibuffer-frame-alist
  (list
   (cons 'font "Monaco-12")
   (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))
--8<---------------cut here---------------end--------------->8---

Launch emacs with the following command:

open -n /Applications/Emacs.app --args -Q -l ~/tmp/initone.el -f "1on1-emacs"

After starting Emacs, do `M-x forw TAB TAB'.  The *Completions* frame is
transparent.

Things work again if I set frame-alpha-lower-limit to 100.

As the fix for Drew's issue was in w32fns.c, I suspect similar code is
broken in OS X.

Best,

Alan






  parent reply	other threads:[~2014-11-26 21:33 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
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 ` Alan Schmitt [this message]
2014-11-26 21:52   ` bug#16619: 24.4.1; REGRESSION: transparent *Completions* 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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m28uixy7cr.fsf@polytechnique.org \
    --to=alan.schmitt@polytechnique.org \
    --cc=16619@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.