help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

minibuffer-frame-alist


From: christop
Subject: minibuffer-frame-alist
Date: 30 Dec 2006 07:30:54 -0800
User-agent: G2/1.0

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)))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]