From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: egarrulo Newsgroups: gmane.emacs.help Subject: Re: Highlighting a missing final newline? Date: Tue, 22 Mar 2016 17:42:48 +0100 Message-ID: <56F17608.2010906@gmail.com> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1458665148 13703 80.91.229.3 (22 Mar 2016 16:45:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 22 Mar 2016 16:45:48 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Mar 22 17:45:48 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 1aiPRB-0003y0-Rk for geh-help-gnu-emacs@m.gmane.org; Tue, 22 Mar 2016 17:45:45 +0100 Original-Received: from localhost ([::1]:38414 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aiPRB-0006F8-Es for geh-help-gnu-emacs@m.gmane.org; Tue, 22 Mar 2016 12:45:45 -0400 Original-Path: usenet.stanford.edu!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 12 Original-X-Trace: individual.net h7NCgVbCCptxo6Rhms7hbgeok8v+CRJ5YYc3aoGP1MBafbJz5n Cancel-Lock: sha1:HeIE4EXCeVptV43ycP+A0oWsYw8= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 In-Reply-To: Original-Xref: usenet.stanford.edu gnu.emacs.help:217362 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:109656 Archived-At: On 22/03/16 17:21, Eli Zaretskii wrote: >> From: egarrulo >> Date: Tue, 22 Mar 2016 12:30:45 +0100 >> >> How would you highlight a missing final newline? I mean: if a buffer >> lacks a final newline, then you would see a (customizable) character at >> the end of the buffer; otherwise, you would see nothing. > > Did you try to enable the indicate-buffer-boundaries feature? This. Thanks.