all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* minibuffer-frame-alist
@ 2006-12-30 15:30 christop
  2006-12-30 15:54 ` minibuffer-frame-alist Drew Adams
       [not found] ` <mailman.2549.1167494138.2155.help-gnu-emacs@gnu.org>
  0 siblings, 2 replies; 3+ messages in thread
From: christop @ 2006-12-30 15:30 UTC (permalink / raw)


Hi,
I've got this in my "dot emacs".

Le line concerning "minibuffer frame" has no incidence:
it doesn't do any thing.
I would like it does.
Has anyone got any idea what can go wrong?

Ch.

PS: I dit this with "customize" that doesn't do any thing concerning
this particular point, ignoring what I say. The rest is ok. It does
as it is likely to do.

(custom-set-variables
  ;; custom-set-variables was added by Custom -- don't edit or
cut/paste it!
  ;; Your init file should contain only one such instance.
 '(color-theme-legal-frame-parameters
"\\(color\\|mode\\|font\\|height\\|width\\)$")
 '(color-theme-selection "Taylor" nil (color-theme))
 '(default-frame-alist (quote ((font .
"-misc-fixed-medium-r-semicondensed--13-120-75-75-c-*-*-*") (reverse)
(menu-bar-lines . 0) (tool-bar-lines . 0) (background-color . "black")
(background-mode . dark) (border-color . "black") (cursor-color .
"red") (foreground-color . "wheat") (mouse-color . "black"))))
 '(minibuffer-frame-alist (quote ((width . 181) (height . 1) (left + 2)
(top - 6) (title . "Emacs Minibuffer") (background-color . "yellow")
(internal-border-width . 4) (cursor-color . "red")))))
(custom-set-faces
  ;; custom-set-faces was added by Custom -- don't edit or cut/paste
it!
  ;; Your init file should contain only one such instance.
 '(custom-face-tag-face ((t (:inherit variable-pitch :weight bold))))
 '(custom-group-tag-face ((t (:foreground "light blue" :weight bold))))
 '(custom-group-tag-face-1 ((t (:inherit variable-pitch :foreground
"pink" :weight bold))))
 '(custom-variable-tag-face ((t (:inherit variable-pitch :foreground
"light blue" :weight bold))))
 '(variable-pitch ((t (:inherit default)))))

^ permalink raw reply	[flat|nested] 3+ messages in thread

* RE: minibuffer-frame-alist
  2006-12-30 15:30 minibuffer-frame-alist christop
@ 2006-12-30 15:54 ` Drew Adams
       [not found] ` <mailman.2549.1167494138.2155.help-gnu-emacs@gnu.org>
  1 sibling, 0 replies; 3+ messages in thread
From: Drew Adams @ 2006-12-30 15:54 UTC (permalink / raw)


> I've got this in my "dot emacs".
> Le line concerning "minibuffer frame" has no incidence:
> it doesn't do any thing.
> I would like it does.
>  '(minibuffer-frame-alist (quote ((width . 181) (height . 1) (left + 2)
> (top - 6) (title . "Emacs Minibuffer") (background-color . "yellow")
> (internal-border-width . 4) (cursor-color . "red")))))

The variable gets set by what you do, but you did not create a minibuffer
frame. The alist by itelf does nothing. If you create a minibuffer frame,
the alist will apply to it.

>From the Elisp manual, node Initial Frame Parameters:

 -- Variable: initial-frame-alist
...
 If these parameters specify a separate minibuffer-only frame with
`(minibuffer . nil)', and you have not created one, Emacs creates one
for you.

 -- Variable: minibuffer-frame-alist
     This variable's value is an alist of parameter values used when
     creating an initial minibuffer-only frame--if such a frame is
     needed, according to the parameters for the main initial frame.

As an example, this library creates a minibuffer frame:
http://www.emacswiki.org/cgi-bin/wiki/oneonone.el (doc here:
http://www.emacswiki.org/cgi-bin/wiki/OneOnOneEmacs).

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: minibuffer-frame-alist
       [not found] ` <mailman.2549.1167494138.2155.help-gnu-emacs@gnu.org>
@ 2006-12-30 16:17   ` christop
  0 siblings, 0 replies; 3+ messages in thread
From: christop @ 2006-12-30 16:17 UTC (permalink / raw)


Thank you, it does answer my question.

Ch.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-12-30 16:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-30 15:30 minibuffer-frame-alist christop
2006-12-30 15:54 ` minibuffer-frame-alist Drew Adams
     [not found] ` <mailman.2549.1167494138.2155.help-gnu-emacs@gnu.org>
2006-12-30 16:17   ` minibuffer-frame-alist christop

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.