From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: Customising display-fill-column-indicator-mode Date: Sun, 21 Aug 2022 08:54:31 +0300 Message-ID: <83r11acfag.fsf@gnu.org> References: Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="21274"; mail-complaints-to="usenet@ciao.gmane.io" To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Sun Aug 21 07:55:42 2022 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oPdvx-0005Pt-ET for geh-help-gnu-emacs@m.gmane-mx.org; Sun, 21 Aug 2022 07:55:41 +0200 Original-Received: from localhost ([::1]:46842 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oPdvw-0006oV-AR for geh-help-gnu-emacs@m.gmane-mx.org; Sun, 21 Aug 2022 01:55:40 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:48574) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oPduq-0006nS-Eq for help-gnu-emacs@gnu.org; Sun, 21 Aug 2022 01:54:33 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:47220) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oPduq-0003Qy-6d for help-gnu-emacs@gnu.org; Sun, 21 Aug 2022 01:54:32 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=qAg4RKJyNr04ut+D7U13xzAWAxXPcas7nupXR0OtcTo=; b=VZLMCGTr62Oq erF4njoN0UVIB+4ZZLHyjm1P1R7LiFS3bQq5W/JRhXa0QmosGKisBYMx0XjuWgkmvV1hvkgKO4Tpp 8ccjAKWfx8Wr02/PNrGrz5PA9gMvDNJcKv0BdeG3bGYgLVCNHyZGTcB9lmo40b9OFfiGzP1/bLMI6 Qu7RNSpZtVSIjN6rBsSZaolXOGeKotsZ5r3YMsuN1CnLWXycylIB8pBD4NA11c2Z03kOzPDgUe3vH wTBMbVk21FNwGm4RwAb8suya/MF4hzQM1r97AhnQIdz6dqUHlxj6IP9C1XJqj71Fj/rGmbe4ky5hi i2g+rqGjp2Dk/4ixCHAtOw==; Original-Received: from [87.69.77.57] (port=3811 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oPduo-00033N-7E for help-gnu-emacs@gnu.org; Sun, 21 Aug 2022 01:54:31 -0400 In-Reply-To: (message from wilnerthomas--- via Users list for the GNU Emacs text editor on Sun, 21 Aug 2022 03:14:08 +0200 (CEST)) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 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-mx.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.io gmane.emacs.help:138957 Archived-At: > Date: Sun, 21 Aug 2022 03:14:08 +0200 (CEST) > From: wilnerthomas--- via Users list for the GNU Emacs text editor > > Had a go at changing the colour of the line to green, but it is not getting changed. Works for me. If you are not proficient enough with doing this from Lisp, try "M-x customize-face RET". > Is there any way to use a bigger width for the indicator line because I find it to be too thin. You need to find a character that looks like a vertical line, but is wider. Or maybe try using 'bold' in the fill-column-indicator face attributes.