bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#20873: 24.5; shell command completion faulty


From: Stefan Monnier
Subject: bug#20873: 24.5; shell command completion faulty
Date: Mon, 22 Jun 2015 18:13:10 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

> 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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]