* 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
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.