From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Mohsin Kaleem Newsgroups: gmane.emacs.bugs Subject: bug#62994: [PATCH 2/3] Add support for styled underlines on tty frames Date: Fri, 21 Apr 2023 19:43:07 +0100 Message-ID: <87zg713wlg.fsf@kisara.moe> References: <20230421143448.339022-1-mohkale@kisara.moe> <20230421143448.339022-3-mohkale@kisara.moe> <83y1ml2p8a.fsf@gnu.org> <878rel5fqr.fsf@kisara.moe> <83sfct2kio.fsf@gnu.org> <87354t5cyq.fsf@kisara.moe> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="8007"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 62994@debbugs.gnu.org To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Fri Apr 21 20:44:27 2023 Return-path: Envelope-to: geb-bug-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 1ppvk9-0001rJ-AP for geb-bug-gnu-emacs@m.gmane-mx.org; Fri, 21 Apr 2023 20:44:25 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ppvjn-0006uv-Ij; Fri, 21 Apr 2023 14:44:03 -0400 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 1ppvjm-0006ug-HG for bug-gnu-emacs@gnu.org; Fri, 21 Apr 2023 14:44:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1ppvjm-0006DU-9H for bug-gnu-emacs@gnu.org; Fri, 21 Apr 2023 14:44:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ppvjm-0000xs-6P for bug-gnu-emacs@gnu.org; Fri, 21 Apr 2023 14:44:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Mohsin Kaleem Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 21 Apr 2023 18:44:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 62994 X-GNU-PR-Package: emacs Original-Received: via spool by 62994-submit@debbugs.gnu.org id=B62994.16821025913635 (code B ref 62994); Fri, 21 Apr 2023 18:44:02 +0000 Original-Received: (at 62994) by debbugs.gnu.org; 21 Apr 2023 18:43:11 +0000 Original-Received: from localhost ([127.0.0.1]:41150 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ppvix-0000wZ-I4 for submit@debbugs.gnu.org; Fri, 21 Apr 2023 14:43:11 -0400 Original-Received: from 119.ip-51-38-65.eu ([51.38.65.119]:33450 helo=mail.kisara.moe) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ppviu-0000wP-J7 for 62994@debbugs.gnu.org; Fri, 21 Apr 2023 14:43:09 -0400 Original-Received: from mk-deck (unknown [146.70.132.151]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (prime256v1) server-signature ECDSA (prime256v1) server-digest SHA256) (No client certificate requested) by mail.kisara.moe (Postfix) with ESMTPSA id 3404FA0FB5; Fri, 21 Apr 2023 20:43:07 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kisara.moe; s=default; t=1682102587; bh=3y7Uas78c2m71Th50H7kOMOF9t98Jf0Y2aWK183bF20=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=1y6KU9vG8ZUMpdGsqNm+RRWYCjgwlr5RbpPuB29E/UpX8UT0uP8i7JMlwZ8OfI4Rm BBS/caQoQ464A7erIbnXwowoH54/yJSZLRk6jQUeD6fSfBQ4UE7Ok5iYsRxLNeUn/z AlAdu3nkI3Qshyluisx1IEKBC2cmAX/MEXn+HYubbv9hDR5Qm3VDqIwHpse1r7FNXN Q95XCdsTk8QeR4GZ+Hc32+a/ecepa+KyUE6FZ+S4K2N2HQNLStBAGUjFZTZgQcg+Qd U6a3IFZI0fWPq8gQmA5r+Rn2awck1SB6RQ4S90ct63dlDjzhTII4hS4ZIUmXWW3dPU JiNca9KvC/32A== In-Reply-To: <87354t5cyq.fsf@kisara.moe> X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.bugs:260410 Archived-At: Mohsin Kaleem writes: > Cool, doesn't seem to be in the Emacs repo but I'm guessing it's this > [1]. I'll try to adapt to it. I still don't get how to apply this to this repo Eli. You mentioned using tabs and spaces but every lines aside from a nested expression starts with 2 spaces. Some times there's 3 levels deep of expressions all indented with spaces and then one tab width just wide enough at 8 characters to appear like it's indented with spaces atop the previous scope. Can I just do leading indent with tabs matching current indentation level, curly braces 2 space ahead of the parent indent, and spaces ahead of tabs to align a parenthesized expression or multi line condition with the previous line? -- Mohsin Kaleem