GNU bug report logs - #60083
29.0.60; eshell-elecslash when in the root directory of a remote host

Previous Next

Package: emacs;

Reported by: montag451 <montag451 <at> laposte.net>

Date: Thu, 15 Dec 2022 07:44:02 UTC

Severity: normal

Found in version 29.0.60

Done: Jim Porter <jporterbugs <at> gmail.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 60083 in the body.
You can then email your comments to 60083 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#60083; Package emacs. (Thu, 15 Dec 2022 07:44:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to montag451 <montag451 <at> laposte.net>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Thu, 15 Dec 2022 07:44:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: montag451 <montag451 <at> laposte.net>
To: bug-gnu-emacs <at> gnu.org
Subject: 29.0.60; eshell-elecslash when in the root directory of a remote host
Date: Thu, 15 Dec 2022 00:46:50 +0100
[Message part 1 (text/plain, inline)]
Hi,

While testing the new eshell module 'eshell-elecslash' I found a bug
when the default-directory is the root of a remote host. To reproduce
the problem type the following in a eshell buffer (replacing "method"
and "host" by appropriate values):

$ cd /method:host:/
$ cd / <--- here the "/" should be replaced by "/method:host:/" but
instead nothing happen

I've attached a patch to this email which fixes this issue.


In GNU Emacs 29.0.60 (build 1, x86_64-pc-linux-gnu, GTK+ Version
 3.24.35, cairo version 1.16.0) of 2022-12-15 built on vincent-laptop
Repository revision: fbf0d3b796ac1b891be35b642878a1fd412ee5ea
Repository branch: emacs-29
Windowing system distributor 'The X.Org Foundation', version
11.0.12201005
System Description: Debian GNU/Linux bookworm/sid

Configured using:
 'configure --prefix /tmp/emacs-29'

Configured features:
CAIRO DBUS FREETYPE GIF GLIB GMP GNUTLS GSETTINGS HARFBUZZ JPEG
LIBSELINUX LIBXML2 MODULES NOTIFY INOTIFY PDUMPER PNG SECCOMP SOUND
SQLITE3 THREADS TIFF TOOLKIT_SCROLL_BARS X11 XDBE XIM XINPUT2 XPM GTK3
ZLIB

Important settings:
  value of $LANG: fr_FR.UTF-8
  value of $XMODIFIERS: @im=ibus
  locale-coding-system: utf-8-unix

Major mode: Fundamental

Minor modes in effect:
  tooltip-mode: t
  global-eldoc-mode: t
  show-paren-mode: t
  electric-indent-mode: t
  mouse-wheel-mode: t
  tool-bar-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  blink-cursor-mode: t
  buffer-read-only: t
  line-number-mode: t
  indent-tabs-mode: t
  transient-mark-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t

Load-path shadows:
None found.

Features:
(shadow sort mail-extr emacsbug message mailcap yank-media puny dired
dired-loaddefs rfc822 mml mml-sec password-cache epa derived epg
rfc6068
epg-config gnus-util text-property-search time-date subr-x mm-decode
mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader
cl-loaddefs cl-lib sendmail rfc2047 rfc2045 ietf-drums mm-util
mail-prsvr mail-utils rmc iso-transl tooltip cconv eldoc paren electric
uniquify ediff-hook vc-hooks lisp-float-type elisp-mode mwheel
term/x-win x-win term/common-win x-dnd tool-bar dnd fontset image
regexp-opt fringe tabulated-list replace newcomment text-mode lisp-mode
prog-mode register page tab-bar menu-bar rfn-eshadow isearch easymenu
timer select scroll-bar mouse jit-lock font-lock syntax font-core
term/tty-colors frame minibuffer nadvice seq simple cl-generic
indonesian philippine cham georgian utf-8-lang misc-lang vietnamese
tibetan thai tai-viet lao korean japanese eucjp-ms cp51932 hebrew greek
romanian slovak czech european ethiopic indian cyrillic chinese
composite emoji-zwj charscript charprop case-table epa-hook
jka-cmpr-hook help abbrev obarray oclosure cl-preloaded button loaddefs
theme-loaddefs faces cus-face macroexp files window text-properties
overlay sha1 md5 base64 format env code-pages mule custom widget keymap
hashtable-print-readable backquote threads dbusbind inotify
dynamic-setting system-font-setting font-render-setting cairo
move-toolbar gtk x-toolkit xinput2 x multi-tty make-network-process
emacs)

