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: Wed, 24 Aug 2022 05:39:30 +0300 Message-ID: <83fshm74bh.fsf@gnu.org> References: <83r11acfag.fsf@gnu.org> <83y1vf8apy.fsf@gnu.org> <83mtbv87q6.fsf@gnu.org> <83edx786ts.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="28490"; 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 Wed Aug 24 04:40:06 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 1oQgJJ-0007Ju-Tl for geh-help-gnu-emacs@m.gmane-mx.org; Wed, 24 Aug 2022 04:40:06 +0200 Original-Received: from localhost ([::1]:53934 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oQgJI-0003bF-UW for geh-help-gnu-emacs@m.gmane-mx.org; Tue, 23 Aug 2022 22:40:04 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:60974) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oQgIc-0003aq-H1 for help-gnu-emacs@gnu.org; Tue, 23 Aug 2022 22:39:22 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:39038) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oQgIc-0005PR-8Q for help-gnu-emacs@gnu.org; Tue, 23 Aug 2022 22:39:22 -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=al1fWlkQNcQyLfF9etsWsvCW+GNxv314/1jR/6uJimQ=; b=pFrQDh0F3Cuc MqYr7MPpoizWhWXFdrYyoHAxnATgwtJqhPZTl/74MtdLStVK7NxZDFnq0wo/47PZ/b8Iu98FDrldv 6R5SkV09gGCWMla+6QeLGE3i0NjbbVec+s2S/ty48TlvCu5Gv/YHNi9iOAptUbKa1Vupbht6jt3pA 1377ryhwCVB9hqrgPH2y6xaV5Ry7lT4oKqG+uahQ0ApHmg2y8r07tqWE0JYsFqCqT3QCPq1O74o+B mbFFRSw2A/DuSn69hwV2M8cG+K33tQ/QnIoDOyH32AZ4wfWZbAfTWm0uQwmRPLRmXz3tnLoig4nht 9PQ6E4LW+qxPvXSc40toTA==; Original-Received: from [87.69.77.57] (port=4093 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 1oQgIb-0006Y9-OE for help-gnu-emacs@gnu.org; Tue, 23 Aug 2022 22:39:22 -0400 In-Reply-To: (message from uzibalqa on Wed, 24 Aug 2022 01:05:54 +0000) 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:139012 Archived-At: > Date: Wed, 24 Aug 2022 01:05:54 +0000 > From: uzibalqa > Cc: wilnerthomas@tutanota.com, Eli Zaretskii , help-gnu-emacs@gnu.org > > Have done the following, and getting > > Lisp error: (error "Non-hex character used for Unicode escape: ) (41)") > > (setq display-fill-column-indicator-character ?\U2502) > (setq display-fill-column-indicator-character ?\U+2502) Use "M-x customize-variable" if you are not proficient enough in Emacs Lisp.