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: New optional Eshell module: em-elecslash Date: Thu, 21 Apr 2022 09:15:07 +0300 Message-ID: <83zgkfq7x0.fsf@gnu.org> References: <87k0bokg98.fsf@melete.silentflame.com> <83ee1wzvki.fsf@gnu.org> <87fsmckd6d.fsf@melete.silentflame.com> <837d7oz0vo.fsf@gnu.org> <87wnfluiac.fsf@athena.silentflame.com> <87mtgg8uai.fsf@melete.silentflame.com> <83o80wtgxz.fsf@gnu.org> <87k0bj8qcz.fsf@melete.silentflame.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="22690"; mail-complaints-to="usenet@ciao.gmane.io" Cc: philipk@posteo.net, emacs-devel@gnu.org To: Sean Whitton Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Apr 21 08:27:23 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 1nhQHi-0005jo-Ox for ged-emacs-devel@m.gmane-mx.org; Thu, 21 Apr 2022 08:27:22 +0200 Original-Received: from localhost ([::1]:54020 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nhQHh-0004sF-KQ for ged-emacs-devel@m.gmane-mx.org; Thu, 21 Apr 2022 02:27:21 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:50412) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nhQ5x-0005Mc-HJ for emacs-devel@gnu.org; Thu, 21 Apr 2022 02:15:13 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:55116) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nhQ5w-0004k9-JH; Thu, 21 Apr 2022 02:15:13 -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=NbbG8ES81cQvNXMD5XVPQlP8gaS/yBxa6cYfEDPJfSc=; b=hDMb+wkSVrmm 3/l7BTP7yyf3MIAxl2mD6pSKw+MVIhUxqcKljJFzQMjlzs5sItcVEn/YVwGB3jGED1RUZPt4GLK3F Aqp/hb+NaZ/N+PwOBU9TB9PXqOAvkeD5rXJCF2nVgkVppbTeAtrL7awttUzVHHqhFZ31gpZsX5+Mh /AireFhUPx5VBf95bCUb3QwBc1rI+4gp1P+JEfhH2ZGwOaTqRP6Pa4U4s2pBZUxunSpwJF4yTKfhv HXLugWCz89waNSQeKmo3UKvIXi1YEmnADKo4V9ljt0jli9kkxEJLScSE54DT7Y9TIgzrecgkP+sOD Fe5ySWl1jofjFRBTlN6kQQ==; Original-Received: from [87.69.77.57] (port=2567 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 1nhQ5w-0003Vt-22; Thu, 21 Apr 2022 02:15:12 -0400 In-Reply-To: <87k0bj8qcz.fsf@melete.silentflame.com> (message from Sean Whitton on Wed, 20 Apr 2022 13:14:04 -0700) 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:288741 Archived-At: > From: Sean Whitton > Cc: emacs-devel@gnu.org, philipk@posteo.net > Date: Wed, 20 Apr 2022 13:14:04 -0700 > > > A comma is missing there. > > Thanks. This is an American English thing I find it hard to remember. > > >> -@item Make @kbd{/} electric > >> +@item Make @kbd{/} more electric > >> > >> -So that it automatically expands and corrects pathnames. Or make > >> -pathname completion for Pcomplete auto-expand @samp{/u/i/std@key{TAB}} to > >> +So that it automatically expands and corrects pathnames, beyond what > >> +the @code{em-elecslash} module is able to do. Or make pathname > >> +completion for Pcomplete auto-expand @samp{/u/i/std@key{TAB}} to > > > > This last paragraph needs a @noindent and should start with a > > lower-case letter, because it is a continuation of the previous > > sentence. Also, it uses "pathname(s)" where it should use "file > > name(s)". > > I was thinking that I would touch that paragraph only to the extent I > had to to update it, but why not fix those things, indeed. > > >> +*** New module to help supplying absolute file names to remote commands. > >> +After enabling the new module, typing a forward slash as the first > >> +character of a command line argument will automatically insert the > >> +Tramp prefix. The automatic insertion applies only when > >> +'default-directory' is remote and the command is a Lisp function. > >> +This frees you from having to keep track of whether commands are Lisp > >> +function or external when supplying absolute file name arguments. See > >> +"Electric forward slash" in the Eshell manual. > > > > This NEWS entry should name the module, I think. > > Good point. Thanks, the patch LGTM.