From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: dal-blazej@onenetbeyond.org Newsgroups: gmane.emacs.help Subject: Re: autoformat (like clang-format) elisp code? Date: Fri, 25 Mar 2022 10:43:14 +0100 Message-ID: <87pmmaiczx.fsf@onenetbeyond.org> References: <86h77xvt1x.fsf@csic.es> <87lex8mdbu.fsf@web.de> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="1141"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Fri Mar 25 15:05:36 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 1nXkZM-000AYv-Gp for geh-help-gnu-emacs@m.gmane-mx.org; Fri, 25 Mar 2022 15:05:36 +0100 Original-Received: from localhost ([::1]:35192 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nXkZK-0000tE-VK for geh-help-gnu-emacs@m.gmane-mx.org; Fri, 25 Mar 2022 10:05:34 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:48734) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nXgTX-0008S7-PV for help-gnu-emacs@gnu.org; Fri, 25 Mar 2022 05:43:20 -0400 Original-Received: from confino.investici.org ([93.190.126.19]:44981) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nXgTW-000707-8y for help-gnu-emacs@gnu.org; Fri, 25 Mar 2022 05:43:19 -0400 Original-Received: from mx1.investici.org (unknown [127.0.0.1]) by confino.investici.org (Postfix) with ESMTP id 4KPxwj1LC0z12j9 for ; Fri, 25 Mar 2022 09:43:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=onenetbeyond.org; s=stigmate; t=1648201397; bh=wr0e0zIep2tr15GDJfkYy9o6W9F9S3rUryyZL5jiEVc=; h=From:To:Subject:References:Date:In-Reply-To:From; b=h75+WZ85b5WPCd91A/lWi221+uIbFOtBRVlVyPQCqcVUTNNM79v5jqFeSshzeD6dp gw1UUhE3L7oQPUc4zZREb3tgrnGBcT9EaW4y5jZg3/xGG+IvjE96PZFBytGWppmAwC VJjk7EMjAzfjXDm/ifZEqDQ8at6KH24Dtz6EAkkk= Original-Received: from [93.190.126.19] (mx1.investici.org [93.190.126.19]) (Authenticated sender: dal-blazej@onenetbeyond.org) by localhost (Postfix) with ESMTPSA id 4KPxwh6CKSz12j0 for ; Fri, 25 Mar 2022 09:43:16 +0000 (UTC) Mail-Followup-To: help-gnu-emacs@gnu.org In-Reply-To: <87lex8mdbu.fsf@web.de> (Michael Heerdegen's message of "Thu, 17 Mar 2022 23:19:49 +0100") Received-SPF: pass client-ip=93.190.126.19; envelope-from=dal-blazej@onenetbeyond.org; helo=confino.investici.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Mailman-Approved-At: Fri, 25 Mar 2022 10:03:01 -0400 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:136754 Archived-At: Hi, Auto-formatting is a feature of the package lispy.