From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jonas Bernoulli Newsgroups: gmane.emacs.help Subject: Using face of newline for remainer of display line Date: Wed, 12 Aug 2015 17:01:34 +0200 Message-ID: <87d1yso8j5.fsf@bernoul.li> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1439393659 28581 80.91.229.3 (12 Aug 2015 15:34:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 12 Aug 2015 15:34:19 +0000 (UTC) To: Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Aug 12 17:34:08 2015 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 1ZPY2a-0001JP-Eu for geh-help-gnu-emacs@m.gmane.org; Wed, 12 Aug 2015 17:34:08 +0200 Original-Received: from localhost ([::1]:39125 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZPY2Z-0005vs-Ts for geh-help-gnu-emacs@m.gmane.org; Wed, 12 Aug 2015 11:34:07 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49372) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZPXXK-0003Cb-Lz for help-gnu-emacs@gnu.org; Wed, 12 Aug 2015 11:01:51 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZPXXF-0006hA-4c for help-gnu-emacs@gnu.org; Wed, 12 Aug 2015 11:01:50 -0400 Original-Received: from mail.hostpark.net ([212.243.197.30]:57153) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZPXXE-0006h3-Uw for help-gnu-emacs@gnu.org; Wed, 12 Aug 2015 11:01:45 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by mail.hostpark.net (Postfix) with ESMTP id 8E2AF16E1E for ; Wed, 12 Aug 2015 17:01:43 +0200 (CEST) X-Virus-Scanned: by Hostpark/NetZone Mailprotection at hostpark.net Original-Received: from mail.hostpark.net ([127.0.0.1]) by localhost (mail0.hostpark.net [127.0.0.1]) (amavisd-new, port 10124) with ESMTP id jVo2yOA_WGPS for ; Wed, 12 Aug 2015 17:01:43 +0200 (CEST) Original-Received: from hal (unknown [194.230.159.185]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.hostpark.net (Postfix) with ESMTPSA id 51A49172BD for ; Wed, 12 Aug 2015 17:01:41 +0200 (CEST) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 212.243.197.30 X-Mailman-Approved-At: Wed, 12 Aug 2015 11:33:50 -0400 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:106505 Archived-At: Is it possible to use all properties of the face of the newline character at the end of a line for the complete remainer of the display line? (insert (propertize "heading\n" 'face '(:background "gray90" :underline t))) This causes the complete display line to use "gray90" as background color, but only "heading " is underlined. Is there a way to tell Emacs to also use other face properties for the remainer of the display line? Thanks, Jonas