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.devel Subject: Re: describe-char-fold-equivalences Date: Sun, 08 Jan 2023 07:56:02 +0200 Message-ID: <83k01xr2ml.fsf@gnu.org> References: Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="28200"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: "T.V Raman" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Jan 08 06:57:18 2023 Return-path: Envelope-to: ged-emacs-devel@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 1pEOgH-00078t-TF for ged-emacs-devel@m.gmane-mx.org; Sun, 08 Jan 2023 06:57:17 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pEOfV-0000cl-OR; Sun, 08 Jan 2023 00:56:29 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pEOek-0000Ud-Si for emacs-devel@gnu.org; Sun, 08 Jan 2023 00:55:43 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pEOek-000584-8E; Sun, 08 Jan 2023 00:55:42 -0500 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=BM1J/sAC7iSjafzIPflpEwN/n4fG9cFcCdXXa/qNPqY=; b=Av2c/XM+gm2s Q1/2tdp1r4AbIhqwKZDAuqj50l/Ejro9Yccfoxf830m6EHo1vseiw4WHLLi/V8IqALjwboPKKPX7m 5r7V0k7PH/WHiwBuqoangGTQdokM222KubfVigX2Utl9xIsp/uwkSo1cwtY8mjwNezUhQXPEz+xAK let7foCnXcmd8OxbrcjtkBhAXLS2d1y+/1jGNKg9JXb+1FBXH9rWwHi7B6R6RrlatVtExGXQR21hN UT0EtY5dI82puZcc4hqTOmrey2dtE9Qu8aBQ5SMXlWAdJaB3tTF+gtA5hM+4JH+lQtc+y9d3/w+T0 tELBkVDgSElsXjh5X5fTAg==; Original-Received: from [87.69.77.57] (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 1pEOei-0002ra-Hf; Sun, 08 Jan 2023 00:55:41 -0500 In-Reply-To: (raman@google.com) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:302276 Archived-At: > Date: Sat, 07 Jan 2023 20:26:44 -0800 > From: "T.V Raman" > > Calling describe-char-fold-equivalences and specifying "'" > displays the following --- could we get rid of the '\n' that > appears on every line as a field delimiter? Which newlines do you want to get rid of? If those are the newlines between the individual characters, then removing the newlines will produce a single very long line, which will be harder to read.