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: c-ts-mode Date: Fri, 08 Sep 2023 16:11:46 +0300 Message-ID: <83pm2sx10t.fsf@gnu.org> References: <5F73CB5D-DB00-439F-AD7C-7E209EC83A35@gmail.com> <83jzt2z5mk.fsf@gnu.org> <83y1hhykni.fsf@gnu.org> <877cp1lvih.fsf@gmail.com> <83v8clyhqi.fsf@gnu.org> <83tts5ygv2.fsf@gnu.org> <83msxxxkc0.fsf@gnu.org> <871qf9ktxd.fsf@gmail.com> <838r9gykia.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="12046"; mail-complaints-to="usenet@ciao.gmane.io" Cc: theo@thornhill.no, casouri@gmail.com, spacibba@aol.com, emacs-devel@gnu.org To: =?utf-8?B?Sm/Do28gVMOhdm9yYQ==?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Sep 08 15:12:28 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 1qebHg-0002uk-LO for ged-emacs-devel@m.gmane-mx.org; Fri, 08 Sep 2023 15:12:28 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qebHB-0000KQ-Pq; Fri, 08 Sep 2023 09:11:57 -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 1qebHA-0000K1-F8 for emacs-devel@gnu.org; Fri, 08 Sep 2023 09:11:56 -0400 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 1qebHA-00069Q-53; Fri, 08 Sep 2023 09:11:56 -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=zgRdoZasmHawxIDb7Edbg6UY2GP33duoOruhjqqSjoo=; b=DwguLpGfh/emQzzIo+Xx kHCfSSAylB1UaMHT9GXBkno7F0lo9b9vfn45VZquJkq+VSF283nV+k0QKb+MnXxujfV5/ZshQZKep xnXnxaoRUNSYYp6aGgD8wfRDEZPIfYJ/Za9QeJxskZdlZpfP5fp1LIAYu1Tpe9hI3nc4LDoDQX5gy bTPdsmk9DtBCkmxwoFFGHldUpz8Cb5bE0N1r+kAIEmCQ5qL7jZpee6YHRQUO1lJ+ZeK1CtfNreQuc I+xIM+uUpBzMCKUUuowDXdPw3fseboDMKnv4qQPF4J/pyS4598sbJalwjzbX0mZsAWDMtx9V850Nk GJNt7K3md7c98Q==; In-Reply-To: (message from =?utf-8?B?Sm/Do28gVMOhdm9yYQ==?= on Fri, 8 Sep 2023 13:38:58 +0100) 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:310330 Archived-At: > From: João Távora > Date: Fri, 8 Sep 2023 13:38:58 +0100 > Cc: theo@thornhill.no, casouri@gmail.com, spacibba@aol.com, > emacs-devel@gnu.org > > Anyway, it's worth pointing out that unless you're extremely adept > at crafting indentation styles for Emacs, you're always in a losing > battle when working on multiple projects, since many projects > nowadays (not just C/C++) use an external format definition. > A .clang-format (even we have one since 2017) or other similar > files. These are understood by other editors and tools. I guess this means we should add a TODO item for supporting such external specifications?