From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Jeremy Bryant Newsgroups: gmane.emacs.devel Subject: Proposal: Include C Manual from RMS in Emacs git, and/or release Date: Sat, 30 Nov 2024 12:56:19 +0000 Message-ID: <87ser8c230.fsf@jeremybryant.net> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="23218"; mail-complaints-to="usenet@ciao.gmane.io" To: Emacs Devel , Richard Stallman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Nov 30 13:57:15 2024 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 1tHN2B-0005u1-16 for ged-emacs-devel@m.gmane-mx.org; Sat, 30 Nov 2024 13:57:15 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1tHN1S-00039i-6d; Sat, 30 Nov 2024 07:56:30 -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 1tHN1O-00039N-6E for emacs-devel@gnu.org; Sat, 30 Nov 2024 07:56:26 -0500 Original-Received: from out-187.mta1.migadu.com ([95.215.58.187]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tHN1L-0008FU-Ck for emacs-devel@gnu.org; Sat, 30 Nov 2024 07:56:25 -0500 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jeremybryant.net; s=key1; t=1732971380; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=BQOOIA0RRuNdJglx2JRT4g7QxaHTg4xQtEL3ktePcgg=; b=JqEJPcx7UoR9vJVg1Ef4kv9ElnbkQwE+ZvDHhUy/E4Pwg9+SNm/vhuyENFsYKqH4mdT/5+ y6ePeXqkcixFfPG/0HNkIbXIUGM2HDMX64YBbIREdrdOsGVAdYk3jyFe1GlmdkY45FWTVY 6wRlQNrmIUmj5HkNGFDhc1fcsRn48PgsfNL8q5ed0qx0UzMO3a/iiIgjsK/TIv7X2nES4l 2p5UJ2vWNUkFWcZLjxJ/6GYBcxGREvg+N9106bJZ4GUot17j7vx2KpCrs5nRal71IrU65W pG8tWbPyZlfRjvPW6dmjC4xT+tXGuMHv4IK42sVtHOez48PZuInPHctUKJMIuQ== X-Migadu-Flow: FLOW_OUT Received-SPF: pass client-ip=95.215.58.187; envelope-from=jb@jeremybryant.net; helo=out-187.mta1.migadu.com X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 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, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action 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:325874 Archived-At: Dear RMS and other maintainers, The C manual at https://savannah.gnu.org/projects/c-intro-and-ref/ 1. could be a useful guide to include within the Emacs tree under doc/ 2. It could possibly be part of the release tarball given the usefulness of Emacs for C programmers? 3. Or ELPA?