Memory information:
((conses 16 38765 9013)
 (symbols 48 5124 0)
 (strings 32 13223 1378)
 (string-bytes 1 378252)
 (vectors 16 9327)
 (vector-slots 8 148424 13521)
 (floats 8 22 18)
 (intervals 56 369 2)
 (buffers 976 12))

[eshell-elecslash.patch (text/x-patch, attachment)]

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#60083; Package emacs. (Sun, 18 Dec 2022 10:35:02 GMT) Full text and rfc822 format available.

Message #8 received at 60083 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: montag451 <montag451 <at> laposte.net>, Jim Porter <jporterbugs <at> gmail.com>
Cc: 60083 <at> debbugs.gnu.org
Subject: Re: bug#60083: 29.0.60;
 eshell-elecslash when in the root directory of a remote host
Date: Sun, 18 Dec 2022 12:34:18 +0200
> Date: Thu, 15 Dec 2022 00:46:50 +0100
> From:  montag451 via "Bug reports for GNU Emacs,
>  the Swiss army knife of text editors" <bug-gnu-emacs <at> gnu.org>
> 
> While testing the new eshell module 'eshell-elecslash' I found a bug
> when the default-directory is the root of a remote host. To reproduce
> the problem type the following in a eshell buffer (replacing "method"
> and "host" by appropriate values):
> 
> $ cd /method:host:/
> $ cd / <--- here the "/" should be replaced by "/method:host:/" but
> instead nothing happen
> 
> I've attached a patch to this email which fixes this issue.

Jim, are you looking into this issue?

Thanks.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#60083; Package emacs. (Sun, 18 Dec 2022 20:05:01 GMT) Full text and rfc822 format available.

Message #11 received at 60083 <at> debbugs.gnu.org (full text, mbox):

From: Jim Porter <jporterbugs <at> gmail.com>
To: Eli Zaretskii <eliz <at> gnu.org>, montag451 <montag451 <at> laposte.net>
Cc: 60083 <at> debbugs.gnu.org
Subject: Re: bug#60083: 29.0.60; eshell-elecslash when in the root directory
 of a remote host
Date: Sun, 18 Dec 2022 12:04:47 -0800
On 12/18/2022 2:34 AM, Eli Zaretskii wrote:
>> Date: Thu, 15 Dec 2022 00:46:50 +0100
>> From:  montag451 via "Bug reports for GNU Emacs,
>>   the Swiss army knife of text editors" <bug-gnu-emacs <at> gnu.org>
>>
>> While testing the new eshell module 'eshell-elecslash' I found a bug
>> when the default-directory is the root of a remote host. To reproduce
>> the problem type the following in a eshell buffer (replacing "method"
>> and "host" by appropriate values):
>>
>> $ cd /method:host:/
>> $ cd / <--- here the "/" should be replaced by "/method:host:/" but
>> instead nothing happen
>>
>> I've attached a patch to this email which fixes this issue.
> 
> Jim, are you looking into this issue?

Thanks. I missed the original message. The patch looks good to me, 
although it compiles with the following warning:

  In eshell-electric-forward-slash:
  ../../lisp/eshell/em-elecslash.el:98:18: Warning: Unused lexical 
variable `localname'

Looking through the code, I think we can just remove that variable.

Since this is a small change, and fixes a corner case in a new feature, 
I think it would make sense to go on the release branch, though I'll 
defer to you on this, Eli. The fact that the new code (with the removal 
of 'localname') is a bit simpler helps too.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#60083; Package emacs. (Sun, 18 Dec 2022 20:16:02 GMT) Full text and rfc822 format available.

Message #14 received at 60083 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Jim Porter <jporterbugs <at> gmail.com>
Cc: montag451 <at> laposte.net, 60083 <at> debbugs.gnu.org
Subject: Re: bug#60083: 29.0.60; eshell-elecslash when in the root directory
 of a remote host
Date: Sun, 18 Dec 2022 22:15:24 +0200
> Date: Sun, 18 Dec 2022 12:04:47 -0800
> Cc: 60083 <at> debbugs.gnu.org
> From: Jim Porter <jporterbugs <at> gmail.com>
> 
> On 12/18/2022 2:34 AM, Eli Zaretskii wrote:
> >> Date: Thu, 15 Dec 2022 00:46:50 +0100
> >> From:  montag451 via "Bug reports for GNU Emacs,
> >>   the Swiss army knife of text editors" <bug-gnu-emacs <at> gnu.org>
> >>
> >> While testing the new eshell module 'eshell-elecslash' I found a bug
> >> when the default-directory is the root of a remote host. To reproduce
> >> the problem type the following in a eshell buffer (replacing "method"
> >> and "host" by appropriate values):
> >>
> >> $ cd /method:host:/
> >> $ cd / <--- here the "/" should be replaced by "/method:host:/" but
> >> instead nothing happen
> >>
> >> I've attached a patch to this email which fixes this issue.
> > 
> > Jim, are you looking into this issue?
> 
> Thanks. I missed the original message. The patch looks good to me, 
> although it compiles with the following warning:
> 
>    In eshell-electric-forward-slash:
>    ../../lisp/eshell/em-elecslash.el:98:18: Warning: Unused lexical 
> variable `localname'
> 
> Looking through the code, I think we can just remove that variable.
> 
> Since this is a small change, and fixes a corner case in a new feature, 
> I think it would make sense to go on the release branch, though I'll 
> defer to you on this, Eli. The fact that the new code (with the removal 
> of 'localname') is a bit simpler helps too.

