From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Oleksandr Gavenko Newsgroups: gmane.emacs.help Subject: Re: How to disable font-lock-mode in minibuffer? Date: Fri, 15 Mar 2013 23:48:40 +0200 Organization: Oleksandr Gavenko , http://gavenkoa.users.sf.net Message-ID: <871ubgcp1j.fsf@gavenkoa.example.com> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1363384151 15528 80.91.229.3 (15 Mar 2013 21:49:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 15 Mar 2013 21:49:11 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Mar 15 22:49:36 2013 Return-path: Envelope-to: geh-help-gnu-emacs@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 1UGcVL-0004c7-Pa for geh-help-gnu-emacs@m.gmane.org; Fri, 15 Mar 2013 22:49:35 +0100 Original-Received: from localhost ([::1]:36427 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UGcUz-0007Iv-6N for geh-help-gnu-emacs@m.gmane.org; Fri, 15 Mar 2013 17:49:13 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:58215) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UGcUo-0007IZ-Az for help-gnu-emacs@gnu.org; Fri, 15 Mar 2013 17:49:04 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UGcUn-0004RM-Ey for help-gnu-emacs@gnu.org; Fri, 15 Mar 2013 17:49:02 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:52982) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UGcUn-0004RA-8S for help-gnu-emacs@gnu.org; Fri, 15 Mar 2013 17:49:01 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UGcV1-0004Hl-Pq for help-gnu-emacs@gnu.org; Fri, 15 Mar 2013 22:49:15 +0100 Original-Received: from 5.248.35.167 ([5.248.35.167]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 15 Mar 2013 22:49:15 +0100 Original-Received: from gavenkoa by 5.248.35.167 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 15 Mar 2013 22:49:15 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 22 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 5.248.35.167 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux) Cancel-Lock: sha1:i47muQvGELgRveJV5HKngFrhVrg= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:89547 Archived-At: On 2013-03-13, Alexandre Oberlin wrote: > Hi all, > > I am currently using GNU Emacs 24.2.1 (i686-pc-cygwin). I'll never thank > Cygwin enough for making Windows usable when you have no way out. > > I currently have an accessibility problem with the font-lock-mode. I only have > basic colors in Cygwin, and blue on black and red on black are quite difficult > for me to read. I know how to toggle font-lock-mode in normal buffers by just > running "font-lock-mode", but not in the minibuffer. I tried to investigate > but no avail and I'm in a rush for work. > I prefer to use "M-x list-faces-display" for it visual verbosity and ability to search by C-s (and edit face by RET). Also I recommend to use Cygwin Mintty terminal emulator (run Emacs in it). That take you 256-colour instead of 8! -- Best regards!