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: Thu, 25 Aug 2022 09:58:39 +0300 Message-ID: <834jy04xnk.fsf@gnu.org> References: <838rnf84xv.fsf@gnu.org> <837d2z83d5.fsf@gnu.org> <83ilmi74id.fsf@gnu.org> <874jy2l5tb.fsf@dataswamp.org> <83czcp7w5y.fsf@gnu.org> <83k06w51s0.fsf@gnu.org> <83a67s4ywf.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="4576"; 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 Thu Aug 25 09:16:08 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 1oR75x-0000xz-OE for geh-help-gnu-emacs@m.gmane-mx.org; Thu, 25 Aug 2022 09:16:05 +0200 Original-Received: from localhost ([::1]:58464 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oR75w-0007sJ-6a for geh-help-gnu-emacs@m.gmane-mx.org; Thu, 25 Aug 2022 03:16:04 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:34130) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oR6ov-00013u-Ke for help-gnu-emacs@gnu.org; Thu, 25 Aug 2022 02:58:29 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:38862) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oR6ov-0002Rf-BG for help-gnu-emacs@gnu.org; Thu, 25 Aug 2022 02:58:29 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=ZXr5XX9BsdKxotNx11yKD0MlMY28HoEegj2kz85afKA=; b=FCkPoujbhDBWqkYIjYyu po2mn2GpUBxWNEIvY2KXQuJoDdsSNPGTFDU9ojj6++CwW07Vn1uVPnbI7dpR8A6FUDGPRd1ZxfmRs 5oeHq/8C6XkzI/pNSlWvYipfiFagGM5VfD7/+8xoahMbnREFnrzw743KnTsiyIBUQ9cCGpsQvOAzQ 0CBKD1jpJjR6n3Aolk7yvYBhZliLML/D0hJBnwK3ehrjUpdVm/d3n2fAE1XLDb/YUyYDX8XIey3on l04z6c/2+x4ygwte/B8st8JEaWlW+WVX7JGe2wCHVNrWzjZMrRUqmJNUEtm377W6zrvqZzW80fzYE 88o8JuG93aWRyQ==; Original-Received: from [87.69.77.57] (port=1467 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 1oR6ou-0001Ut-F7 for help-gnu-emacs@gnu.org; Thu, 25 Aug 2022 02:58:29 -0400 In-Reply-To: (wilnerthomas@tutanota.com) 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:139065 Archived-At: > Date: Thu, 25 Aug 2022 08:48:19 +0200 (CEST) > From: wilnerthomas@tutanota.com > Cc: help-gnu-emacs@gnu.org > > Aug 25, 2022, 06:31 by eliz@gnu.org: > > > I didn't decline anything. You are probably confusing me with someone > > else. > > > > Assuming you are right. > > I have done > >      (setq display-fill-column-indicator t) > >      (setq display-fill-column-indicator-character ?\u2503) > >      (set-face-foreground 'fill-column-indicator "green") > >      (global-display-fill-column-indicator-mode) This is not the Customize interface. You are obviously not proficient enough with Emacs Lisp, so my suggestion was to use "M-x customize-variable" instead: > > With the customize interface, you just type the character, for example > > using "C-x 8 RET" followed by the character's codepoint in hex. To customize the colors of the fill-column-indicator face, use the command "M-x customize-face". > >> Refusing to follow any accessible criteria is also a disservice to > >> many users. > >> > > > > I didn't refuse anything. > > > Accepting you are right about this one as well.  Have you seen how the indicator > character looks like on a dark theme like modus-vivendi? Feel free to submit a bug report against that theme: it evidently should define distinct colors for fill-column-indicator face. Or you could customize that face yourself, using "M-x customize-face".