GNU bug report logs - #52119
29.0.50; Blank lines in vc-git-stash-pop with fido-vertical-mode

Previous Next

Package: emacs;

Reported by: Manuel Uberti <manuel.uberti <at> inventati.org>

Date: Fri, 26 Nov 2021 07:52:01 UTC

Severity: normal

Found in version 29.0.50

Fixed in version 29.1

Done: Dmitry Gutov <dgutov <at> yandex.ru>

Bug is archived. No further changes may be made.

Full log


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

From: Manuel Uberti <manuel.uberti <at> inventati.org>
To: Dmitry Gutov <dgutov <at> yandex.ru>, 52119 <at> debbugs.gnu.org
Subject: Re: bug#52119: 29.0.50; Blank lines in vc-git-stash-pop with
 fido-vertical-mode
Date: Fri, 26 Nov 2021 13:48:20 +0100
[Message part 1 (text/plain, inline)]
On 26/11/21 13:40, Dmitry Gutov wrote:
> Hi!
> 
> Does this help?
> 
> diff --git a/lisp/vc/vc-git.el b/lisp/vc/vc-git.el
> index 3f89fad235..24c4535ed1 100644
> --- a/lisp/vc/vc-git.el
> +++ b/lisp/vc/vc-git.el
> @@ -1685,7 +1685,7 @@ vc-git-stash-read
>     (let ((stash (completing-read
>                    prompt
>                    (split-string
> -                  (or (vc-git--run-command-string nil "stash" "list") "") "\n")
> +                  (or (vc-git--run-command-string nil "stash" "list") "") "\n" t)
>                    nil :require-match nil 'vc-git-stash-read-history)))
>       (if (string-equal stash "")
>           (user-error "Not a stash")

Yes, see attached screenshot.

Thanks a lot.

-- 
Manuel Uberti
www.manueluberti.eu
[Screenshot from 2021-11-26 13-47-57.png (image/png, attachment)]

This bug report was last modified 3 years and 175 days ago.

Previous Next


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