unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#56234: 29.0.50; [PATCH] Incorrect reference to signal-process-functions default value
       [not found] <m1bkufd87z.fsf.ref@yahoo.es>
@ 2022-06-26 10:34 ` Daniel Martín via Bug reports for GNU Emacs, the Swiss army knife of text editors
  2022-06-26 14:47   ` Lars Ingebrigtsen
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel Martín via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2022-06-26 10:34 UTC (permalink / raw)
  To: 56234

[-- Attachment #1: Type: text/plain, Size: 515 bytes --]

Severity: minor
Tags: patch

In Emacs 29 NEWS there is this text:

'signal-process' now consults the list 'signal-process-functions'.
[...] The hitherto existing implementation has been
moved to 'signal-default-interrupt-process'.

However, the only other reference to signal-default-interrupt-process I
can find is in the ELisp manual.  I think the correct reference is
internal-default-signal-process.  If so, it needs to be updated in the
ELisp manual and in NEWS.

I've attached a patch with the fix.  Thanks.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-Fix-typo-in-signal-process-functions.patch --]
[-- Type: text/x-patch, Size: 1642 bytes --]

From 8e186e7d21d1048e2fb5817d9772e19a8f0b9701 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Daniel=20Mart=C3=ADn?= <mardani29@yahoo.es>
Date: Sun, 26 Jun 2022 12:27:55 +0200
Subject: [PATCH] Fix typo in signal-process-functions

* doc/lispref/processes.texi (Signals to Processes): Update reference
to correct default variable in the ELisp manual.
* etc/NEWS: The same for the NEWS entry.
---
 doc/lispref/processes.texi | 2 +-
 etc/NEWS                   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/lispref/processes.texi b/doc/lispref/processes.texi
index 9e0bd98a54..14856b9e05 100644
--- a/doc/lispref/processes.texi
+++ b/doc/lispref/processes.texi
@@ -1512,7 +1512,7 @@ Signals to Processes
 for @code{signal-process}.  These functions are called in the order of
 the list, until one of them returns non-@code{nil}.  The default
 function, which shall always be the last in this list, is
-@code{signal-default-interrupt-process}.
+@code{internal-default-signal-process}.
 
 This is the mechanism, how Tramp implements @code{signal-process}.
 @end defvar
diff --git a/etc/NEWS b/etc/NEWS
index 6c04ae164c..cefe056060 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2840,7 +2840,7 @@ invocation.  Such shells are POSIX conformant by default.
 This is to determine which function has to be called in order to
 deliver the signal.  This allows Tramp to send the signal to remote
 asynchronous processes.  The hitherto existing implementation has been
-moved to 'signal-default-interrupt-process'.
+moved to 'internal-default-signal-process'.
 
 +++
 ** 'list-system-processes' now returns remote process IDs.
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#56234: 29.0.50; [PATCH] Incorrect reference to signal-process-functions default value
  2022-06-26 10:34 ` bug#56234: 29.0.50; [PATCH] Incorrect reference to signal-process-functions default value Daniel Martín via Bug reports for GNU Emacs, the Swiss army knife of text editors
@ 2022-06-26 14:47   ` Lars Ingebrigtsen
  0 siblings, 0 replies; 2+ messages in thread
From: Lars Ingebrigtsen @ 2022-06-26 14:47 UTC (permalink / raw)
  To: Daniel Martín; +Cc: 56234

Daniel Martín <mardani29@yahoo.es> writes:

> However, the only other reference to signal-default-interrupt-process I
> can find is in the ELisp manual.  I think the correct reference is
> internal-default-signal-process.  If so, it needs to be updated in the
> ELisp manual and in NEWS.
>
> I've attached a patch with the fix.  Thanks.

Thanks; pushed to Emacs 29.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-06-26 14:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <m1bkufd87z.fsf.ref@yahoo.es>
2022-06-26 10:34 ` bug#56234: 29.0.50; [PATCH] Incorrect reference to signal-process-functions default value Daniel Martín via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-06-26 14:47   ` Lars Ingebrigtsen

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).