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: Not using DOC for ELisp files Date: Mon, 03 Jan 2022 16:30:58 +0200 Message-ID: <838rvwdh7h.fsf@gnu.org> References: <30e03635-843d-f3be-7709-d4b633b2c90a@raeburn.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="18415"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Ken Raeburn Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Jan 03 15:32:19 2022 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 1n4ONm-0004Wg-KG for ged-emacs-devel@m.gmane-mx.org; Mon, 03 Jan 2022 15:32:18 +0100 Original-Received: from localhost ([::1]:50730 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1n4ONk-0006RX-RQ for ged-emacs-devel@m.gmane-mx.org; Mon, 03 Jan 2022 09:32:16 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:49018) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n4OMP-0004o0-CN for emacs-devel@gnu.org; Mon, 03 Jan 2022 09:30:53 -0500 Original-Received: from [2001:470:142:3::e] (port=52338 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n4OMP-0004wS-1Y; Mon, 03 Jan 2022 09:30:53 -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=DvpocYt99mbc1rUg9NdsCezw/nbIhnQ6lRSsiTSErkk=; b=dGeZDrO1iQdS K/NLgoep6cCpZfx+6o9XX9FMKcrfXmvuoi/eBibDWJXnczOG/2EJ/jSIlwvhQatW04lclTmoVv1cI OZ8BbIFHMxAom3jjQRy/cJS0k+mtpzaEQbXBDZpGXm+9Ak3dJ6dKoN6OME/u6FYuH+lIVQIW36ftG tOl+SENd1Z29rRf8kzvbBSEBPp8YCfzsEN6/ywltVW/ecdcp/TgJskTqTpaTbajdFsFzxP/r0GfJq 4hSXtOUEQefJPf5N0NVM315dfV2nP+HoyCJIB4YWpBR8F0aOEy8tutw+G7b6HYy3sIBPSVdf8i9sZ Z+l4JFTE/PmkjqByeaIo+g==; Original-Received: from [87.69.77.57] (port=4294 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 1n4OMP-0006A8-1X; Mon, 03 Jan 2022 09:30:53 -0500 In-Reply-To: <30e03635-843d-f3be-7709-d4b633b2c90a@raeburn.org> (message from Ken Raeburn on Mon, 3 Jan 2022 08:48:03 -0500) 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" Xref: news.gmane.io gmane.emacs.devel:284051 Archived-At: > Date: Mon, 3 Jan 2022 08:48:03 -0500 > From: Ken Raeburn > > Another piece I recall looking at, which I don't remember if I brought > up on the list at the time, was moving the C based doc strings into the > generated .o files and the executable Did you only think about ELF executables, or did you consider how to do this with any binary formats we support?