GNU bug report logs - #20873
24.5; shell command completion faulty

Previous Next

Package: emacs;

Reported by: Leo Liu <sdl.web <at> gmail.com>

Date: Mon, 22 Jun 2015 13:26:02 UTC

Severity: normal

Found in version 24.5

Fixed in version 25.1

Done: Leo Liu <sdl.web <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Stefan Monnier <monnier <at> iro.umontreal.ca>
To: Leo Liu <sdl.web <at> gmail.com>
Cc: 20873 <at> debbugs.gnu.org
Subject: bug#20873: 24.5; shell command completion faulty
Date: Mon, 22 Jun 2015 18:13:10 -0400
> I wonder if the following is the right fix?
[...]
> -		 (save-excursion (shell-backward-command 1) (point))))
> +		 (save-excursion (shell-backward-command 1)
> +				 (skip-syntax-forward " ")
> +				 (point))))

Could be.  I don't have time to dig into it right now, but another
option might be to change shell-backward-command instead.


        Stefan




This bug report was last modified 9 years and 338 days ago.

Previous Next


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