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: info-lookup-alist mangled, breaks C-h S Date: Tue, 04 Jan 2022 18:46:59 +0200 Message-ID: <83a6gbbg8s.fsf@gnu.org> References: <87ee5o7eun.fsf@gnu.org> <83ee5nblfv.fsf@gnu.org> <871r1n320e.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="37539"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org, mardani29@yahoo.es, raman@google.com To: Tassilo Horn Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Jan 04 17:48:28 2022 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 1n4mz4-0009Y8-GF for ged-emacs-devel@m.gmane-mx.org; Tue, 04 Jan 2022 17:48:26 +0100 Original-Received: from localhost ([::1]:34972 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1n4mz3-0003rI-1o for ged-emacs-devel@m.gmane-mx.org; Tue, 04 Jan 2022 11:48:25 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:48682) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n4mxZ-0001Ji-LK for emacs-devel@gnu.org; Tue, 04 Jan 2022 11:46:53 -0500 Original-Received: from [2001:470:142:3::e] (port=49330 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n4mxZ-0000F8-DP; Tue, 04 Jan 2022 11:46:53 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=dfUQHJ578S3AR5mHYR8OFLpRteMm/zeEmdQOrZ56s40=; b=pvNoomcLpmfk Q63hA+BdTTqbPg6Hao5HUnvtgCOSOlAbLx8O5w2KtYwFdpZ7wmxoAWuCHaWhfVrsH/tA7CVL9BBY1 PFZTusOoHKxSg36Aom7q4OJWyoNKLs3pgWbN0NjhaO8OzSN8Y/7zHag2irPFDrZHLJGCWx1rjldz9 QP2V5LGQjpS9IgX1KFI5lqYnpruppdXibTJjSWSXG/feBY4O+ERPujBeQcrugkxU9Y4PRfiovd/dR 2X5EzEkHztgTU5PHa7SNic3e76pusMK9bg0z1rQQ/8zSf8l07R0/Nt+ak7RJePPuiF+ZEJrufOOaF 3UxbZ7g+CK7FSXYkgtzUCA==; Original-Received: from [87.69.77.57] (port=1768 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 1n4mxZ-0001pY-3U; Tue, 04 Jan 2022 11:46:53 -0500 In-Reply-To: <871r1n320e.fsf@gnu.org> (message from Tassilo Horn on Tue, 04 Jan 2022 17:19:33 +0100) 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" Xref: news.gmane.io gmane.emacs.devel:284172 Archived-At: > From: Tassilo Horn > Cc: raman@google.com, emacs-devel@gnu.org, mardani29@yahoo.es > Date: Tue, 04 Jan 2022 17:19:33 +0100 > > >> 1. emacs -Q > >> 2. M-x fundamental-mode RET in *stratch* > >> 3. C-h S > >> > >> with GNU Emacs 29.0.50 of 2022-01-03. The step 2 above is needed > >> because `C-h S' in an emacs-lisp-mode or lisp-interaction-mode buffer > >> works just fine whereas I get the error in fundamental-mode or > >> Info-mode. I can't reproduce with emacs 27 or 28. > > > > Does the patch below give good results? > > Yes, it does, thanks! Thanks for testing. Will install, once Lars helps me figure out how to fix the doc string of info-lookup-alist.