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: MPS signals and Emacs Date: Mon, 22 Apr 2024 11:55:58 +0300 Message-ID: <86v8496ajl.fsf@gnu.org> References: <878r16n5jl.fsf@gmail.com> <87ttjulb16.fsf@gmail.com> <86a5ll7wj9.fsf@gnu.org> <71431fc4-2ab2-4778-88df-25d4e315d737@cs.ucla.edu> <00fec231-a625-406e-a51b-cb66710c6482@cs.ucla.edu> <86wmop6cot.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="35088"; mail-complaints-to="usenet@ciao.gmane.io" Cc: eggert@cs.ucla.edu, eller.helmut@gmail.com, emacs-devel@gnu.org To: Gerd =?utf-8?Q?M=C3=B6llmann?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Apr 22 10:57:33 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 1rypUS-0008wr-VS for ged-emacs-devel@m.gmane-mx.org; Mon, 22 Apr 2024 10:57:33 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rypTa-0001OH-UL; Mon, 22 Apr 2024 04:56:38 -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 1rypTZ-0001NH-4X for emacs-devel@gnu.org; Mon, 22 Apr 2024 04:56:37 -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 1rypTY-0003lT-QH; Mon, 22 Apr 2024 04:56:36 -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=K+IXRke3fjDJRVXYq3SG4DyCnNlc1RS8yPdARCm2BYU=; b=c7jpQKShTcd/2ufkEQ3o nps5GM2F1f14Rkc43yadlfw+0tmNyse/ygQoW8/HflJ17snOij7sfIrxpjvWh8BIi1p7736/VTXPb dluUXI8XsCIPaEAHduu2FmJf0CRcbkhRSUZqnQHrO4sX/mtRh5wHLcTvfonkv8nxGoYTQ7/VUsFln oQnzjjHwvRyqd62GirQXjK8N/otdmHFOS+jBO5CW1FjEOAO/7TMbOej2vTwJ86X0ocbiYSo6IFJ5n BP5FKA0ZqPFXTnoRvpjKMdaTfbZhXLLrdBqA33Taonp9TVGCZw/DW9Ob3UBGPUg3Eak9oo//ujL8C VovbAlFljOw1Ow==; In-Reply-To: (message from Gerd =?utf-8?Q?M?= =?utf-8?Q?=C3=B6llmann?= on Mon, 22 Apr 2024 10:27:42 +0200) 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:317965 Archived-At: > From: Gerd Möllmann > Cc: eggert@cs.ucla.edu, eller.helmut@gmail.com, emacs-devel@gnu.org > Date: Mon, 22 Apr 2024 10:27:42 +0200 > > Eli Zaretskii writes: > > > What do "exact reference" and "ambiguous reference" mean, in Emacs > > terms? > > Ambiguour references are ones that could be a reference or a could as > well be a random bit pattern. > > An example in Emacs is the control stack marking. Is that just one example, or is that the _only_ example? If the former, what other examples of ambiguous references are there in Emacs?