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: Wed, 05 Jan 2022 15:18:53 +0200 Message-ID: <83o84q9v7m.fsf@gnu.org> References: <87ee5o7eun.fsf@gnu.org> <83ee5nblfv.fsf@gnu.org> <871r1n320e.fsf@gnu.org> <83a6gbbg8s.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="31849"; mail-complaints-to="usenet@ciao.gmane.io" Cc: mardani29@yahoo.es, raman@google.com, emacs-devel@gnu.org To: tsdh@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Jan 05 14:35:03 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 1n56RT-00086q-Fh for ged-emacs-devel@m.gmane-mx.org; Wed, 05 Jan 2022 14:35:03 +0100 Original-Received: from localhost ([::1]:50256 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1n56RS-00019K-HU for ged-emacs-devel@m.gmane-mx.org; Wed, 05 Jan 2022 08:35:02 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:42486) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n56Bm-0005SU-8W for emacs-devel@gnu.org; Wed, 05 Jan 2022 08:18:57 -0500 Original-Received: from [2001:470:142:3::e] (port=41610 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 1n56Bg-0007Fb-PR; Wed, 05 Jan 2022 08:18:45 -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=ZJezxcJmmqGkBg5e3HSxuMA28Pnt7N3Y2pOe20oHC1E=; b=sQ5QQW2OOAqy puoj8IRMb5dSzgev8XhNDAOf/Rzz1uhmWNcbQAvxjFvw9pstwUGKPDnQyHf0Np48HjROKiZf+/5+v FBPVR3QVGE/4E3u3oM4UY9C8cxz7CYjX12IGi6tHafBnTqTfzkXvHF8F1UhzpZL6iK1zk2/8DlFjR FjYDWgKul01olcjgYnTaIXNR8i7hkgZ9Hbku93mUIzcWfyy7tyhaBiRrVXtkEcQLlVXV4h1+5mzU0 YDQCKuNcKISaXlE1xUMnbJ4/ySintdZOBd6t5LN0NTNlU6C08Od0NTI4PDcxYM0ZiKFAeRYX9yTxr 7cLw1FO+BdTjllwJb9a0RQ==; Original-Received: from [87.69.77.57] (port=1675 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 1n56Bf-0008UE-Gb; Wed, 05 Jan 2022 08:18:44 -0500 In-Reply-To: <83a6gbbg8s.fsf@gnu.org> (message from Eli Zaretskii on Tue, 04 Jan 2022 18:46:59 +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" Xref: news.gmane.io gmane.emacs.devel:284239 Archived-At: > Date: Tue, 04 Jan 2022 18:46:59 +0200 > From: Eli Zaretskii > Cc: emacs-devel@gnu.org, mardani29@yahoo.es, raman@google.com > > > >> 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. I went ahead and installed it.