From debbugs-submit-bounces@debbugs.gnu.org Wed Sep 06 08:04:08 2023 Received: (at submit) by debbugs.gnu.org; 6 Sep 2023 12:04:08 +0000 Received: from localhost ([127.0.0.1]:33245 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qdrGR-0004pm-Hh for submit@debbugs.gnu.org; Wed, 06 Sep 2023 08:04:08 -0400 Received: from lists.gnu.org ([2001:470:142::17]:56200) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qdrGL-0004ou-JT for submit@debbugs.gnu.org; Wed, 06 Sep 2023 08:04:05 -0400 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 1qdrGB-0002jm-2G for bug-gnu-emacs@gnu.org; Wed, 06 Sep 2023 08:03:52 -0400 Received: from joooj.vinc17.net ([155.133.131.76]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qdrG6-0006Mw-Hz for bug-gnu-emacs@gnu.org; Wed, 06 Sep 2023 08:03:50 -0400 Received: from smtp-zira.vinc17.net (2a02-8428-1b1d-4d01-9274-9d43-0c1c-f0d1.rev.sfr.net [IPv6:2a02:8428:1b1d:4d01:9274:9d43:c1c:f0d1]) by joooj.vinc17.net (Postfix) with ESMTPSA id 6C9F930E; Wed, 6 Sep 2023 14:03:36 +0200 (CEST) Received: by zira.vinc17.org (Postfix, from userid 1000) id 34F892800286; Wed, 6 Sep 2023 14:03:36 +0200 (CEST) From: Vincent Lefevre To: bug-gnu-emacs@gnu.org Subject: [PATCH] Add missing space in the manual Date: Wed, 06 Sep 2023 14:03:36 +0200 Message-ID: <87zg1zzexz.fsf@zira.vinc17.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Received-SPF: none client-ip=155.133.131.76; envelope-from=vincent@vinc17.net; helo=joooj.vinc17.net X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_NONE=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --=-=-= Content-Type: text/plain Tags: patch An obviously missing space in "to@code{nil}". In GNU Emacs 29.1 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.38, cairo version 1.16.0) of 2023-08-30, modified by Debian built on x86-csail-01 Windowing system distributor 'The X.Org Foundation', version 11.0.12101008 System Description: Debian GNU/Linux trixie/sid Configured using: 'configure --build x86_64-linux-gnu --prefix=/usr --sharedstatedir=/var/lib --libexecdir=/usr/libexec --localstatedir=/var/lib --infodir=/usr/share/info --mandir=/usr/share/man --with-libsystemd --with-pop=yes --enable-locallisppath=/etc/emacs:/usr/local/share/emacs/29.1/site-lisp:/usr/local/share/emacs/site-lisp:/usr/share/emacs/29.1/site-lisp:/usr/share/emacs/site-lisp --with-sound=alsa --without-gconf --with-mailutils --with-native-compilation --build x86_64-linux-gnu --prefix=/usr --sharedstatedir=/var/lib --libexecdir=/usr/libexec --localstatedir=/var/lib --infodir=/usr/share/info --mandir=/usr/share/man --with-libsystemd --with-pop=yes --enable-locallisppath=/etc/emacs:/usr/local/share/emacs/29.1/site-lisp:/usr/local/share/emacs/site-lisp:/usr/share/emacs/29.1/site-lisp:/usr/share/emacs/site-lisp --with-sound=alsa --without-gconf --with-mailutils --with-native-compilation --with-cairo --with-x=yes --with-x-toolkit=gtk3 --with-toolkit-scroll-bars 'CFLAGS=-g -O2 -ffile-prefix-map=/build/reproducible-path/emacs-29.1+1=. -fstack-protector-strong -Wformat -Werror=format-security -Wall' 'CPPFLAGS=-Wdate-time -D_FORTIFY_SOURCE=2' LDFLAGS=-Wl,-z,relro' --=-=-= Content-Type: text/patch Content-Disposition: attachment; filename=0001-Add-missing-space-in-the-manual.patch >From 5f7ec2fac2e3da318ac681b39c896f72e0ab4bf1 Mon Sep 17 00:00:00 2001 From: Vincent Lefevre Date: Wed, 6 Sep 2023 13:57:07 +0200 Subject: [PATCH] Add missing space in the manual * doc/lispref/compile.texi (Native-Compilation Variables): Add space. --- doc/lispref/compile.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/lispref/compile.texi b/doc/lispref/compile.texi index a51691bddcf..25b897125dd 100644 --- a/doc/lispref/compile.texi +++ b/doc/lispref/compile.texi @@ -1116,7 +1116,7 @@ Native-Compilation Variables @end defvar @cindex trampolines, in native compilation - Setting the value of @code{native-comp-jit-compilation} to@code{nil} + Setting the value of @code{native-comp-jit-compilation} to @code{nil} disables JIT native compilation. However, even when JIT native compilation is disabled, Emacs might still need to start asynchronous native compilation subprocesses to produce @dfn{trampolines}. To -- 2.40.1 --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Fri Sep 08 12:50:44 2023 Received: (at 65782-done) by debbugs.gnu.org; 8 Sep 2023 16:50:44 +0000 Received: from localhost ([127.0.0.1]:45403 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qeegu-00022X-8G for submit@debbugs.gnu.org; Fri, 08 Sep 2023 12:50:44 -0400 Received: from mail-lj1-x22f.google.com ([2a00:1450:4864:20::22f]:56771) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qeegr-00022D-BT for 65782-done@debbugs.gnu.org; Fri, 08 Sep 2023 12:50:42 -0400 Received: by mail-lj1-x22f.google.com with SMTP id 38308e7fff4ca-2b95d5ee18dso40008811fa.1 for <65782-done@debbugs.gnu.org>; Fri, 08 Sep 2023 09:50:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1694191833; x=1694796633; darn=debbugs.gnu.org; h=cc:to:subject:message-id:date:mime-version:references:in-reply-to :from:from:to:cc:subject:date:message-id:reply-to; bh=Fz1BJov1LJMsIHNkBnzaKKIR6YOSMqO1jbyTw63MqiI=; b=M+Zj4bSb2WaQjGmfFXVAS3RCSUkv+a2L6JhpmpRVusxwCEvRnQ1TjiHf8nmH/Q71VJ Kgl7F9ufyFAIfNEJy1/sT9Oiw+Xpc/gh+2LybcUnTtI2nQgxQmhwWHVnM8IT1L+pSrct ufVGFGLG1Tuk5FRVIRsaMqi7rC87n4SjL/mNc1kCKZhlkmJo90DLNdyzs6Holt3fXIcR UcyOVHteOD4qNab97+066n4rkeZS+Ml+cJjiqeDq8hpHjN7UGGHcsQg1RoVnm+N1se+l ImpW8bliVCEQHGPLwYpChcVTQFmINfgNWttdY156y5GeSxBDqSU8+2S01so4Fvp67p8C evlQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1694191833; x=1694796633; h=cc:to:subject:message-id:date:mime-version:references:in-reply-to :from:x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=Fz1BJov1LJMsIHNkBnzaKKIR6YOSMqO1jbyTw63MqiI=; b=qE41ZeAk/pbmFAnQ1IL7QS6bCjytYtCtlUu66B0yocebUstYT2ctKmNIQm+aIAZLsS j1xZfIKLffKiMizk+tVQRbjhvsccuGM//kBkamngi7hjgigb6kWcBt/ghSIv2rU8r9We 7RwQA+Dl8GsjaTyI43EJFEv7oqrl5tKkUVUHwEqrGxBCU1NHPOhtuX1O4xjVpoLp7lqs 9tI1Wnex9l4JLeyW/TIhL+WJf7/xGVE6TyCymHRqsu+3UbNfn9sCwTepdPQ7PRaLJUHc s0JdyqIYtr8Lv7LhpsWQpmQGoNGJxtbhJ716QH+BU8hpoaDXfmMPwG5i34PTEVGtQUGW oqTQ== X-Gm-Message-State: AOJu0YzcBV/xjAIf21SrjeeJuV1/GE877SU7oqDyTfHGh1XgFi1WkDeA XTCVQCLviFm+Dim/Zi3kHC1YvI94tCSVVuvsuvftuksE X-Google-Smtp-Source: AGHT+IGCD4R2+m2+OrlBQYn+HgZU2zOVoulhH3c3RWwMHkMcIfu/rkbMPY2bEnNHIqmeK2YRHA6RB5jwvOeC8IEsUWw= X-Received: by 2002:a05:651c:105a:b0:2bd:16e6:e34e with SMTP id x26-20020a05651c105a00b002bd16e6e34emr2362545ljm.1.1694191832841; Fri, 08 Sep 2023 09:50:32 -0700 (PDT) Received: from 753933720722 named unknown by gmailapi.google.com with HTTPREST; Fri, 8 Sep 2023 09:50:32 -0700 From: Stefan Kangas In-Reply-To: <87zg1zzexz.fsf@zira.vinc17.org> (Vincent Lefevre's message of "Wed, 06 Sep 2023 14:03:36 +0200") References: <87zg1zzexz.fsf@zira.vinc17.org> MIME-Version: 1.0 Date: Fri, 8 Sep 2023 09:50:32 -0700 Message-ID: Subject: Re: bug#65782: [PATCH] Add missing space in the manual To: Vincent Lefevre Content-Type: text/plain; charset="UTF-8" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 65782-done Cc: 65782-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Version: 29.2 Vincent Lefevre writes: > Tags: patch > > An obviously missing space in "to@code{nil}". Thanks for the patch. Installed on emacs-29. From unknown Mon Aug 18 17:53:54 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 07 Oct 2023 11:24:17 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator