From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Davin Pearson Newsgroups: gmane.emacs.help Subject: Suggested font lock preferences for GNU Emacs Date: Fri, 8 Jul 2016 01:02:07 -0700 (PDT) Message-ID: <7184db3d-3990-4d23-8362-573c62056a4f@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1467965174 11761 80.91.229.3 (8 Jul 2016 08:06:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 8 Jul 2016 08:06:14 +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 Jul 08 10:05:54 2016 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 1bLQnH-0004PD-EK for geh-help-gnu-emacs@m.gmane.org; Fri, 08 Jul 2016 10:05:51 +0200 Original-Received: from localhost ([::1]:44156 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bLQnB-0001Yl-Mv for geh-help-gnu-emacs@m.gmane.org; Fri, 08 Jul 2016 04:05:45 -0400 X-Received: by 10.129.112.131 with SMTP id l125mr3977154ywc.5.1467964928165; Fri, 08 Jul 2016 01:02:08 -0700 (PDT) X-Received: by 10.36.133.10 with SMTP id r10mr61040itd.1.1467964928115; Fri, 08 Jul 2016 01:02:08 -0700 (PDT) Original-Path: usenet.stanford.edu!jk6no13747420igb.0!news-out.google.com!d68ni301ith.0!nntp.google.com!r1no13754971ige.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=115.189.103.52; posting-account=SVVH0AoAAABplEQzMkIR3gU7a0gK8IuF Original-NNTP-Posting-Host: 115.189.103.52 User-Agent: G2/1.0 Injection-Date: Fri, 08 Jul 2016 08:02:08 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:218417 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.help:110726 Archived-At: I would like to submit my screen shot for consideration by the developers of GNU Emacs as a replacement for the default Emacs fontification. http://davin.50webs.com/emacs-screen-shot.png Importantly the background colour if #f0f0f0 which makes it slightly darker than white, with the result that yellow background text (functions in my code) appears brighter then they would if a plain white background was used. In my code, Java style comments are in red bold italics. Ordinary Java commments are in dark green italics. Java keywords are in bold black. Numbers are in purple. Strings are with a blue background and white text. System.out.println statements are in green bold. true, false and null are in red bold. The above screen shot show fontification of my new langauge Java Training Wheels. Note the d-speedbar on the RHS of the screen. That was written by me as a replacement for the speedbar function that is build into GNU Emacs. I believe these choices of colours represent an improvement over Emacs' build in fontification and that is why I am submitting it for your consideration. I am using the same fontification preferences in my Website