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: man broken? Date: Wed, 27 Dec 2023 20:57:18 +0200 Message-ID: <83edf78odt.fsf@gnu.org> References: Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="33485"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: "T.V Raman" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Dec 27 19:58:01 2023 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 1rIZ6N-0008Pu-Pt for ged-emacs-devel@m.gmane-mx.org; Wed, 27 Dec 2023 19:58:00 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rIZ62-0008DS-Dp; Wed, 27 Dec 2023 13:57:38 -0500 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 1rIZ61-0008Ba-Cw for emacs-devel@gnu.org; Wed, 27 Dec 2023 13:57:37 -0500 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 1rIZ61-0001u6-09; Wed, 27 Dec 2023 13:57:37 -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=b4eLq9Mghce46TVxLa/BqcyTGtcd5/yI8dz/tC12xhs=; b=i0xgTEAwHN/M n0bspIz7R/JSUEoLEhi1va+Zu7FpufStKnwZpHNsHEv4lBTUe9B+WOL0wb7PDf5Eg0wr28yCX2i2h PTEHNVv3z3LKVVSK0GJ6XiElXZnhxfNaJYd/UPx+xGUjUsunI4PxJgQRnJJx01atwI+A2GcpIIkcY IrY5zYJklNusb2b0emI78oMghEJXQBu+9aXv/9pAdN96FRI5kMKSmZ9yFDJ+gtC0FZt5gyIyatNIc erg0pvHC8zs+RBQwLb6TIMbw1pX9OF5Jd/9Y9tVSsN6eG0GwJgabGcMv1Ki9tGWYO9truCaQ9z9Xp aTVhlp4ozKBEIbmZc5sQgg==; In-Reply-To: (raman@google.com) 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:314257 Archived-At: > Date: Wed, 27 Dec 2023 10:28:38 -0800 > From: "T.V Raman" > > Invoking man M-x man on any program, eg ls returns error: > > Invalid function: connection-local-value > > appears to be due to tramp related logic in man-shell-file-name I cannot reproduce this with the latest master branch, FWIW. In any case, please always report this using "M-x report-emacs-bug", so that the report goes to the bug tracker and includes the necessary details about the version of Emacs in which you see this and the system configuration.