From: Nicolas Richard <theonewiththeevillook@yahoo.fr>
To: Martin Apel <martin.apel@simpack.de>
Cc: 17287@debbugs.gnu.org
Subject: bug#17287: 24.3.90; EDiff fails from second hunk
Date: Fri, 18 Apr 2014 10:59:20 +0200 [thread overview]
Message-ID: <87vbu76mjb.fsf@geodiff-mac3.ulb.ac.be> (raw)
In-Reply-To: <jw4n1tefxy.fsf@debian64.intec.dom> (Martin Apel's message of "Wed, 16 Apr 2014 12:17:45 +0200")
Martin Apel <martin.apel@simpack.de> writes:
> ediff-set-fine-diff-properties: Wrong type argument: listp, [#<overlay
[...]
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.
prev parent reply other threads:[~2014-04-18 8:59 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-16 10:17 bug#17287: 24.3.90; EDiff fails from second hunk Martin Apel
2014-04-18 8:59 ` Nicolas Richard [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=87vbu76mjb.fsf@geodiff-mac3.ulb.ac.be \
--to=theonewiththeevillook@yahoo.fr \
--cc=17287@debbugs.gnu.org \
--cc=martin.apel@simpack.de \
/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.