From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Recent commit modifying mark-whole-buffer (master/aeb613ea95b7970e66d663ec5cba54e9ec0528fa) Date: Sat, 30 Apr 2016 08:23:22 +0300 Message-ID: <83r3dnvfed.fsf@gnu.org> References: < <87lh3x4dkb.fsf@gnus.org> <83wpngx69z.fsf@gnu.org>>> <<87fuu4bo3y.fsf@gnus.org> <83inz0wprx.fsf@gnu.org>>> <<87shy4a8d4.fsf@gnus.org> <83fuu4wnmm.fsf@gnu.org>>> <<87y47w5w0p.fsf@gnus.org>> <83bn4swdif.fsf@gnu.org>> <0943fde5-ec4e-40f5-85da-6cfe258f0513@default> <83y47wuqvg.fsf@gnu.org>> <<87eg9ouq24.fsf@gnus.org>> <<83shy4ups9.fsf@gnu.org>> <86e5d397-b01c-4e74-8deb-1a71192f62dc@default> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1461993881 25433 80.91.229.3 (30 Apr 2016 05:24:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 30 Apr 2016 05:24:41 +0000 (UTC) Cc: larsi@gnus.org, Stephan.Mueller@microsoft.com, emacs-devel@gnu.org To: Drew Adams Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Apr 30 07:24:40 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1awNOR-0006b7-E9 for ged-emacs-devel@m.gmane.org; Sat, 30 Apr 2016 07:24:39 +0200 Original-Received: from localhost ([::1]:57396 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1awNON-0003z2-Ml for ged-emacs-devel@m.gmane.org; Sat, 30 Apr 2016 01:24:35 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:43674) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1awNOF-0003np-CJ for emacs-devel@gnu.org; Sat, 30 Apr 2016 01:24:33 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1awNNu-0005Th-Fq for emacs-devel@gnu.org; Sat, 30 Apr 2016 01:24:21 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:48893) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1awNNj-0005Ps-S4; Sat, 30 Apr 2016 01:23:55 -0400 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:1547 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1awNNc-00007u-L1; Sat, 30 Apr 2016 01:23:49 -0400 In-reply-to: <86e5d397-b01c-4e74-8deb-1a71192f62dc@default> (message from Drew Adams on Fri, 29 Apr 2016 14:48:48 -0700 (PDT)) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:203436 Archived-At: > Date: Fri, 29 Apr 2016 14:48:48 -0700 (PDT) > From: Drew Adams > Cc: emacs-devel@gnu.org, drew.adams@oracle.com, Stephan.Mueller@microsoft.com > > > > (read-from-minibuffer (concat "What " (propertize "do you want" 'face > > > 'bold))) > > > > So, more than one face, one each for every part of the prompt? > > Maybe. Depends on what you need/want. > > It's not the minibuffer, but see attached screenshots of > isearch prompts (from `isearch+.el'). > > The screenshots with the white background show the default > faces. AFAICT, those don't show minibuffer prompts at all. And you evidently have succeeded to put faces you want there. So once again, I don't think I understand what is it that you are looking for, in terms of faces.