Yes, the release branch is fine for this.  Especially since this
module is AFAIU new in Emacs 29.

Thanks.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#60083; Package emacs. (Mon, 19 Dec 2022 11:30:02 GMT) Full text and rfc822 format available.

Message #17 received at 60083 <at> debbugs.gnu.org (full text, mbox):

From: montag451 <montag451 <at> laposte.net>
To: Jim Porter <jporterbugs <at> gmail.com>, Eli Zaretskii <eliz <at> gnu.org>
Cc: 60083 <at> debbugs.gnu.org
Subject: Re: bug#60083: 29.0.60; eshell-elecslash when in the root directory
 of a remote host
Date: Mon, 19 Dec 2022 12:29:27 +0100
[Message part 1 (text/plain, inline)]
Le dimanche 18 décembre 2022 à 12:04 -0800, Jim Porter a écrit :
> On 12/18/2022 2:34 AM, Eli Zaretskii wrote:
> > > Date: Thu, 15 Dec 2022 00:46:50 +0100
> > > From:  montag451 via "Bug reports for GNU Emacs,
> > >   the Swiss army knife of text editors" <bug-gnu-emacs <at> gnu.org>
> > > 
> > > While testing the new eshell module 'eshell-elecslash' I found a
> > > bug
> > > when the default-directory is the root of a remote host. To
> > > reproduce
> > > the problem type the following in a eshell buffer (replacing
> > > "method"
> > > and "host" by appropriate values):
> > > 
> > > $ cd /method:host:/
> > > $ cd / <--- here the "/" should be replaced by "/method:host:/"
> > > but
> > > instead nothing happen
> > > 
> > > I've attached a patch to this email which fixes this issue.
> > 
> > Jim, are you looking into this issue?
> 
> Thanks. I missed the original message. The patch looks good to me, 
> although it compiles with the following warning:
> 
>    In eshell-electric-forward-slash:
>    ../../lisp/eshell/em-elecslash.el:98:18: Warning: Unused lexical 
> variable `localname'
> 
> Looking through the code, I think we can just remove that variable.
> 
> Since this is a small change, and fixes a corner case in a new
> feature, 
> I think it would make sense to go on the release branch, though I'll 
> defer to you on this, Eli. The fact that the new code (with the
> removal 
> of 'localname') is a bit simpler helps too.

Thanks for looking into this. I've attached to this email a new patch
which fixes the compilation warning.
[eshell-elecslash.patch (text/x-patch, attachment)]

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#60083; Package emacs. (Wed, 21 Dec 2022 06:56:01 GMT) Full text and rfc822 format available.

Message #20 received at 60083 <at> debbugs.gnu.org (full text, mbox):

From: Jim Porter <jporterbugs <at> gmail.com>
To: montag451 <montag451 <at> laposte.net>, Eli Zaretskii <eliz <at> gnu.org>
Cc: 60083 <at> debbugs.gnu.org
Subject: Re: bug#60083: 29.0.60; eshell-elecslash when in the root directory
 of a remote host
Date: Tue, 20 Dec 2022 22:55:24 -0800
On 12/19/2022 3:29 AM, montag451 via Bug reports for GNU Emacs, the 
Swiss army knife of text editors wrote:
> Thanks for looking into this. I've attached to this email a new patch
> which fixes the compilation warning.

Thanks. This looks good to me now.

Eli, should I merge this to the release branch then? (I'm not sure about 
copyright assignment paperwork and such here.)




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#60083; Package emacs. (Wed, 21 Dec 2022 12:43:01 GMT) Full text and rfc822 format available.

Message #23 received at 60083 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Jim Porter <jporterbugs <at> gmail.com>
Cc: montag451 <at> laposte.net, 60083 <at> debbugs.gnu.org
Subject: Re: bug#60083: 29.0.60; eshell-elecslash when in the root directory
 of a remote host
Date: Wed, 21 Dec 2022 14:42:06 +0200
> Date: Tue, 20 Dec 2022 22:55:24 -0800
> Cc: 60083 <at> debbugs.gnu.org
> From: Jim Porter <jporterbugs <at> gmail.com>
> 
> On 12/19/2022 3:29 AM, montag451 via Bug reports for GNU Emacs, the 
> Swiss army knife of text editors wrote:
> > Thanks for looking into this. I've attached to this email a new patch
> > which fixes the compilation warning.
> 
> Thanks. This looks good to me now.
> 
> Eli, should I merge this to the release branch then?

Yes, please.  But don't forget the Copyright-paperwork-exempt thingy
in the log message.

Thanks.




Reply sent to Jim Porter <jporterbugs <at> gmail.com>:
You have taken responsibility. (Wed, 21 Dec 2022 22:28:01 GMT) Full text and rfc822 format available.

Notification sent to montag451 <montag451 <at> laposte.net>:
bug acknowledged by developer. (Wed, 21 Dec 2022 22:28:02 GMT) Full text and rfc822 format available.

Message #28 received at 60083-done <at> debbugs.gnu.org (full text, mbox):

From: Jim Porter <jporterbugs <at> gmail.com>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: montag451 <at> laposte.net, 60083-done <at> debbugs.gnu.org
Subject: Re: bug#60083: 29.0.60; eshell-elecslash when in the root directory
 of a remote host
Date: Wed, 21 Dec 2022 14:27:45 -0800
On 12/21/2022 4:42 AM, Eli Zaretskii wrote:
>> Date: Tue, 20 Dec 2022 22:55:24 -0800
>> Cc: 60083 <at> debbugs.gnu.org
>> From: Jim Porter <jporterbugs <at> gmail.com>
>>
>> On 12/19/2022 3:29 AM, montag451 via Bug reports for GNU Emacs, the
>> Swiss army knife of text editors wrote:
>>> Thanks for looking into this. I've attached to this email a new patch
>>> which fixes the compilation warning.
>>
>> Thanks. This looks good to me now.
>>
>> Eli, should I merge this to the release branch then?
> 
> Yes, please.  But don't forget the Copyright-paperwork-exempt thingy
> in the log message.

Ok, merged to emacs-29 as 777b383dd0f61488ba4e43756cf43521f994f906.

Thanks again for the bug report/patch. Closing this bug now.





Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#60083; Package emacs. (Fri, 23 Dec 2022 19:47:02 GMT) Full text and rfc822 format available.

Message #31 received at 60083 <at> debbugs.gnu.org (full text, mbox):

From: Sean Whitton <spwhitton <at> spwhitton.name>
To: 60083 <at> debbugs.gnu.org, jporterbugs <at> gmail.com,  montag451 <at> laposte.net
Subject: Re: bug#60083: 29.0.60; eshell-elecslash when in the root directory
 of a remote host
Date: Fri, 23 Dec 2022 12:46:03 -0700
Hello,

On Wed 21 Dec 2022 at 02:27PM -08, Jim Porter wrote:

> On 12/21/2022 4:42 AM, Eli Zaretskii wrote:
>>> Date: Tue, 20 Dec 2022 22:55:24 -0800
>>> Cc: 60083 <at> debbugs.gnu.org
>>> From: Jim Porter <jporterbugs <at> gmail.com>
>>>
>>> On 12/19/2022 3:29 AM, montag451 via Bug reports for GNU Emacs, the
>>> Swiss army knife of text editors wrote:
>>>> Thanks for looking into this. I've attached to this email a new patch
>>>> which fixes the compilation warning.
>>>
>>> Thanks. This looks good to me now.
>>>
>>> Eli, should I merge this to the release branch then?
>> Yes, please.  But don't forget the Copyright-paperwork-exempt thingy
>> in the log message.
>
> Ok, merged to emacs-29 as 777b383dd0f61488ba4e43756cf43521f994f906.
>
> Thanks again for the bug report/patch. Closing this bug now.

Thank you all for fixing my code!

-- 
Sean Whitton




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 21 Jan 2023 12:24:11 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 146 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.