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-mode patch Date: Tue, 27 Jun 2023 19:03:46 +0300 Message-ID: <83wmzovqn1.fsf@gnu.org> References: <86fs6ertto.fsf@mail.linkov.net> <838rc5w2ku.fsf@gnu.org> <835y79vzxr.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="32652"; mail-complaints-to="usenet@ciao.gmane.io" Cc: juri@linkov.net, emacs-devel@gnu.org To: Arthur Miller Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Jun 27 18:04:09 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 1qEBAn-0008EU-KA for ged-emacs-devel@m.gmane-mx.org; Tue, 27 Jun 2023 18:04:09 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qEBA7-0006jJ-MK; Tue, 27 Jun 2023 12:03:27 -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 1qEBA6-0006hk-9w for emacs-devel@gnu.org; Tue, 27 Jun 2023 12:03:26 -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 1qEBA5-0003wz-S0; Tue, 27 Jun 2023 12:03:25 -0400 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=19+DPXu33r8EjVyHfDPIgsddiYL6d3v6BApIPTYkbag=; b=ZDtuDg1uVy9k B6NErXdY++b7nB7gq1pbRelGRNf/ROy5G2tKIo0atXdKUBoAATVZnu6NtWDU+UmZKcP7vZCbg0J7r vm5ltuhpjSwbwAFhGADz/0Vc4WLk8fV83mkuOHnLD83zMA6n8ZkcfLlOhL4Vgg6rxqkwlfZC9dgnw NvYz0fKwrNDuY4k/gz2YsDXz9yFxZXHoNipA3vxSsf3BDMI2sLPmEhNF7ZpOuQHKocDUo40DXqWYq NizpZMT3iHyDHWlpLYaZ8Q8/chJQzfTZOFstq96cEC+kAkFz5+8tyO9ZkdbvC/AwSlWEDadhYwjR3 rjZd+H8ZpRqIyKkyVmxgDw==; Original-Received: from [87.69.77.57] (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 1qEBA4-0005ij-5f; Tue, 27 Jun 2023 12:03:24 -0400 In-Reply-To: (message from Arthur Miller on Tue, 27 Jun 2023 17:28:22 +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:307262 Archived-At: > From: Arthur Miller > Cc: juri@linkov.net, emacs-devel@gnu.org > Date: Tue, 27 Jun 2023 17:28:22 +0200 > > Anyway, if the patch is unnaceptable because of most of info commands being > reworked, then I assume it is not interested to continue with this, so I'll > thank for the valuable input and insights and wait with the excitement for the > solution. FWIW, I'm very interested in being able to invoke Help and Info commands without having to switch to a window that shows *Help* or *info* buffers, but I hoped the solution would be simpler, both in use and in the implementation. Thanks for working on this.