From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "christop" Newsgroups: gmane.emacs.help Subject: minibuffer-frame-alist Date: 30 Dec 2006 07:30:54 -0800 Organization: http://groups.google.com Message-ID: <1167492654.223097.3580@48g2000cwx.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: sea.gmane.org 1167493281 17627 80.91.229.12 (30 Dec 2006 15:41:21 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 30 Dec 2006 15:41:21 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Dec 30 16:41:21 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1H0gKj-0000nd-RR for geh-help-gnu-emacs@m.gmane.org; Sat, 30 Dec 2006 16:41:18 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H0gKj-0005rU-C4 for geh-help-gnu-emacs@m.gmane.org; Sat, 30 Dec 2006 10:41:17 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!48g2000cwx.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 41 Original-NNTP-Posting-Host: 83.112.175.36 Original-X-Trace: posting.google.com 1167492660 30130 127.0.0.1 (30 Dec 2006 15:31:00 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Sat, 30 Dec 2006 15:31:00 +0000 (UTC) User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.8.0.7) Gecko/20060830 Firefox/1.5.0.7 (Debian-1.5.dfsg+1.5.0.7-2),gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: 48g2000cwx.googlegroups.com; posting-host=83.112.175.36; posting-account=vm9nwg0AAAAscHm3tWNDBuO0ch6lMf4L Original-Xref: shelby.stanford.edu gnu.emacs.help:144429 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:40031 Archived-At: 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)))))