all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Charles Rendleman <carendle@gmail.com>
To: Nicolas Richard <theonewiththeevillook@yahoo.fr>
Cc: 17285@debbugs.gnu.org
Subject: bug#17285: 24.3.90: EDIFF fails with 'Wrong type argument: lisp' in ediff-set-fine-diff-properties
Date: Thu, 17 Apr 2014 19:05:12 -0400	[thread overview]
Message-ID: <CALiJhZ69AAfz_VAszO7T-7tj3jAXKv5Yf5i9CUevDP+1wpP24g@mail.gmail.com> (raw)
In-Reply-To: <87y4z38zgz.fsf@geodiff-mac3.ulb.ac.be>

[-- Attachment #1: Type: text/plain, Size: 1104 bytes --]

The patch fixed the problem.



On Thu, Apr 17, 2014 at 4:37 PM, Nicolas Richard <
theonewiththeevillook@yahoo.fr> wrote:

> Charles Rendleman <carendle@gmail.com> writes:
> > ediff-set-fine-diff-properties: Wrong type argument: listp, [#<overlay
> > from 14 to 17 in f1>]
>
> This looks like a duplicate of #17257, fixed a few days ago. You can try
> to rebuild emacs or apply the fix to your tree:
>
> diff --git a/lisp/vc/ediff-diff.el b/lisp/vc/ediff-diff.el
> index f429eb3..ed248fb 100644
> --- a/lisp/vc/ediff-diff.el
> +++ b/lisp/vc/ediff-diff.el
> @@ -822,8 +822,9 @@ one optional arguments, diff-number to refine.")
>                 (ediff-get-symbol-from-alist
>                  buf-type ediff-fine-diff-face-alist)
>                 )))
> -    (dolist (overl fine-diff-vector)
> -      (ediff-set-overlay-face overl face))))
> +    (mapc (lambda (overl)
> +           (ediff-set-overlay-face overl face))
> +         fine-diff-vector)))
>
>  ;; Set overlays over the regions that denote delimiters
>  (defun ediff-set-fine-overlays-for-combined-merge (diff-list reg-num)
>
>
> --
> Nico.
>

[-- Attachment #2: Type: text/html, Size: 1674 bytes --]

      reply	other threads:[~2014-04-17 23:05 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-17 19:41 bug#17285: 24.3.90: EDIFF fails with 'Wrong type argument: lisp' in ediff-set-fine-diff-properties Charles Rendleman
2014-04-17 20:37 ` Nicolas Richard
2014-04-17 23:05   ` Charles Rendleman [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CALiJhZ69AAfz_VAszO7T-7tj3jAXKv5Yf5i9CUevDP+1wpP24g@mail.gmail.com \
    --to=carendle@gmail.com \
    --cc=17285@debbugs.gnu.org \
    --cc=theonewiththeevillook@yahoo.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.