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.help Subject: Re: bug with `apropos-value' in Emacs 29.0? Date: Sat, 21 May 2022 21:49:19 +0300 Message-ID: <838rqu90wg.fsf@gnu.org> References: <87mtfa68h1.fsf@dataswamp.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="39880"; mail-complaints-to="usenet@ciao.gmane.io" To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Sat May 21 20:50:33 2022 Return-path: Envelope-to: geh-help-gnu-emacs@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 1nsUBM-000AB9-Gp for geh-help-gnu-emacs@m.gmane-mx.org; Sat, 21 May 2022 20:50:32 +0200 Original-Received: from localhost ([::1]:45382 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nsUBK-0005wq-Ma for geh-help-gnu-emacs@m.gmane-mx.org; Sat, 21 May 2022 14:50:31 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:45452) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nsUAT-0005wc-0B for help-gnu-emacs@gnu.org; Sat, 21 May 2022 14:49:37 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:55672) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nsUAR-0000cI-Ek for help-gnu-emacs@gnu.org; Sat, 21 May 2022 14:49: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=mRvyLR5izDVZjg0Ap1Of9oldFzOOWF62xIYEsQGRuLo=; b=Uu2T1YvnIJEbLswbIGhJ cFmEraZpNQVR3iNmoyM8H1OYyBSu+uZCSQMjY2hKsGsWLyncdLYZZ78b6cLWkodSdp3ZU9yofdnX+ tTa+HC/Y8fdC26qcdX1scTx+zPkrylmiemgkqn4WfTbDGpgVZiloJZ6W/DVLxFHIuIcv3y1i9ud4Y le4bwC25zQVkWGe1xDLGcV2Lz7K7Lst6SViaSYNUirMN+a+twtERkN8LsyQ97bRjh/lh3iRTAne/T iFVG80t1aHhqylB7OK+Z9uWEDpRUSVhWu+EgGlhmX6eBfEPn1Bqjww/VGCmBp2s9eLK6CeZJSVEyT Pzsraha/wuq4PQ==; Original-Received: from [87.69.77.57] (port=3116 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 1nsUAR-0003TV-2U for help-gnu-emacs@gnu.org; Sat, 21 May 2022 14:49:35 -0400 In-Reply-To: <87mtfa68h1.fsf@dataswamp.org> (message from Emanuel Berg on Sat, 21 May 2022 20:34:02 +0200) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.io gmane.emacs.help:137332 Archived-At: > From: Emanuel Berg > Date: Sat, 21 May 2022 20:34:02 +0200 > > GNU Emacs 29.0.50 (build 1, x86_64-pc-linux-gnu, cairo version > 1.16.0) of 2021-12-31 > > $ emacs -Q > > fill-column ; 70 > > (apropos-value "70") > > substitute-command-keys: Invalid key sequence in substitution: > ‘ \,@ \,\.) princ #s(hash-table size 2 test eq rehash-size 1.5 > rehash-threshold 0.8125 purecopy t data (quote 56 function > 60)) \’ With today's master branch, I cannot reproduce this. But if it's reproducible on your system after you update from master (yours is a very old build), please report this as a bug, preferably with a backtrace.