GNU bug report logs - #26378
26.0.50; Hitting 'n' during ediff gives Error

Previous Next

Package: emacs;

Reported by: Kaushal Modi <kaushal.modi <at> gmail.com>

Date: Wed, 5 Apr 2017 20:58:02 UTC

Severity: normal

Tags: fixed

Merged with 26385, 26394

Found in version 26.0.50

Done: npostavs <at> users.sourceforge.net

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Noam Postavsky <npostavs <at> users.sourceforge.net>
To: Kaushal Modi <kaushal.modi <at> gmail.com>
Cc: phst <at> google.com, 26378 <at> debbugs.gnu.org
Subject: bug#26378: 26.0.50; Hitting 'n' during ediff gives Error
Date: Wed, 5 Apr 2017 17:53:51 -0400
On Wed, Apr 5, 2017 at 5:20 PM, Kaushal Modi <kaushal.modi <at> gmail.com> wrote:
> Subject: [PATCH] Check that file argument is a string

>                         (mapcar (lambda (file)
> -                                 (file-name-unquote
> -                                  (or (file-local-copy file) file)))
> +                                 (when (stringp file)
> +                                   (file-name-unquote
> +                                    (or (file-local-copy file) file))))
>                                 files)))


We should probably update the comment above `ediff-exec-process' where it says:

    All elements in FILES must be strings.

This seems to be a lie, as they can also be nil.




This bug report was last modified 8 years and 39 days ago.

Previous Next


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