From unknown Fri Aug 15 20:05:07 2025 X-Loop: help-debbugs@gnu.org Subject: bug#17265: 24.4.50; Ediff navigation broken (list/vector type mismatch) Resent-From: Richard Copley Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 14 Apr 2014 14:22:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 17265 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 17265@debbugs.gnu.org X-Debbugs-Original-To: "bug-gnu-emacs@gnu.org" Received: via spool by submit@debbugs.gnu.org id=B.139748529322193 (code B ref -1); Mon, 14 Apr 2014 14:22:03 +0000 Received: (at submit) by debbugs.gnu.org; 14 Apr 2014 14:21:33 +0000 Received: from localhost ([127.0.0.1]:48015 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WZhlM-0005ls-3g for submit@debbugs.gnu.org; Mon, 14 Apr 2014 10:21:32 -0400 Received: from eggs.gnu.org ([208.118.235.92]:43499) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WZhlG-0005lX-Qq for submit@debbugs.gnu.org; Mon, 14 Apr 2014 10:21:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WZhl7-0003bd-NW for submit@debbugs.gnu.org; Mon, 14 Apr 2014 10:21:21 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,FREEMAIL_FROM, T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:43356) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WZhl7-0003bZ-Kq for submit@debbugs.gnu.org; Mon, 14 Apr 2014 10:21:17 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45208) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WZhl6-0002ud-Jj for bug-gnu-emacs@gnu.org; Mon, 14 Apr 2014 10:21:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WZhl5-0003Zb-JG for bug-gnu-emacs@gnu.org; Mon, 14 Apr 2014 10:21:16 -0400 Received: from mail-qa0-x22f.google.com ([2607:f8b0:400d:c00::22f]:34262) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WZhl5-0003ZL-Eo for bug-gnu-emacs@gnu.org; Mon, 14 Apr 2014 10:21:15 -0400 Received: by mail-qa0-f47.google.com with SMTP id m5so6011838qaj.20 for ; Mon, 14 Apr 2014 07:21:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=Mg6V/ZckBx/HyNhiM0SQ99COeI14nRe4Iu1kMkW84JM=; b=U0a4L614egxj/FamP3VOiewhQNFXzP9MbMinSEy35y2y4kYjjcfoVVSXgmkAXOw86c 9FVLG+g7X5RTMJKvz38q/mJvifLxsM/P4utADtNOSWAHd+DL5L/hWHTGbhUZRfvHAFFo 9L/Vgcd8hwqCx7OwLWN4bBPTIe4LnwFILW/XVHRwTOvxkaCq0UwqSzylggvgd89QLbIG X6lPL3lxoYaJz7Sn0jJhmLZl4rVCZYIxzklW6Nb3dxMINMMkcfQ8kl3IOoBtC/Mu/p1L l8xmhK6URP+cmAvmRRXptAI9OgztREB4vkQY4JszQIlSugZm8N/xxH12scE4x/6Sxkdh /BwQ== MIME-Version: 1.0 X-Received: by 10.140.91.228 with SMTP id z91mr47836322qgd.38.1397485274545; Mon, 14 Apr 2014 07:21:14 -0700 (PDT) Received: by 10.229.165.134 with HTTP; Mon, 14 Apr 2014 07:21:14 -0700 (PDT) Date: Mon, 14 Apr 2014 15:21:14 +0100 Message-ID: From: Richard Copley Content-Type: text/plain; charset=UTF-8 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.0 (----) In `ediff-set-fine-diff-properties-in-one-buffer', dolist is invoked on the result of `ediff-get-fine-diff-vector', but it is a vector, not a list. Thus, navigating to a difference region in Ediff fails with an error like this: ediff-set-fine-diff-properties: Wrong type argument: listp, [# #] It looks like this was introduced in Emacs revision number 116811.1.123. In GNU Emacs 24.4.50.1 (i686-pc-mingw32) of 2014-04-14 on 80461UHB Repository revision: 116975 eggert@cs.ucla.edu-20140414053545-k3pyhn3ylsex57o0 Windowing system distributor `Microsoft Corp.', version 6.1.7601 Configured using: `configure --prefix c:/emacs/emacs-116975 --enable-locallisppath=%emacs_dir%/../site-lisp 'CPPFLAGS=-I G:/usr/include -I C:/GnuWin32/include' 'LDFLAGS=-L G:/usr/lib -L C:/GnuWin32/lib'' Configured features: JPEG TIFF GIF PNG NOTIFY ACL ZLIB Important settings: value of $LANG: ENG locale-coding-system: cp1252 Major mode: Lisp Interaction Minor modes in effect: tooltip-mode: t electric-indent-mode: t mouse-wheel-mode: t tool-bar-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t Recent input: M-x r - e - b Recent messages: For information about GNU Emacs and the GNU system, type C-h C-a. Load-path shadows: None found. Features: (shadow sort gnus-util mail-extr emacsbug message dired format-spec rfc822 mml easymenu mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums mm-util help-fns mail-prsvr mail-utils time-date tooltip electric uniquify ediff-hook vc-hooks lisp-float-type mwheel dos-w32 ls-lisp w32-common-fns disp-table w32-win w32-vars tool-bar dnd fontset image regexp-opt fringe tabulated-list newcomment lisp-mode prog-mode register page menu-bar rfn-eshadow timer select scroll-bar mouse jit-lock font-lock syntax facemenu font-core frame cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev minibuffer nadvice loaddefs button faces cus-face macroexp files text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote make-network-process w32notify w32 multi-tty emacs) Memory information: ((conses 8 78110 6819) (symbols 32 17687 0) (miscs 32 33 97) (strings 16 11879 4690) (string-bytes 1 301791) (vectors 8 9812) (vector-slots 4 375389 6164) (floats 8 57 124) (intervals 28 224 36) (buffers 512 11)) From unknown Fri Aug 15 20:05:07 2025 X-Loop: help-debbugs@gnu.org Subject: bug#17265: 24.4.50; Ediff navigation broken (list/vector type mismatch) Resent-From: Stefan Monnier Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 14 Apr 2014 19:11:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 17265 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Richard Copley Cc: 17265@debbugs.gnu.org Received: via spool by 17265-submit@debbugs.gnu.org id=B17265.139750263321185 (code B ref 17265); Mon, 14 Apr 2014 19:11:02 +0000 Received: (at 17265) by debbugs.gnu.org; 14 Apr 2014 19:10:33 +0000 Received: from localhost ([127.0.0.1]:48211 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WZmH1-0005Vc-Rs for submit@debbugs.gnu.org; Mon, 14 Apr 2014 15:10:32 -0400 Received: from pruche.dit.umontreal.ca ([132.204.246.22]:57532) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WZmGt-0005VF-Vo for 17265@debbugs.gnu.org; Mon, 14 Apr 2014 15:10:24 -0400 Received: from pastel.home (lechon.iro.umontreal.ca [132.204.27.242]) by pruche.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id s3EJAKTP019105; Mon, 14 Apr 2014 15:10:21 -0400 Received: by pastel.home (Postfix, from userid 20848) id A4C3760117; Mon, 14 Apr 2014 15:10:20 -0400 (EDT) From: Stefan Monnier Message-ID: References: Date: Mon, 14 Apr 2014 15:10:20 -0400 In-Reply-To: (Richard Copley's message of "Mon, 14 Apr 2014 15:21:14 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-NAI-Spam-Flag: NO X-NAI-Spam-Level: X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0.2 X-NAI-Spam-Rules: 2 Rules triggered GEN_SPAM_FEATRE=0.2, RV4912=0 X-NAI-Spam-Version: 2.3.0.9378 : core <4912> : inlines <730> : streams <1159109> : uri <1729479> X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) > In `ediff-set-fine-diff-properties-in-one-buffer', dolist is invoked > on the result of `ediff-get-fine-diff-vector', IIUC this has been fixed yesterday in emacs-24. Stefan From unknown Fri Aug 15 20:05:07 2025 X-Loop: help-debbugs@gnu.org Subject: bug#17265: 24.4.50; Ediff navigation broken (list/vector type mismatch) Resent-From: Richard Copley Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 14 Apr 2014 19:41:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 17265 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Stefan Monnier Cc: 17265@debbugs.gnu.org Received: via spool by 17265-submit@debbugs.gnu.org id=B17265.139750444624340 (code B ref 17265); Mon, 14 Apr 2014 19:41:01 +0000 Received: (at 17265) by debbugs.gnu.org; 14 Apr 2014 19:40:46 +0000 Received: from localhost ([127.0.0.1]:48219 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WZmkH-0006KW-4Z for submit@debbugs.gnu.org; Mon, 14 Apr 2014 15:40:45 -0400 Received: from mail-qc0-f177.google.com ([209.85.216.177]:56280) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WZmkE-0006KD-I1 for 17265@debbugs.gnu.org; Mon, 14 Apr 2014 15:40:43 -0400 Received: by mail-qc0-f177.google.com with SMTP id w7so9245070qcr.8 for <17265@debbugs.gnu.org>; Mon, 14 Apr 2014 12:40:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=qBaetlH9xk/260W1LAnkShsVp52b/5aM90WvImLwauY=; b=DXhhSsVPehjRvjQoDjlUJbsiZwkwSZf4Yzhzqza9GZgykoCXCNLsGD7jJyz9Lkw8o8 BM4RwyHrDSl1IXT+NgcHy3GkokMOGmpR7FZiyS8GE+iP65R8QtyrsMceuSev9tw7RBhf eQoriGeupKTqqKVuXLfD9M2+HPZAJvwUCpHdiaDJHZyZ7fi+HRw8O4SqBzzlpKWFnIEc RBINEMNwbsHcweA/8XrtWunl0T0DzecBYLbcEIVhb+O/+clMv87yVjyoPSfK6u4SSxVw WPrMz+fj2Cz+Y7Wgv2xG+EigTtYQYHITficeUEL9Y1adhQGU/JcAyAZfHW92sROKDxrb QFiw== MIME-Version: 1.0 X-Received: by 10.224.165.139 with SMTP id i11mr5930589qay.94.1397504436448; Mon, 14 Apr 2014 12:40:36 -0700 (PDT) Received: by 10.229.165.134 with HTTP; Mon, 14 Apr 2014 12:40:36 -0700 (PDT) In-Reply-To: References: Date: Mon, 14 Apr 2014 20:40:36 +0100 Message-ID: From: Richard Copley Content-Type: text/plain; charset=UTF-8 X-Spam-Score: -0.7 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) On 14 April 2014 20:10, Stefan Monnier wrote: >> In `ediff-set-fine-diff-properties-in-one-buffer', dolist is invoked >> on the result of `ediff-get-fine-diff-vector', > > IIUC this has been fixed yesterday in emacs-24. It was still broken in trunk as of r116975, 2014-04-14 05:35:45. From unknown Fri Aug 15 20:05:07 2025 X-Loop: help-debbugs@gnu.org Subject: bug#17265: 24.4.50; Ediff navigation broken (list/vector type mismatch) Resent-From: Nicolas Richard Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 17 Apr 2014 20:31:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 17265 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Richard Copley Cc: Stefan Monnier , 17265@debbugs.gnu.org Received: via spool by 17265-submit@debbugs.gnu.org id=B17265.139776660530769 (code B ref 17265); Thu, 17 Apr 2014 20:31:01 +0000 Received: (at 17265) by debbugs.gnu.org; 17 Apr 2014 20:30:05 +0000 Received: from localhost ([127.0.0.1]:51134 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Waswc-0007zu-Hn for submit@debbugs.gnu.org; Thu, 17 Apr 2014 16:30:03 -0400 Received: from mxin.ulb.ac.be ([164.15.128.112]:16882) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WaswZ-0007zK-S9 for 17265@debbugs.gnu.org; Thu, 17 Apr 2014 16:30:00 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AmwGAGc4UFOkD4Xx/2dsb2JhbABZriSZWoE9dIIlAQEEAXkFCwsOCgklDwEEDTwTh2cBAwkIqUmbFwFKDYZrF4dfhGqCGQeEOASXAIgvhjyFUIMzOw Received: from mathsrv4.ulb.ac.be (HELO geodiff-mac3.ulb.ac.be) ([164.15.133.241]) by smtp.ulb.ac.be with ESMTP; 17 Apr 2014 22:29:58 +0200 From: Nicolas Richard References: Date: Thu, 17 Apr 2014 22:30:33 +0200 In-Reply-To: (Richard Copley's message of "Mon, 14 Apr 2014 20:40:36 +0100") Message-ID: <87d2gfaec6.fsf@geodiff-mac3.ulb.ac.be> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.90 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) Richard Copley writes: > On 14 April 2014 20:10, Stefan Monnier wrote: >>> In `ediff-set-fine-diff-properties-in-one-buffer', dolist is invoked >>> on the result of `ediff-get-fine-diff-vector', This is #17257. >> IIUC this has been fixed yesterday in emacs-24. > > It was still broken in trunk as of r116975, 2014-04-14 05:35:45. I guess the emacs-24 branch had not been merged into trunk at that time. This has been done, since then. -- Nico. From debbugs-submit-bounces@debbugs.gnu.org Thu Apr 17 16:30:10 2014 Received: (at control) by debbugs.gnu.org; 17 Apr 2014 20:30:10 +0000 Received: from localhost ([127.0.0.1]:51137 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Waswj-00081D-69 for submit@debbugs.gnu.org; Thu, 17 Apr 2014 16:30:09 -0400 Received: from mxin.ulb.ac.be ([164.15.128.112]:16882) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Waswd-0007zK-Vo for control@debbugs.gnu.org; Thu, 17 Apr 2014 16:30:04 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApAJAGc4UFOkD4Xx/2dsb2JhbABZriSCXgGTaoROdIJFgRw0AYhHARSZWY9wmxcBh0IXh1+HIIQiBJ8vjAyDMzs Received: from mathsrv4.ulb.ac.be (HELO geodiff-mac3.ulb.ac.be) ([164.15.133.241]) by smtp.ulb.ac.be with ESMTP; 17 Apr 2014 22:30:04 +0200 Date: Thu, 17 Apr 2014 22:30:39 +0200 Message-Id: <87bnvzaec0.fsf@geodiff-mac3.ulb.ac.be> To: control@debbugs.gnu.org From: Nicolas Richard Subject: control message for bug #17265 X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) forcemerge 17265 17257 From debbugs-submit-bounces@debbugs.gnu.org Thu Apr 17 16:32:36 2014 Received: (at control) by debbugs.gnu.org; 17 Apr 2014 20:32:36 +0000 Received: from localhost ([127.0.0.1]:51146 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Wasz5-000867-1j for submit@debbugs.gnu.org; Thu, 17 Apr 2014 16:32:35 -0400 Received: from mxin.ulb.ac.be ([164.15.128.112]:18516) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Wasz1-00085q-To for control@debbugs.gnu.org; Thu, 17 Apr 2014 16:32:32 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApAJAJ45UFOkD4Xx/2dsb2JhbABZriSCXgGTaoROdIJFgRw0AYhHARSZWI9wmxYBh0IXh1+HIIQiBJ8vjAyDMzs Received: from mathsrv4.ulb.ac.be (HELO geodiff-mac3.ulb.ac.be) ([164.15.133.241]) by smtp.ulb.ac.be with ESMTP; 17 Apr 2014 22:32:31 +0200 Date: Thu, 17 Apr 2014 22:33:06 +0200 Message-Id: <8738hbae7x.fsf@geodiff-mac3.ulb.ac.be> To: control@debbugs.gnu.org From: Nicolas Richard Subject: control message for bug #17273 X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) forcemerge 17273 17257 From debbugs-submit-bounces@debbugs.gnu.org Thu Apr 17 16:36:48 2014 Received: (at control) by debbugs.gnu.org; 17 Apr 2014 20:36:48 +0000 Received: from localhost ([127.0.0.1]:51155 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Wat3A-0008Dt-2h for submit@debbugs.gnu.org; Thu, 17 Apr 2014 16:36:48 -0400 Received: from mxin.ulb.ac.be ([164.15.128.112]:44233) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Wat38-0008Dk-Lw for control@debbugs.gnu.org; Thu, 17 Apr 2014 16:36:47 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApAJAMU6UFOkD4Xx/2dsb2JhbABZriSCXgGTaoROdIJFgRw0AYhHARSZXY9wmxQBh0IXh1+HIIQiBJ8vjAyDMzs Received: from mathsrv4.ulb.ac.be (HELO geodiff-mac3.ulb.ac.be) ([164.15.133.241]) by smtp.ulb.ac.be with ESMTP; 17 Apr 2014 22:36:46 +0200 Date: Thu, 17 Apr 2014 22:37:21 +0200 Message-Id: <87tx9r8zge.fsf@geodiff-mac3.ulb.ac.be> To: control@debbugs.gnu.org From: Nicolas Richard Subject: control message for bug #17285 X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) forcemerge 17285 17257 From debbugs-submit-bounces@debbugs.gnu.org Fri Apr 18 04:58:31 2014 Received: (at control) by debbugs.gnu.org; 18 Apr 2014 08:58:31 +0000 Received: from localhost ([127.0.0.1]:51529 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Wb4cx-0006Da-Hf for submit@debbugs.gnu.org; Fri, 18 Apr 2014 04:58:31 -0400 Received: from mxin.ulb.ac.be ([164.15.128.112]:9173) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Wb4cv-0006DL-AE for control@debbugs.gnu.org; Fri, 18 Apr 2014 04:58:30 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AgsKALnoUFOkD4Xx/2dsb2JhbABZriiCXgGTbIRLdIJFgRw0AYhHARSZeY9wmxMBh0IXh1+HIIQiBJ8vjA6DMzs Received: from mathsrv4.ulb.ac.be (HELO geodiff-mac3.ulb.ac.be) ([164.15.133.241]) by smtp.ulb.ac.be with ESMTP; 18 Apr 2014 10:58:05 +0200 Date: Fri, 18 Apr 2014 10:58:40 +0200 Message-Id: <87wqen6mkf.fsf@geodiff-mac3.ulb.ac.be> To: control@debbugs.gnu.org From: Nicolas Richard Subject: control message for bug #17287 X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) forcemerge 17287 17257 From unknown Fri Aug 15 20:05:07 2025 X-Loop: help-debbugs@gnu.org Subject: bug#17265: 24.4.50; Ediff navigation broken (list/vector type mismatch) Resent-From: Richard Copley Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 19 Apr 2014 12:17:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 17265 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Nicolas Richard Cc: Stefan Monnier , 17265@debbugs.gnu.org Received: via spool by 17265-submit@debbugs.gnu.org id=B17265.13979097725444 (code B ref 17265); Sat, 19 Apr 2014 12:17:01 +0000 Received: (at 17265) by debbugs.gnu.org; 19 Apr 2014 12:16:12 +0000 Received: from localhost ([127.0.0.1]:52461 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WbUBn-0001Pi-Qu for submit@debbugs.gnu.org; Sat, 19 Apr 2014 08:16:12 -0400 Received: from mail-qg0-f53.google.com ([209.85.192.53]:44823) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WbUBk-0001PR-Ep for 17265@debbugs.gnu.org; Sat, 19 Apr 2014 08:16:09 -0400 Received: by mail-qg0-f53.google.com with SMTP id f51so2532452qge.12 for <17265@debbugs.gnu.org>; Sat, 19 Apr 2014 05:16:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=Xai71FACVU/sbPLHL45SepSaNpM2UDvbHnjuYDWqcYc=; b=vtoY0rgOrzqBIjwA8nTlczq50rEyWPf5S7LnzUjWGIRu+HD8xr7E7ZtQVn1IYZThUR CbgU4RcR87/OUccbdbiOzyzo467uXVkGr3snMuqBzfwZmzIFZgkwVh/l/6npy8jpb12b v0DCdmL27WhV3aOQbA3ZqkWUX2LLM33jWbCVh9Ctgv0qLwpuFxhJjRuyT/+66s1T9vS0 8Hlmed43QQt+WGIAIyrmPOAdtoG4+2Wsu12IFrBHobsETTlBkWiwwaXZa6OV6FKG3W9N +QAJzAmiLgHBP5F8BBcwF8CcFQzn71+g/kJaD+bwRk4OMEP3Twt3LyE15NheHo5JIyoJ nH9w== MIME-Version: 1.0 X-Received: by 10.224.165.139 with SMTP id i11mr1828330qay.94.1397909762837; Sat, 19 Apr 2014 05:16:02 -0700 (PDT) Received: by 10.229.165.134 with HTTP; Sat, 19 Apr 2014 05:16:02 -0700 (PDT) In-Reply-To: <87d2gfaec6.fsf@geodiff-mac3.ulb.ac.be> References: <87d2gfaec6.fsf@geodiff-mac3.ulb.ac.be> Date: Sat, 19 Apr 2014 13:16:02 +0100 Message-ID: From: Richard Copley Content-Type: text/plain; charset=UTF-8 X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) Yes, it's fixed on trunk now, thanks. I realized I had misread Stefan's mail after I replied. (I'm not too familiar with the branch structure. I just follow the trunk.) On 17 April 2014 21:30, Nicolas Richard wrote: > Richard Copley writes: > >> On 14 April 2014 20:10, Stefan Monnier wrote: >>>> In `ediff-set-fine-diff-properties-in-one-buffer', dolist is invoked >>>> on the result of `ediff-get-fine-diff-vector', > > This is #17257. > >>> IIUC this has been fixed yesterday in emacs-24. >> >> It was still broken in trunk as of r116975, 2014-04-14 05:35:45. > > I guess the emacs-24 branch had not been merged into > trunk at that time. This has been done, since then. > > -- > Nico. From unknown Fri Aug 15 20:05:07 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.503 (Entity 5.503) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Richard Copley Subject: bug#17265: closed (Re: bug#17265: 24.4.50; Ediff navigation broken (list/vector type mismatch)) Message-ID: References: X-Gnu-PR-Message: they-closed 17265 X-Gnu-PR-Package: emacs Reply-To: 17265@debbugs.gnu.org Date: Sat, 19 Apr 2014 14:35:03 +0000 Content-Type: multipart/mixed; boundary="----------=_1397918103-23241-1" This is a multi-part message in MIME format... ------------=_1397918103-23241-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #17265: 24.4.50; Ediff navigation broken (list/vector type mismatch) which was filed against the emacs package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 17265@debbugs.gnu.org. --=20 17265: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D17265 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1397918103-23241-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 17265-done) by debbugs.gnu.org; 19 Apr 2014 14:34:42 +0000 Received: from localhost ([127.0.0.1]:52738 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WbWLp-000624-EV for submit@debbugs.gnu.org; Sat, 19 Apr 2014 10:34:41 -0400 Received: from chene.dit.umontreal.ca ([132.204.246.20]:37776) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WbWLl-00061k-GS for 17265-done@debbugs.gnu.org; Sat, 19 Apr 2014 10:34:38 -0400 Received: from pastel.home (lechon.iro.umontreal.ca [132.204.27.242]) by chene.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id s3JEYYLm011323; Sat, 19 Apr 2014 10:34:34 -0400 Received: by pastel.home (Postfix, from userid 20848) id 14C83600CA; Sat, 19 Apr 2014 10:34:34 -0400 (EDT) From: Stefan Monnier To: Richard Copley Subject: Re: bug#17265: 24.4.50; Ediff navigation broken (list/vector type mismatch) Message-ID: References: <87d2gfaec6.fsf@geodiff-mac3.ulb.ac.be> Date: Sat, 19 Apr 2014 10:34:34 -0400 In-Reply-To: (Richard Copley's message of "Sat, 19 Apr 2014 13:16:02 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-NAI-Spam-Flag: NO X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV4917=0 X-NAI-Spam-Version: 2.3.0.9378 : core <4917> : inlines <750> : streams <1162870> : uri <1734416> X-Spam-Score: -2.0 (--) X-Debbugs-Envelope-To: 17265-done Cc: Nicolas Richard , 17265-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.0 (--) > Yes, it's fixed on trunk now, thanks. Thanks. > I realized I had misread > Stefan's mail after I replied. (I'm not too familiar with the branch > structure. I just follow the trunk.) Please try and follow `emacs-24' instead of `trunk' until Emacs-24.4 is released, to help us find bugs in that code. Stefan ------------=_1397918103-23241-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 14 Apr 2014 14:21:33 +0000 Received: from localhost ([127.0.0.1]:48015 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WZhlM-0005ls-3g for submit@debbugs.gnu.org; Mon, 14 Apr 2014 10:21:32 -0400 Received: from eggs.gnu.org ([208.118.235.92]:43499) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WZhlG-0005lX-Qq for submit@debbugs.gnu.org; Mon, 14 Apr 2014 10:21:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WZhl7-0003bd-NW for submit@debbugs.gnu.org; Mon, 14 Apr 2014 10:21:21 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,FREEMAIL_FROM, T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:43356) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WZhl7-0003bZ-Kq for submit@debbugs.gnu.org; Mon, 14 Apr 2014 10:21:17 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45208) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WZhl6-0002ud-Jj for bug-gnu-emacs@gnu.org; Mon, 14 Apr 2014 10:21:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WZhl5-0003Zb-JG for bug-gnu-emacs@gnu.org; Mon, 14 Apr 2014 10:21:16 -0400 Received: from mail-qa0-x22f.google.com ([2607:f8b0:400d:c00::22f]:34262) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WZhl5-0003ZL-Eo for bug-gnu-emacs@gnu.org; Mon, 14 Apr 2014 10:21:15 -0400 Received: by mail-qa0-f47.google.com with SMTP id m5so6011838qaj.20 for ; Mon, 14 Apr 2014 07:21:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=Mg6V/ZckBx/HyNhiM0SQ99COeI14nRe4Iu1kMkW84JM=; b=U0a4L614egxj/FamP3VOiewhQNFXzP9MbMinSEy35y2y4kYjjcfoVVSXgmkAXOw86c 9FVLG+g7X5RTMJKvz38q/mJvifLxsM/P4utADtNOSWAHd+DL5L/hWHTGbhUZRfvHAFFo 9L/Vgcd8hwqCx7OwLWN4bBPTIe4LnwFILW/XVHRwTOvxkaCq0UwqSzylggvgd89QLbIG X6lPL3lxoYaJz7Sn0jJhmLZl4rVCZYIxzklW6Nb3dxMINMMkcfQ8kl3IOoBtC/Mu/p1L l8xmhK6URP+cmAvmRRXptAI9OgztREB4vkQY4JszQIlSugZm8N/xxH12scE4x/6Sxkdh /BwQ== MIME-Version: 1.0 X-Received: by 10.140.91.228 with SMTP id z91mr47836322qgd.38.1397485274545; Mon, 14 Apr 2014 07:21:14 -0700 (PDT) Received: by 10.229.165.134 with HTTP; Mon, 14 Apr 2014 07:21:14 -0700 (PDT) Date: Mon, 14 Apr 2014 15:21:14 +0100 Message-ID: Subject: 24.4.50; Ediff navigation broken (list/vector type mismatch) From: Richard Copley To: "bug-gnu-emacs@gnu.org" Content-Type: text/plain; charset=UTF-8 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.0 (----) In `ediff-set-fine-diff-properties-in-one-buffer', dolist is invoked on the result of `ediff-get-fine-diff-vector', but it is a vector, not a list. Thus, navigating to a difference region in Ediff fails with an error like this: ediff-set-fine-diff-properties: Wrong type argument: listp, [# #] It looks like this was introduced in Emacs revision number 116811.1.123. In GNU Emacs 24.4.50.1 (i686-pc-mingw32) of 2014-04-14 on 80461UHB Repository revision: 116975 eggert@cs.ucla.edu-20140414053545-k3pyhn3ylsex57o0 Windowing system distributor `Microsoft Corp.', version 6.1.7601 Configured using: `configure --prefix c:/emacs/emacs-116975 --enable-locallisppath=%emacs_dir%/../site-lisp 'CPPFLAGS=-I G:/usr/include -I C:/GnuWin32/include' 'LDFLAGS=-L G:/usr/lib -L C:/GnuWin32/lib'' Configured features: JPEG TIFF GIF PNG NOTIFY ACL ZLIB Important settings: value of $LANG: ENG locale-coding-system: cp1252 Major mode: Lisp Interaction Minor modes in effect: tooltip-mode: t electric-indent-mode: t mouse-wheel-mode: t tool-bar-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t Recent input: M-x r - e - b Recent messages: For information about GNU Emacs and the GNU system, type C-h C-a. Load-path shadows: None found. Features: (shadow sort gnus-util mail-extr emacsbug message dired format-spec rfc822 mml easymenu mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums mm-util help-fns mail-prsvr mail-utils time-date tooltip electric uniquify ediff-hook vc-hooks lisp-float-type mwheel dos-w32 ls-lisp w32-common-fns disp-table w32-win w32-vars tool-bar dnd fontset image regexp-opt fringe tabulated-list newcomment lisp-mode prog-mode register page menu-bar rfn-eshadow timer select scroll-bar mouse jit-lock font-lock syntax facemenu font-core frame cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev minibuffer nadvice loaddefs button faces cus-face macroexp files text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote make-network-process w32notify w32 multi-tty emacs) Memory information: ((conses 8 78110 6819) (symbols 32 17687 0) (miscs 32 33 97) (strings 16 11879 4690) (string-bytes 1 301791) (vectors 8 9812) (vector-slots 4 375389 6164) (floats 8 57 124) (intervals 28 224 36) (buffers 512 11)) ------------=_1397918103-23241-1-- From unknown Fri Aug 15 20:05:07 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.503 (Entity 5.503) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: YAMAMOTO Mitsuharu Subject: bug#17257: closed (Re: bug#17265: 24.4.50; Ediff navigation broken (list/vector type mismatch)) Message-ID: References: X-Gnu-PR-Message: they-closed 17257 X-Gnu-PR-Package: emacs Reply-To: 17257@debbugs.gnu.org Date: Sat, 19 Apr 2014 14:35:04 +0000 Content-Type: multipart/mixed; boundary="----------=_1397918104-23241-3" This is a multi-part message in MIME format... ------------=_1397918104-23241-3 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #17265: 24.3.90; ediff causes "Wrong type argument: listp, [# = ...]" error which was filed against the emacs package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 17257@debbugs.gnu.org. --=20 17265: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D17265 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1397918104-23241-3 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 17265-done) by debbugs.gnu.org; 19 Apr 2014 14:34:42 +0000 Received: from localhost ([127.0.0.1]:52738 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WbWLp-000624-EV for submit@debbugs.gnu.org; Sat, 19 Apr 2014 10:34:41 -0400 Received: from chene.dit.umontreal.ca ([132.204.246.20]:37776) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WbWLl-00061k-GS for 17265-done@debbugs.gnu.org; Sat, 19 Apr 2014 10:34:38 -0400 Received: from pastel.home (lechon.iro.umontreal.ca [132.204.27.242]) by chene.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id s3JEYYLm011323; Sat, 19 Apr 2014 10:34:34 -0400 Received: by pastel.home (Postfix, from userid 20848) id 14C83600CA; Sat, 19 Apr 2014 10:34:34 -0400 (EDT) From: Stefan Monnier To: Richard Copley Subject: Re: bug#17265: 24.4.50; Ediff navigation broken (list/vector type mismatch) Message-ID: References: <87d2gfaec6.fsf@geodiff-mac3.ulb.ac.be> Date: Sat, 19 Apr 2014 10:34:34 -0400 In-Reply-To: (Richard Copley's message of "Sat, 19 Apr 2014 13:16:02 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-NAI-Spam-Flag: NO X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV4917=0 X-NAI-Spam-Version: 2.3.0.9378 : core <4917> : inlines <750> : streams <1162870> : uri <1734416> X-Spam-Score: -2.0 (--) X-Debbugs-Envelope-To: 17265-done Cc: Nicolas Richard , 17265-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.0 (--) > Yes, it's fixed on trunk now, thanks. Thanks. > I realized I had misread > Stefan's mail after I replied. (I'm not too familiar with the branch > structure. I just follow the trunk.) Please try and follow `emacs-24' instead of `trunk' until Emacs-24.4 is released, to help us find bugs in that code. Stefan ------------=_1397918104-23241-3 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 13 Apr 2014 09:12:12 +0000 Received: from localhost ([127.0.0.1]:46732 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WZGSS-0001WY-6E for submit@debbugs.gnu.org; Sun, 13 Apr 2014 05:12:12 -0400 Received: from eggs.gnu.org ([208.118.235.92]:48597) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WZGSP-0001WG-6K for submit@debbugs.gnu.org; Sun, 13 Apr 2014 05:12:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WZGSD-0000jo-Sp for submit@debbugs.gnu.org; Sun, 13 Apr 2014 05:12:03 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:54571) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WZGSD-0000jk-Q9 for submit@debbugs.gnu.org; Sun, 13 Apr 2014 05:11:57 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50314) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WZGS8-0003XN-8R for bug-gnu-emacs@gnu.org; Sun, 13 Apr 2014 05:11:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WZGS2-0000Sr-Ja for bug-gnu-emacs@gnu.org; Sun, 13 Apr 2014 05:11:52 -0400 Received: from mathmail.math.s.chiba-u.ac.jp ([133.82.132.2]:61335) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WZGS2-0000Pn-2b for bug-gnu-emacs@gnu.org; Sun, 13 Apr 2014 05:11:46 -0400 Received: from fermat.math.s.chiba-u.ac.jp (fermat [133.82.132.10]) by mathmail.math.s.chiba-u.ac.jp (Postfix) with ESMTP id 0A0E9C055D for ; Sun, 13 Apr 2014 18:11:38 +0900 (JST) Date: Sun, 13 Apr 2014 18:11:38 +0900 Message-ID: From: YAMAMOTO Mitsuharu To: bug-gnu-emacs@gnu.org Subject: 24.3.90; ediff causes "Wrong type argument: listp, [# ...]" error User-Agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (=?ISO-8859-4?Q?Shij=F2?=) APEL/10.6 Emacs/22.3 (sparc-sun-solaris2.8) MULE/5.0 (SAKAKI) Organization: Faculty of Science, Chiba University MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) Steps to reproduce: 1. $ emacs -Q & 2. M-x ediff RET SOME-FILE RET ANOTHER-FILE RET (The contents of SOME-FILE and ANOTHER-FILE should be different.) 3. Type `n' several times. Result: ediff-set-fine-diff-properties: Wrong type argument: listp, [# ...] The error occured at line 825 in lisp/vc/ediff-diff.el: 817 (defun ediff-set-fine-diff-properties-in-one-buffer (buf-type 818 n &optional default) 819 (let ((fine-diff-vector (ediff-get-fine-diff-vector n buf-type)) 820 (face (if default 821 'default 822 (ediff-get-symbol-from-alist 823 buf-type ediff-fine-diff-face-alist) 824 ))) 825 (dolist (overl fine-diff-vector) 826 (ediff-set-overlay-face overl face)))) The value of `fine-diff-vector' was a vector of overlays, so dolist couldn't be applied to it. YAMAMOTO Mitsuharu mituharu@math.s.chiba-u.ac.jp In GNU Emacs 24.3.90.1 (x86_64-apple-darwin10.8.0, GTK+ Version 3.12.0) of 2014-04-13 on yamamoto-mitsuharu-no-iMac.local Repository revision: 116957 eliz@gnu.org-20140413074923-hevwygj2z9j67xwk Windowing system distributor `The X.Org Foundation', version 11.0.10402000 Configured using: `configure CPPFLAGS=-I/opt/local/include LDFLAGS=-L/opt/local/lib' ------------=_1397918104-23241-3-- From unknown Fri Aug 15 20:05:07 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.503 (Entity 5.503) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Ivan Shmakov Subject: bug#17259: closed (Re: bug#17265: 24.4.50; Ediff navigation broken (list/vector type mismatch)) Message-ID: References: <871tx1o8qi.fsf@violet.siamics.net> X-Gnu-PR-Message: they-closed 17259 X-Gnu-PR-Package: emacs Reply-To: 17259@debbugs.gnu.org Date: Sat, 19 Apr 2014 14:35:05 +0000 Content-Type: multipart/mixed; boundary="----------=_1397918105-23241-5" This is a multi-part message in MIME format... ------------=_1397918105-23241-5 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #17265: ediff-set-fine-diff-properties-in-one-buffer uses dolist on a vecto= r? which was filed against the emacs package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 17259@debbugs.gnu.org. --=20 17265: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D17265 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1397918105-23241-5 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 17265-done) by debbugs.gnu.org; 19 Apr 2014 14:34:42 +0000 Received: from localhost ([127.0.0.1]:52738 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WbWLp-000624-EV for submit@debbugs.gnu.org; Sat, 19 Apr 2014 10:34:41 -0400 Received: from chene.dit.umontreal.ca ([132.204.246.20]:37776) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WbWLl-00061k-GS for 17265-done@debbugs.gnu.org; Sat, 19 Apr 2014 10:34:38 -0400 Received: from pastel.home (lechon.iro.umontreal.ca [132.204.27.242]) by chene.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id s3JEYYLm011323; Sat, 19 Apr 2014 10:34:34 -0400 Received: by pastel.home (Postfix, from userid 20848) id 14C83600CA; Sat, 19 Apr 2014 10:34:34 -0400 (EDT) From: Stefan Monnier To: Richard Copley Subject: Re: bug#17265: 24.4.50; Ediff navigation broken (list/vector type mismatch) Message-ID: References: <87d2gfaec6.fsf@geodiff-mac3.ulb.ac.be> Date: Sat, 19 Apr 2014 10:34:34 -0400 In-Reply-To: (Richard Copley's message of "Sat, 19 Apr 2014 13:16:02 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-NAI-Spam-Flag: NO X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV4917=0 X-NAI-Spam-Version: 2.3.0.9378 : core <4917> : inlines <750> : streams <1162870> : uri <1734416> X-Spam-Score: -2.0 (--) X-Debbugs-Envelope-To: 17265-done Cc: Nicolas Richard , 17265-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.0 (--) > Yes, it's fixed on trunk now, thanks. Thanks. > I realized I had misread > Stefan's mail after I replied. (I'm not too familiar with the branch > structure. I just follow the trunk.) Please try and follow `emacs-24' instead of `trunk' until Emacs-24.4 is released, to help us find bugs in that code. Stefan ------------=_1397918105-23241-5 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 13 Apr 2014 09:55:38 +0000 Received: from localhost ([127.0.0.1]:46745 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WZH8S-0002p6-Hs for submit@debbugs.gnu.org; Sun, 13 Apr 2014 05:55:37 -0400 Received: from fely.am-1.org ([78.47.74.50]:38099) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WZH8P-0002os-6C for submit@debbugs.gnu.org; Sun, 13 Apr 2014 05:55:34 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=siamics.net; s=a2013295; h=Content-Transfer-Encoding:Content-Type:MIME-Version:Message-ID:Date:Sender:Subject:To:From; bh=v6eeN9NWrSD0znd1trQA2wjh89vW36ZIF3ZwrQSakWc=; b=emlUigjeLNKJiFGqLaIIKzUD694fI/s6thv0/3MovkfuHSP2Z7eLoD3QcgoYbXQCM/l9FjzmY6ouRLeNKehagJbXchlvKsgZKROyTG5w+5lzNjJ1hFO8naJWzqVB+HUIk1g1HkHUEGgNMPoslPd1+DucNE3RDgSvsZk+6fq6+30=; Received: from oneingray-1-pt.tunnel.tserv10.par1.ipv6.he.net ([2001:470:1f12:1eb::2] helo=waterlily.siamics.net) by fely.am-1.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.80) (envelope-from ) id 1WZH8N-00038u-8V for submit@debbugs.gnu.org; Sun, 13 Apr 2014 09:55:31 +0000 Received: from violet.siamics.net ([2001:470:1f13:1eb::1:1d]) by waterlily.siamics.net with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1WZH8G-0004Zw-Bk for submit@debbugs.gnu.org; Sun, 13 Apr 2014 16:55:24 +0700 Received: from localhost ([::1] helo=violet.siamics.net) by violet.siamics.net with esmtp (Exim 4.80) (envelope-from ) id 1WZH78-0005Qj-0N for submit@debbugs.gnu.org; Sun, 13 Apr 2014 16:54:14 +0700 From: Ivan Shmakov To: submit@debbugs.gnu.org Subject: ediff-set-fine-diff-properties-in-one-buffer uses dolist on a vector? Date: Sun, 13 Apr 2014 09:54:13 +0000 Message-ID: <871tx1o8qi.fsf@violet.siamics.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.7 (/) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.7 (/) Package: emacs In edce85e3 [1], ediff-set-fine-diff-properties-in-one-buffer was edited to use dolist (was: mapcar) to iterate over the fine-diff-vector local variable, resulting now in errors like: Debugger entered--Lisp error: (wrong-type-argument listp [# #]) ediff-set-fine-diff-properties-in-one-buffer(A 0 nil) ediff-set-fine-diff-properties(0) ediff-make-fine-diffs(0 noforce) ediff-install-fine-diff-if-necessary(0) ediff-next-difference(1) call-interactively(ediff-next-difference nil nil) command-execute(ediff-next-difference) Replacing dolist with an equivalent mapc invocation has fixed the issue for me. If, OTOH, dolist is actually /supposed/ to work on non-list sequences, I=E2=80=99d like to suggest updating its documentation, which currently reads: (defmacro dolist (spec &rest body) "Loop over a list. Evaluate BODY with VAR bound to each car from LIST, in turn. Then evaluate RESULT to get return value, default nil. \(fn (VAR LIST [RESULT]) BODY...)" =E2=80=A6) [1] http://git.savannah.gnu.org/cgit/emacs.git/commit/lisp/vc/ediff-diff.el= ?h=3Demacs-24&id=3Dedce85e3a164a57da09c564c4f2a8edc8f009df1 --=20 FSF associate member #7257 ------------=_1397918105-23241-5-- From unknown Fri Aug 15 20:05:07 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.503 (Entity 5.503) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Kevin Gallagher Subject: bug#17273: closed (Re: bug#17265: 24.4.50; Ediff navigation broken (list/vector type mismatch)) Message-ID: References: <534D89C4.40007@verizon.net> X-Gnu-PR-Message: they-closed 17273 X-Gnu-PR-Package: emacs Reply-To: 17273@debbugs.gnu.org Date: Sat, 19 Apr 2014 14:35:06 +0000 Content-Type: multipart/mixed; boundary="----------=_1397918106-23241-7" This is a multi-part message in MIME format... ------------=_1397918106-23241-7 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #17265: 24.3.90; ediff-buffers fails when navigating differences which was filed against the emacs package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 17273@debbugs.gnu.org. --=20 17265: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D17265 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1397918106-23241-7 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 17265-done) by debbugs.gnu.org; 19 Apr 2014 14:34:42 +0000 Received: from localhost ([127.0.0.1]:52738 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WbWLp-000624-EV for submit@debbugs.gnu.org; Sat, 19 Apr 2014 10:34:41 -0400 Received: from chene.dit.umontreal.ca ([132.204.246.20]:37776) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WbWLl-00061k-GS for 17265-done@debbugs.gnu.org; Sat, 19 Apr 2014 10:34:38 -0400 Received: from pastel.home (lechon.iro.umontreal.ca [132.204.27.242]) by chene.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id s3JEYYLm011323; Sat, 19 Apr 2014 10:34:34 -0400 Received: by pastel.home (Postfix, from userid 20848) id 14C83600CA; Sat, 19 Apr 2014 10:34:34 -0400 (EDT) From: Stefan Monnier To: Richard Copley Subject: Re: bug#17265: 24.4.50; Ediff navigation broken (list/vector type mismatch) Message-ID: References: <87d2gfaec6.fsf@geodiff-mac3.ulb.ac.be> Date: Sat, 19 Apr 2014 10:34:34 -0400 In-Reply-To: (Richard Copley's message of "Sat, 19 Apr 2014 13:16:02 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-NAI-Spam-Flag: NO X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV4917=0 X-NAI-Spam-Version: 2.3.0.9378 : core <4917> : inlines <750> : streams <1162870> : uri <1734416> X-Spam-Score: -2.0 (--) X-Debbugs-Envelope-To: 17265-done Cc: Nicolas Richard , 17265-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.0 (--) > Yes, it's fixed on trunk now, thanks. Thanks. > I realized I had misread > Stefan's mail after I replied. (I'm not too familiar with the branch > structure. I just follow the trunk.) Please try and follow `emacs-24' instead of `trunk' until Emacs-24.4 is released, to help us find bugs in that code. Stefan ------------=_1397918106-23241-7 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 15 Apr 2014 20:53:33 +0000 Received: from localhost ([127.0.0.1]:49192 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WaAMG-0005DS-D2 for submit@debbugs.gnu.org; Tue, 15 Apr 2014 16:53:33 -0400 Received: from eggs.gnu.org ([208.118.235.92]:56263) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Wa98j-0001gX-J5 for submit@debbugs.gnu.org; Tue, 15 Apr 2014 15:35:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wa98W-0002qb-2y for submit@debbugs.gnu.org; Tue, 15 Apr 2014 15:35:24 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,HTML_MESSAGE, T_MANY_HDRS_LCASE autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:42113) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wa98V-0002qX-VW for submit@debbugs.gnu.org; Tue, 15 Apr 2014 15:35:15 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57978) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wa98P-0000Im-6L for bug-gnu-emacs@gnu.org; Tue, 15 Apr 2014 15:35:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wa98C-0002ae-Fd for bug-gnu-emacs@gnu.org; Tue, 15 Apr 2014 15:35:09 -0400 Received: from vms173023pub.verizon.net ([206.46.173.23]:53713) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wa98C-0002aR-0z for bug-gnu-emacs@gnu.org; Tue, 15 Apr 2014 15:34:56 -0400 Received: from [192.168.1.9] ([unknown] [96.226.241.117]) by vms173023.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0N43001ZJ7PO8K40@vms173023.mailsrvcs.net> for bug-gnu-emacs@gnu.org; Tue, 15 Apr 2014 14:34:37 -0500 (CDT) Message-id: <534D89C4.40007@verizon.net> Date: Tue, 15 Apr 2014 14:34:28 -0500 From: Kevin Gallagher User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-version: 1.0 To: bug-gnu-emacs@gnu.org Subject: 24.3.90; ediff-buffers fails when navigating differences Content-type: multipart/mixed; boundary=------------090802070004040402070106 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.3 (----) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Tue, 15 Apr 2014 16:53:30 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.3 (----) This is a multi-part message in MIME format. --------------090802070004040402070106 Content-Type: multipart/alternative; boundary="------------020408070005080400050501" --------------020408070005080400050501 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Loaded shell script "stuff.sh" into lower buffer window and "stuff.sh~" into uppper buffer window (files attached). Then entered command "ediff-buffers". So far, so good. Then I press the "n" key to navigate to first diff. This fails with a "Wrong type argument" error message appearing in the *Messages* buffer window (see Recent Messages, below, for full text of error message). If the files contain multiple diff sections, the *Messages* buffer window will contain multiple "Wrong type argument" error messages, one for each diff. I have only tested this on a Windows box, so I don't know if this is a Windows-specific problem or not. In GNU Emacs 24.3.90.1 (i686-pc-mingw32) of 2014-04-14 on JANUS3 Windowing system distributor `Microsoft Corp.', version 6.1.7601 Configured using: `configure --prefix=/c/emacs-24.3.90 CPPFLAGS=-I/c/usr/include' Important settings: value of $LANG: ENU locale-coding-system: cp1252 Major mode: Shell-script Minor modes in effect: sh-electric-here-document-mode: t tooltip-mode: t electric-indent-mode: t mouse-wheel-mode: t tool-bar-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t Recent input: C-x C-f SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC o C-x o SPC f x e d i f f SPC b u f f SPC n q y x r e p o r t SPC e m a c SPC b u g SPC Recent messages: Setting up indent for shell type sh Indentation variables are now local. Indentation setup for shell type sh Computing differences between stuff.sh~ and stuff.sh ... Buffer A: Processing difference region 0 of 1 Buffer B: Processing difference region 0 of 1 Processing difference regions ... done Refining difference region 1 ... ediff-set-fine-diff-properties: Wrong type argument: listp, [#] Quit this Ediff session? (y or n) y Load-path shadows: None found. Features: (shadow sort gnus-util mail-extr emacsbug message format-spec rfc822 mml easymenu mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums mm-util help-fns mail-prsvr mail-utils ediff-merg ediff-wind ediff-diff ediff-mult ediff-help ediff-init ediff-util ediff sh-script smie executable dired time-date tooltip electric uniquify ediff-hook vc-hooks lisp-float-type mwheel dos-w32 ls-lisp w32-common-fns disp-table w32-win w32-vars tool-bar dnd fontset image regexp-opt fringe tabulated-list newcomment lisp-mode prog-mode register page menu-bar rfn-eshadow timer select scroll-bar mouse jit-lock font-lock syntax facemenu font-core frame cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev minibuffer nadvice loaddefs button faces cus-face macroexp files text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote make-network-process w32notify w32 multi-tty emacs) Memory information: ((conses 8 95845 6141) (symbols 32 19376 0) (miscs 32 53 170) (strings 16 17997 3675) (string-bytes 1 472952) (vectors 8 11826) (vector-slots 4 415291 4076) (floats 8 70 301) (intervals 28 806 524) (buffers 508 17)) --------------020408070005080400050501 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Loaded shell script "stuff.sh" into lower buffer window and "stuff.sh~"
into uppper buffer window (files attached). Then entered command
"ediff-buffers". So far, so good. Then I press the "n" key to navigate
to first diff. This fails with a "Wrong type argument" error message
appearing in the *Messages* buffer window (see Recent Messages, below, for
full text of error message). If the files contain multiple diff sections, the *Messages* buffer window will contain multiple "Wrong type argument" error messages, one for each diff. I have only tested this on a Windows box, so I don't know if this is a Windows-specific problem or not.



In GNU Emacs 24.3.90.1 (i686-pc-mingw32)
 of 2014-04-14 on JANUS3
Windowing system distributor `Microsoft Corp.', version 6.1.7601
Configured using:
 `configure --prefix=/c/emacs-24.3.90 CPPFLAGS=-I/c/usr/include'

Important settings:
  value of $LANG: ENU
  locale-coding-system: cp1252

Major mode: Shell-script

Minor modes in effect:
  sh-electric-here-document-mode: t
  tooltip-mode: t
  electric-indent-mode: t
  mouse-wheel-mode: t
  tool-bar-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  blink-cursor-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  line-number-mode: t
  transient-mark-mode: t

Recent input:
C-x C-f <return> SPC SPC SPC SPC SPC SPC SPC SPC SPC
SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC
SPC SPC SPC SPC SPC SPC SPC SPC SPC o C-x o SPC f <escape>
x e d i f f SPC b u f f SPC <return> <return> <return>
n q <switch-frame> y <help-echo> <escape> x r e p o
r t SPC e m a c SPC b u g SPC <return>

Recent messages:
Setting up indent for shell type sh
Indentation variables are now local.
Indentation setup for shell type sh
Computing differences between stuff.sh~ and stuff.sh ...
Buffer A: Processing difference region 0 of 1
Buffer B: Processing difference region 0 of 1
Processing difference regions ... done
Refining difference region 1 ...
ediff-set-fine-diff-properties: Wrong type argument: listp, [#<overlay from 61 to 61 in stuff.sh~>]
Quit this Ediff session? (y or n) y

Load-path shadows:
None found.

Features:
(shadow sort gnus-util mail-extr emacsbug message format-spec rfc822 mml
easymenu mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231
mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums
mm-util help-fns mail-prsvr mail-utils ediff-merg ediff-wind ediff-diff
ediff-mult ediff-help ediff-init ediff-util ediff sh-script smie
executable dired time-date tooltip electric uniquify ediff-hook vc-hooks
lisp-float-type mwheel dos-w32 ls-lisp w32-common-fns disp-table w32-win
w32-vars tool-bar dnd fontset image regexp-opt fringe tabulated-list
newcomment lisp-mode prog-mode register page menu-bar rfn-eshadow timer
select scroll-bar mouse jit-lock font-lock syntax facemenu font-core
frame cham georgian utf-8-lang misc-lang vietnamese tibetan thai
tai-viet lao korean japanese hebrew greek romanian slovak czech european
ethiopic indian cyrillic chinese case-table epa-hook jka-cmpr-hook help
simple abbrev minibuffer nadvice loaddefs button faces cus-face macroexp
files text-properties overlay sha1 md5 base64 format env code-pages mule
custom widget hashtable-print-readable backquote make-network-process
w32notify w32 multi-tty emacs)

Memory information:
((conses 8 95845 6141)
 (symbols 32 19376 0)
 (miscs 32 53 170)
 (strings 16 17997 3675)
 (string-bytes 1 472952)
 (vectors 8 11826)
 (vector-slots 4 415291 4076)
 (floats 8 70 301)
 (intervals 28 806 524)
 (buffers 508 17))

--------------020408070005080400050501-- --------------090802070004040402070106 Content-Type: text/plain; charset=windows-1252; name="stuff.sh" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="stuff.sh" ## Define aliases. # Directory listings alias lsa='ls -al' #alias lsd='ls -ald' # Allow core dumps in this shell ulimit -c unlimited --------------090802070004040402070106 Content-Type: text/plain; charset=windows-1252; name="stuff.sh~" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="stuff.sh~" ## Define aliases. # Directory listings alias lsa='ls -al' alias lsd='ls -ald' # Allow core dumps in this shell ulimit -c unlimited --------------090802070004040402070106-- ------------=_1397918106-23241-7-- From unknown Fri Aug 15 20:05:07 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.503 (Entity 5.503) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Charles Rendleman Subject: bug#17285: closed (Re: bug#17265: 24.4.50; Ediff navigation broken (list/vector type mismatch)) Message-ID: References: X-Gnu-PR-Message: they-closed 17285 X-Gnu-PR-Package: emacs Reply-To: 17285@debbugs.gnu.org Date: Sat, 19 Apr 2014 14:35:08 +0000 Content-Type: multipart/mixed; boundary="----------=_1397918108-23241-9" This is a multi-part message in MIME format... ------------=_1397918108-23241-9 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #17265: 24.3.90: EDIFF fails with 'Wrong type argument: lisp' in ediff-set-= fine-diff-properties which was filed against the emacs package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 17285@debbugs.gnu.org. --=20 17265: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D17265 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1397918108-23241-9 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 17265-done) by debbugs.gnu.org; 19 Apr 2014 14:34:42 +0000 Received: from localhost ([127.0.0.1]:52738 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WbWLp-000624-EV for submit@debbugs.gnu.org; Sat, 19 Apr 2014 10:34:41 -0400 Received: from chene.dit.umontreal.ca ([132.204.246.20]:37776) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WbWLl-00061k-GS for 17265-done@debbugs.gnu.org; Sat, 19 Apr 2014 10:34:38 -0400 Received: from pastel.home (lechon.iro.umontreal.ca [132.204.27.242]) by chene.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id s3JEYYLm011323; Sat, 19 Apr 2014 10:34:34 -0400 Received: by pastel.home (Postfix, from userid 20848) id 14C83600CA; Sat, 19 Apr 2014 10:34:34 -0400 (EDT) From: Stefan Monnier To: Richard Copley Subject: Re: bug#17265: 24.4.50; Ediff navigation broken (list/vector type mismatch) Message-ID: References: <87d2gfaec6.fsf@geodiff-mac3.ulb.ac.be> Date: Sat, 19 Apr 2014 10:34:34 -0400 In-Reply-To: (Richard Copley's message of "Sat, 19 Apr 2014 13:16:02 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-NAI-Spam-Flag: NO X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV4917=0 X-NAI-Spam-Version: 2.3.0.9378 : core <4917> : inlines <750> : streams <1162870> : uri <1734416> X-Spam-Score: -2.0 (--) X-Debbugs-Envelope-To: 17265-done Cc: Nicolas Richard , 17265-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.0 (--) > Yes, it's fixed on trunk now, thanks. Thanks. > I realized I had misread > Stefan's mail after I replied. (I'm not too familiar with the branch > structure. I just follow the trunk.) Please try and follow `emacs-24' instead of `trunk' until Emacs-24.4 is released, to help us find bugs in that code. Stefan ------------=_1397918108-23241-9 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 17 Apr 2014 19:42:17 +0000 Received: from localhost ([127.0.0.1]:50990 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WasCN-0006hG-CU for submit@debbugs.gnu.org; Thu, 17 Apr 2014 15:42:16 -0400 Received: from eggs.gnu.org ([208.118.235.92]:56028) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WasCI-0006gz-DX for submit@debbugs.gnu.org; Thu, 17 Apr 2014 15:42:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WasCB-0005IU-A4 for submit@debbugs.gnu.org; Thu, 17 Apr 2014 15:42:05 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,FREEMAIL_FROM, HTML_MESSAGE,T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:46433) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WasCB-0005IO-6B for submit@debbugs.gnu.org; Thu, 17 Apr 2014 15:42:03 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57732) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WasC9-0002rm-6r for bug-gnu-emacs@gnu.org; Thu, 17 Apr 2014 15:42:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WasC7-0005E8-5b for bug-gnu-emacs@gnu.org; Thu, 17 Apr 2014 15:42:01 -0400 Received: from mail-ig0-x232.google.com ([2607:f8b0:4001:c05::232]:56322) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WasC6-0005E0-VG for bug-gnu-emacs@gnu.org; Thu, 17 Apr 2014 15:41:59 -0400 Received: by mail-ig0-f178.google.com with SMTP id hn18so1071657igb.11 for ; Thu, 17 Apr 2014 12:41:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=X9bTd/ShwZOEprouBjHkK4ou6ffyxCmREdWxbsDCg58=; b=BhIfps770nUhTxRHFBmEClw/f/+TXKMERuJww7C09kbwpCr9QtIhAWdDEoC7YopIWc 2hXP8KnO/uNzORNCBR6XzvytDeTHtMC2Eyi38+vfw3QktXsm/LGE5GmFQgEcLRavnWiv ldPiXBgOzu406ZcN6Uh8BPTf+qshbsu9KjbObIevRMRnnh/2hTa4Xi1E3m9nVKaknpnP ir5GwgFag2yzjfI6U86x++XWAGqCT1M9OYBynKXMDkWH2R9ibW/WkR8o2nZULAoDg087 8r6obUFhoyTZuOhzjDX507ensXKVN2OXPkOJV8OEMXsAnqfHSNEsUWJnpTiFFhRxNGLI yRlQ== MIME-Version: 1.0 X-Received: by 10.42.131.197 with SMTP id a5mr11314936ict.8.1397763713254; Thu, 17 Apr 2014 12:41:53 -0700 (PDT) Received: by 10.64.81.199 with HTTP; Thu, 17 Apr 2014 12:41:53 -0700 (PDT) Date: Thu, 17 Apr 2014 15:41:53 -0400 Message-ID: Subject: 24.3.90: EDIFF fails with 'Wrong type argument: lisp' in ediff-set-fine-diff-properties From: Charles Rendleman To: bug-gnu-emacs@gnu.org Content-Type: multipart/alternative; boundary=bcaec53969d89bcd6c04f74239d0 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.0 (----) --bcaec53969d89bcd6c04f74239d0 Content-Type: text/plain; charset=UTF-8 [0:drdws0066:~]$ mkdir a [0:drdws0066:~]$ cd a [0:drdws0066:a]$ echo "This is file one" > f1 [0:drdws0066:a]$ echo "This is file two" > f2 [0:drdws0066:a]$ diff f1 f2 1c1 < This is file one --- > This is file two [0:drdws0066:a]$ EMACSLOADPATH=: emacs -Q -nw ... M-x ediff-files f1, f2 Message buffer contains: Computing differences between f1 and f2 ... Buffer A: Processing difference region 0 of 1 Buffer B: Processing difference region 0 of 1 Processing difference regions ... done Refining difference region 1 ... ediff-set-fine-diff-properties: Wrong type argument: listp, [#] Quit this Ediff session? (y or n) y [ [In GNU Emacs 24.3.90.1 (x86_64-unknown-linux-gnu, GTK+ Version 2.22.1) of 2014-04-15 on drdws0066.nyc.desres.deshaw.com System Description: CentOS release 5.9 (Final) Configured using: `configure --prefix=/u/nyc/rendlemc/dpr-centos5/Linux/x86_64/emacs/24.3.90-09A --x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib64 --with-x-toolkit=gtk2 'CPPFLAGS=-I/proj/desres/root/Linux/x86_64/libxml2/2.7.3-05/include -I/proj/desres/root/Linux/x86_64/gtkplus/2.22.1-06A/include -I/proj/desres/root/Linux/x86_64/dbus/1.2.16-03A/include -I/proj/desres/root/Linux/x86_64/ncurses/5.7-05A/include/ncurses -I/proj/desres/root/Linux/x86_64/jpeg/6b-03/shared/include -I/proj/desres/root/Linux/x86_64/tiff/3.9.4-01A/include -I/proj/desres/root/Linux/x86_64/zlib/1.2.7-10A/shared/include -I/proj/desres/root/Linux/x86_64/ImageMagick/6.7.8-2-01/include' 'LDFLAGS=-L/proj/desres/root/Linux/x86_64/libxml2/2.7.3-05/lib -Wl,-rpath=/proj/desres/root/Linux/x86_64/libxml2/2.7.3-05/lib -Wl,-rpath,/proj/desres/root/Linux/x86_64/gtkplus/2.22.1-06A/lib -Wl,-rpath,/proj/desres/root/Linux/x86_64/dbus/1.2.16-03A/lib -Wl,-rpath=/proj/desres/root/Linux/x86_64/ncurses/5.7-05A/lib -L/proj/desres/root/Linux/x86_64/ncurses/5.7-05A/lib -Wl,-rpath,/proj/desres/root/Linux/x86_64/jpeg/6b-03/shared/lib -Wl,-rpath,/proj/desres/root/Linux/x86_64/tiff/3.9.4-01A/lib -L/proj/desres/root/Linux/x86_64/zlib/1.2.7-10A/shared/lib -Wl,-rpath=/proj/desres/root/Linux/x86_64/zlib/1.2.7-10A/shared/lib -Wl,-rpath,/proj/desres/root/Linux/x86_64/ImageMagick/6.7.8-2-01/lib -L/proj/desres/root/Linux/x86_64/ImageMagick/6.7.8-2-01/lib'' Important settings: value of $EMACSLOADPATH: : value of $LC_ALL: en_US.UTF-8 value of $LANG: en_US.UTF-8 value of $XMODIFIERS: @im=none locale-coding-system: utf-8-unix Major mode: Fundamental Minor modes in effect: tooltip-mode: t electric-indent-mode: t mouse-wheel-mode: t tool-bar-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t Recent input: ESC [ > 1 ; 1 4 0 0 ; 0 c ESC x e d i f f - b DEL f i l e s RET f 1 RET f 2 RET n q y ESC x r e p o r t - e m C-g ESC x r e p o r t - e m TAB RET Recent messages: For information about GNU Emacs and the GNU system, type C-h C-a. Reading file /u/nyc/rendlemc/a/f1 ... Reading file /u/nyc/rendlemc/a/f2 ... Computing differences between f1 and f2 ... Buffer A: Processing difference region 0 of 1 Buffer B: Processing difference region 0 of 1 Processing difference regions ... done Refining difference region 1 ... ediff-set-fine-diff-properties: Wrong type argument: listp, [#] Quit this Ediff session? (y or n) y Quit Load-path shadows: None found. Features: (shadow sort gnus-util mail-extr emacsbug message format-spec rfc822 mml easymenu mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums mm-util help-fns mail-prsvr mail-utils jka-compr ediff-merg ediff-wind ediff-diff ediff-mult ediff-help ediff-init ediff-util ediff xterm time-date tooltip electric uniquify ediff-hook vc-hooks lisp-float-type mwheel x-win x-dnd tool-bar dnd fontset image regexp-opt fringe tabulated-list newcomment lisp-mode prog-mode register page menu-bar rfn-eshadow timer select scroll-bar mouse jit-lock font-lock syntax facemenu font-core frame cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev minibuffer nadvice loaddefs button faces cus-face macroexp files text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote make-network-process dbusbind gfilenotify dynamic-setting system-font-setting font-render-setting move-toolbar gtk x-toolkit x multi-tty emacs) Memory information: ((conses 16 84838 5971) (symbols 48 18953 0) (miscs 40 41 135) (strings 32 12299 5061) (string-bytes 1 402557) (vectors 16 8130) (vector-slots 8 344363 16371) (floats 8 76 273) (intervals 56 266 0) (buffers 960 15) (heap 1024 138147 590)) --bcaec53969d89bcd6c04f74239d0 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

[0:drdws0066:~]$ mkdir a
[0:drdws0066:~]$= cd a
[0:drdws0066:a]$ echo "This is file one" > f1
[0:d= rdws0066:a]$ echo "This is file two" > f2
[0:drdws0066:a]$ = diff f1 f2
1c1
< This is file one
---
> This is file two
[0:drdws006= 6:a]$ EMACSLOADPATH=3D: emacs -Q -nw
...
M-x ediff-files
f1,= f2

Message buffer contains:
Computing differences between = f1 and f2 ...
Buffer A: Processing difference region 0 of 1
Buffer B: Processing diffe= rence region 0 of 1
Processing difference regions ... done
Refining d= ifference region 1 ...
ediff-set-fine-diff-properties: Wrong type argume= nt: listp, [#<overlay from 14 to 17 in f1>]
Quit this Ediff session? (y or n) y
[

[In GNU Emacs 24.= 3.90.1 (x86_64-unknown-linux-gnu, GTK+ Version 2.22.1)
=C2=A0of 2014-04-= 15 on drdws0066.nyc.desr= es.deshaw.com
System Description:=C2=A0=C2=A0=C2=A0=C2=A0 CentOS release 5.9 (Final)
<= br>Configured using:
=C2=A0`configure
=C2=A0--prefix=3D/u/nyc/rendlem= c/dpr-centos5/Linux/x86_64/emacs/24.3.90-09A
=C2=A0--x-includes=3D/usr/X= 11R6/include --x-libraries=3D/usr/X11R6/lib64
=C2=A0--with-x-toolkit=3Dgtk2
=C2=A0'CPPFLAGS=3D-I/proj/desres/root/= Linux/x86_64/libxml2/2.7.3-05/include
=C2=A0-I/proj/desres/root/Linux/x8= 6_64/gtkplus/2.22.1-06A/include
=C2=A0-I/proj/desres/root/Linux/x86_64/d= bus/1.2.16-03A/include
=C2=A0-I/proj/desres/root/Linux/x86_64/ncurses/5.7-05A/include/ncurses
= =C2=A0-I/proj/desres/root/Linux/x86_64/jpeg/6b-03/shared/include
=C2=A0-= I/proj/desres/root/Linux/x86_64/tiff/3.9.4-01A/include
=C2=A0-I/proj/des= res/root/Linux/x86_64/zlib/1.2.7-10A/shared/include
=C2=A0-I/proj/desres/root/Linux/x86_64/ImageMagick/6.7.8-2-01/include'<= br>=C2=A0'LDFLAGS=3D-L/proj/desres/root/Linux/x86_64/libxml2/2.7.3-05/l= ib
=C2=A0-Wl,-rpath=3D/proj/desres/root/Linux/x86_64/libxml2/2.7.3-05/li= b
=C2=A0-Wl,-rpath,/proj/desres/root/Linux/x86_64/gtkplus/2.22.1-06A/lib=
=C2=A0-Wl,-rpath,/proj/desres/root/Linux/x86_64/dbus/1.2.16-03A/lib
=C2= =A0-Wl,-rpath=3D/proj/desres/root/Linux/x86_64/ncurses/5.7-05A/lib
=C2= =A0-L/proj/desres/root/Linux/x86_64/ncurses/5.7-05A/lib
=C2=A0-Wl,-rpath= ,/proj/desres/root/Linux/x86_64/jpeg/6b-03/shared/lib
=C2=A0-Wl,-rpath,/proj/desres/root/Linux/x86_64/tiff/3.9.4-01A/lib
=C2= =A0-L/proj/desres/root/Linux/x86_64/zlib/1.2.7-10A/shared/lib
=C2=A0-Wl,= -rpath=3D/proj/desres/root/Linux/x86_64/zlib/1.2.7-10A/shared/lib
=C2=A0= -Wl,-rpath,/proj/desres/root/Linux/x86_64/ImageMagick/6.7.8-2-01/lib
=C2=A0-L/proj/desres/root/Linux/x86_64/ImageMagick/6.7.8-2-01/lib''=

Important settings:
=C2=A0 value of $EMACSLOADPATH: :
=C2=A0 = value of $LC_ALL: en_US.UTF-8
=C2=A0 value of $LANG: en_US.UTF-8
=C2= =A0 value of $XMODIFIERS: @im=3Dnone
=C2=A0 locale-coding-system: utf-8-unix

Major mode: Fundamental
<= br>Minor modes in effect:
=C2=A0 tooltip-mode: t
=C2=A0 electric-inde= nt-mode: t
=C2=A0 mouse-wheel-mode: t
=C2=A0 tool-bar-mode: t
=C2= =A0 menu-bar-mode: t
=C2=A0 file-name-shadow-mode: t
=C2=A0 global-font-lock-mode: t
=C2=A0 font-lock-mode: t
=C2=A0 auto-= composition-mode: t
=C2=A0 auto-encryption-mode: t
=C2=A0 auto-compre= ssion-mode: t
=C2=A0 line-number-mode: t
=C2=A0 transient-mark-mode: = t

Recent input:
ESC [ > 1 ; 1 4 0 0 ; 0 c ESC x e d i f f - b = DEL f
i l e s RET f 1 RET f 2 RET n q y ESC x r e p o r t
- e m C-g ESC x r e= p o r t - e m TAB RET

Recent messages:
For information about GNU= Emacs and the GNU system, type C-h C-a.
Reading file /u/nyc/rendlemc/a/= f1 ...
Reading file /u/nyc/rendlemc/a/f2 ...
Computing differences between f1 = and f2 ...
Buffer A: Processing difference region 0 of 1
Buffer B: Pr= ocessing difference region 0 of 1
Processing difference regions ... done=
Refining difference region 1 ...
ediff-set-fine-diff-properties: Wrong t= ype argument: listp, [#<overlay from 14 to 17 in f1>]
Quit this Ed= iff session? (y or n) y
Quit

Load-path shadows:
None found.
Features:
(shadow sort gnus-util mail-extr emacsbug message format-s= pec rfc822 mml
easymenu mml-sec mm-decode mm-bodies mm-encode mail-parse= rfc2231
mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-d= rums
mm-util help-fns mail-prsvr mail-utils jka-compr ediff-merg ediff-wind
e= diff-diff ediff-mult ediff-help ediff-init ediff-util ediff xterm
time-d= ate tooltip electric uniquify ediff-hook vc-hooks lisp-float-type
mwheel= x-win x-dnd tool-bar dnd fontset image regexp-opt fringe
tabulated-list newcomment lisp-mode prog-mode register page menu-bar
rfn= -eshadow timer select scroll-bar mouse jit-lock font-lock syntax
facemen= u font-core frame cham georgian utf-8-lang misc-lang vietnamese
tibetan = thai tai-viet lao korean japanese hebrew greek romanian slovak
czech european ethiopic indian cyrillic chinese case-table epa-hook
jka-= cmpr-hook help simple abbrev minibuffer nadvice loaddefs button
faces cu= s-face macroexp files text-properties overlay sha1 md5 base64
format env= code-pages mule custom widget hashtable-print-readable
backquote make-network-process dbusbind gfilenotify dynamic-setting
syst= em-font-setting font-render-setting move-toolbar gtk x-toolkit x
multi-t= ty emacs)

Memory information:
((conses 16 84838 5971)
=C2=A0(s= ymbols 48 18953 0)
=C2=A0(miscs 40 41 135)
=C2=A0(strings 32 12299 5061)
=C2=A0(string-b= ytes 1 402557)
=C2=A0(vectors 16 8130)
=C2=A0(vector-slots 8 344363 1= 6371)
=C2=A0(floats 8 76 273)
=C2=A0(intervals 56 266 0)
=C2=A0(bu= ffers 960 15)
=C2=A0(heap 1024 138147 590))

--bcaec53969d89bcd6c04f74239d0-- ------------=_1397918108-23241-9-- From unknown Fri Aug 15 20:05:07 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.503 (Entity 5.503) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Martin Apel Subject: bug#17287: closed (Re: bug#17265: 24.4.50; Ediff navigation broken (list/vector type mismatch)) Message-ID: References: X-Gnu-PR-Message: they-closed 17287 X-Gnu-PR-Package: emacs Reply-To: 17287@debbugs.gnu.org Date: Sat, 19 Apr 2014 14:35:09 +0000 Content-Type: multipart/mixed; boundary="----------=_1397918109-23241-11" This is a multi-part message in MIME format... ------------=_1397918109-23241-11 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #17265: 24.3.90; EDiff fails from second hunk which was filed against the emacs package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 17287@debbugs.gnu.org. --=20 17265: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D17265 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1397918109-23241-11 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 17265-done) by debbugs.gnu.org; 19 Apr 2014 14:34:42 +0000 Received: from localhost ([127.0.0.1]:52738 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WbWLp-000624-EV for submit@debbugs.gnu.org; Sat, 19 Apr 2014 10:34:41 -0400 Received: from chene.dit.umontreal.ca ([132.204.246.20]:37776) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WbWLl-00061k-GS for 17265-done@debbugs.gnu.org; Sat, 19 Apr 2014 10:34:38 -0400 Received: from pastel.home (lechon.iro.umontreal.ca [132.204.27.242]) by chene.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id s3JEYYLm011323; Sat, 19 Apr 2014 10:34:34 -0400 Received: by pastel.home (Postfix, from userid 20848) id 14C83600CA; Sat, 19 Apr 2014 10:34:34 -0400 (EDT) From: Stefan Monnier To: Richard Copley Subject: Re: bug#17265: 24.4.50; Ediff navigation broken (list/vector type mismatch) Message-ID: References: <87d2gfaec6.fsf@geodiff-mac3.ulb.ac.be> Date: Sat, 19 Apr 2014 10:34:34 -0400 In-Reply-To: (Richard Copley's message of "Sat, 19 Apr 2014 13:16:02 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-NAI-Spam-Flag: NO X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV4917=0 X-NAI-Spam-Version: 2.3.0.9378 : core <4917> : inlines <750> : streams <1162870> : uri <1734416> X-Spam-Score: -2.0 (--) X-Debbugs-Envelope-To: 17265-done Cc: Nicolas Richard , 17265-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.0 (--) > Yes, it's fixed on trunk now, thanks. Thanks. > I realized I had misread > Stefan's mail after I replied. (I'm not too familiar with the branch > structure. I just follow the trunk.) Please try and follow `emacs-24' instead of `trunk' until Emacs-24.4 is released, to help us find bugs in that code. Stefan ------------=_1397918109-23241-11 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 17 Apr 2014 21:25:43 +0000 Received: from localhost ([127.0.0.1]:51171 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WatoS-0002HM-Uy for submit@debbugs.gnu.org; Thu, 17 Apr 2014 17:25:42 -0400 Received: from eggs.gnu.org ([208.118.235.92]:52483) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WaNd9-0005de-5v for submit@debbugs.gnu.org; Wed, 16 Apr 2014 07:03:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WaNcx-0008WA-SV for submit@debbugs.gnu.org; Wed, 16 Apr 2014 07:03:45 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: *** X-Spam-Status: No, score=3.3 required=5.0 tests=AC_HTML_NONSENSE_TAGS, BAYES_50, RECEIVED_FROM_WINDOWS_HOST,T_FILL_THIS_FORM_SHORT autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:44898) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WaNcx-0008W6-P2 for submit@debbugs.gnu.org; Wed, 16 Apr 2014 07:03:39 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54143) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WaNcs-0000SH-JI for bug-gnu-emacs@gnu.org; Wed, 16 Apr 2014 07:03:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WaNck-0008S8-Mt for bug-gnu-emacs@gnu.org; Wed, 16 Apr 2014 07:03:34 -0400 Received: from extern2.simpack.de ([217.6.77.178]:63553 helo=mail.simpack.de) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1WaNck-0008RY-4T for bug-gnu-emacs@gnu.org; Wed, 16 Apr 2014 07:03:26 -0400 Received: from [192.168.2.201] (helo=exchange.intec.dom) by mail.simpack.de with G Data MailSecurity; for ; Wed, 16 Apr 2014 12:18:01 +0200 Received: from debian64.intec.dom.simpack.de (192.168.2.48) by exchange.intec.dom (192.168.2.201) with Microsoft SMTP Server (TLS) id 8.1.278.0; Wed, 16 Apr 2014 12:18:01 +0200 Date: Wed, 16 Apr 2014 12:17:45 +0200 From: Martin Apel To: MIME-Version: 1.0 Message-ID: Subject: 24.3.90; EDiff fails from second hunk Content-Type: text/plain X-AVK-Virus-Check: AVL 22.2347;15.04.2014 X-detected-operating-system: by eggs.gnu.org: Windows 7 or 8 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Thu, 17 Apr 2014 17:25:38 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) 1. Start emacs -Q 2. Load two arbitrary files 3. ediff-buffers with the just loaded buffers 4. Press 'n' for next hunk => everythings fine 5. Press 'n' again => Message appears and now hunk is displayed ediff-set-fine-diff-properties: Wrong type argument: listp, [# # # # # # # # # #] [5 times] This makes Ediff completely unusable. In GNU Emacs 24.3.90.1 (x86_64-unknown-linux-gnu, X toolkit, Xaw scroll bars) of 2014-04-16 on debian64 Windowing system distributor `The X.Org Foundation', version 11.0.11500901 System Description: Debian GNU/Linux testing (jessie) Configured using: `configure 'CC=gcc -std=gnu99'' Important settings: value of $LANG: en_GB.UTF-8 locale-coding-system: utf-8-unix Major mode: C++/lh Minor modes in effect: diff-auto-refine-mode: t subword-mode: t cwarn-mode: t flyspell-mode: t electric-pair-mode: t which-function-mode: t show-paren-mode: t gud-tooltip-mode: t global-auto-revert-mode: t desktop-save-mode: t auto-complete-mode: t tooltip-mode: t electric-indent-mode: t mouse-wheel-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t abbrev-mode: t hs-minor-mode: t Recent input: C-x 1 C-x C-c c C-x k C-x v d = C-v C-v C-v C-v C-v C-v C-v C-v C-v C-v C-v C-v C-v C-v C-v C-v C-v C-v C-v C-v C-v C-v C-v C-x v = C-x 1 n n n n n p n n n p p p p n q y y y n n n n n n q y y y M-x r e p o Recent messages: Computing differences between SID56858.tmp and SID56859.tmp ... Buffer A: Processing difference region 0 of 3 Buffer B: Processing difference region 0 of 3 Processing difference regions ... done Region 1 in buffer A is empty [2 times] Refining difference region 2 ... ediff-set-fine-diff-properties: Wrong type argument: listp, [# # # # # # # # # #] [5 times] Quit this Ediff session? (y or n) y Kill buffer A [SID56858.tmp]? (y or n) y Kill buffer B [SID56859.tmp]? (y or n) y Load-path shadows: /home/home_dev/apel/.emacs.d/el-get/org-jira/org-jira hides /home/home_dev/apel/.emacs.d/el-get/org-mode/contrib/lisp/org-jira /home/home_dev/apel/.emacs.d/el-get/org-mode/lisp/ox-publish hides /usr/local/share/emacs/24.3.90/lisp/org/ox-publish /home/home_dev/apel/.emacs.d/el-get/org-mode/lisp/org-w3m hides /usr/local/share/emacs/24.3.90/lisp/org/org-w3m /home/home_dev/apel/.emacs.d/el-get/org-mode/lisp/ob-ref hides /usr/local/share/emacs/24.3.90/lisp/org/ob-ref /home/home_dev/apel/.emacs.d/el-get/org-mode/lisp/org hides /usr/local/share/emacs/24.3.90/lisp/org/org /home/home_dev/apel/.emacs.d/el-get/org-mode/lisp/org-clock hides /usr/local/share/emacs/24.3.90/lisp/org/org-clock /home/home_dev/apel/.emacs.d/el-get/org-mode/lisp/ob-keys hides /usr/local/share/emacs/24.3.90/lisp/org/ob-keys /home/home_dev/apel/.emacs.d/el-get/org-mode/lisp/ob-haskell hides /usr/local/share/emacs/24.3.90/lisp/org/ob-haskell /home/home_dev/apel/.emacs.d/el-get/org-mode/lisp/org-mouse hides /usr/local/share/emacs/24.3.90/lisp/org/org-mouse /home/home_dev/apel/.emacs.d/el-get/org-mode/lisp/org-ctags hides /usr/local/share/emacs/24.3.90/lisp/org/org-ctags /home/home_dev/apel/.emacs.d/el-get/org-mode/lisp/ob-gnuplot hides /usr/local/share/emacs/24.3.90/lisp/org/ob-gnuplot /home/home_dev/apel/.emacs.d/el-get/org-mode/lisp/org-element hides /usr/local/share/emacs/24.3.90/lisp/org/org-element /home/home_dev/apel/.emacs.d/el-get/org-mode/lisp/ob-sass hides /usr/local/share/emacs/24.3.90/lisp/org/ob-sass /home/home_dev/apel/.emacs.d/el-get/org-mode/lisp/ox-org hides /usr/local/share/emacs/24.3.90/lisp/org/ox-org /home/home_dev/apel/.emacs.d/el-get/org-mode/lisp/ob-org hides /usr/local/share/emacs/24.3.90/lisp/org/ob-org /home/home_dev/apel/.emacs.d/el-get/org-mode/lisp/ob-tangle hides /usr/local/share/emacs/24.3.90/lisp/org/ob-tangle /home/home_dev/apel/.emacs.d/el-get/org-mode/lisp/org-entities hides /usr/local/share/emacs/24.3.90/lisp/org/org-entities /home/home_dev/apel/.emacs.d/el-get/org-mode/lisp/org-pcomplete hides /usr/local/share/emacs/24.3.90/lisp/org/org-pcomplete /home/home_dev/apel/.emacs.d/el-get/org-mode/lisp/ob-picolisp hides /usr/local/share/emacs/24.3.90/lisp/org/ob-picolisp /home/home_dev/apel/.emacs.d/el-get/org-mode/lisp/ob-perl hides /usr/local/share/emacs/24.3.90/lisp/org/ob-perl /home/home_dev/apel/.emacs.d/el-get/org-mode/lisp/org-bbdb hides /usr/local/share/emacs/24.3.90/lisp/org/org-bbdb /home/home_dev/apel/.emacs.d/el-get/org-mode/lisp/org-docview hides /usr/local/share/emacs/24.3.90/lisp/org/org-docview /home/home_dev/apel/.emacs.d/el-get/org-mode/lisp/ob-C hides /usr/local/share/emacs/24.3.90/lisp/org/ob-C /home/home_dev/apel/.emacs.d/el-get/org-mode/lisp/ob-core hides /usr/local/share/emacs/24.3.90/lisp/org/ob-core /home/home_dev/apel/.emacs.d/el-get/org-mode/lisp/ob-R hides /usr/local/share/emacs/24.3.90/lisp/org/ob-R /home/home_dev/apel/.emacs.d/el-get/org-mode/lisp/ox-texinfo hides /usr/local/share/emacs/24.3.90/lisp/org/ox-texinfo /home/home_dev/apel/.emacs.d/el-get/org-mode/lisp/ob-js hides /usr/local/share/emacs/24.3.90/lisp/org/ob-js /home/home_dev/apel/.emacs.d/el-get/org-mode/lisp/org-archive hides /usr/local/share/emacs/24.3.90/lisp/org/org-archive /home/home_dev/apel/.emacs.d/el-get/org-mode/lisp/org-habit hides /usr/local/share/emacs/24.3.90/lisp/org/org-habit /home/home_dev/apel/.emacs.d/el-get/org-mode/lisp/ob-table hides /usr/local/share/emacs/24.3.90/lisp/org/ob-table /home/home_dev/apel/.emacs.d/el-get/org-mode/lisp/ob-scheme hides /usr/local/share/emacs/24.3.90/lisp/org/ob-scheme /home/home_dev/apel/.emacs.d/el-get/org-mode/lisp/ox-beamer hides /usr/local/share/emacs/24.3.90/lisp/org/ox-beamer /home/home_dev/apel/.emacs.d/el-get/org-mode/lisp/org-indent hides /usr/local/share/emacs/24.3.90/lisp/org/org-indent /home/home_dev/apel/.emacs.d/el-get/org-mode/lisp/ob-io hides /usr/local/share/emacs/24.3.90/lisp/org/ob-io /home/home_dev/apel/.emacs.d/el-get/org-mode/lisp/ox-odt hides /usr/local/share/emacs/24.3.90/lisp/org/ox-odt /home/home_dev/apel/.emacs.d/el-get/org-mode/lisp/ob-sh hides /usr/local/share/emacs/24.3.90/lisp/org/ob-sh /home/home_dev/apel/.emacs.d/el-get/org-mode/lisp/ob-clojure hides /usr/local/share/emacs/24.3.90/lisp/org/ob-clojure /home/home_dev/apel/.emacs.d/el-get/org-mode/lisp/org-inlinetask hides /usr/local/share/emacs/24.3.90/lisp/org/org-inlinetask /home/home_dev/apel/.emacs.d/el-get/org-mode/lisp/ob-mscgen hides /usr/local/share/emacs/24.3.90/lisp/org/ob-mscgen /home/home_dev/apel/.emacs.d/el-get/org-mode/lisp/org-gnus hides /usr/local/share/emacs/24.3.90/lisp/org/org-gnus /home/home_dev/apel/.emacs.d/el-get/org-mode/lisp/org-id hides /usr/local/share/emacs/24.3.90/lisp/org/org-id /home/home_dev/apel/.emacs.d/el-get/org-mode/lisp/org-timer hides /usr/local/share/emacs/24.3.90/lisp/org/org-timer /home/home_dev/apel/.emacs.d/el-get/org-mode/lisp/ob-lilypond hides /usr/local/share/emacs/24.3.90/lisp/org/ob-lilypond /home/home_dev/apel/.emacs.d/el-get/org-mode/lisp/ob-ledger hides /usr/local/share/emacs/24.3.90/lisp/org/ob-ledger /home/home_dev/apel/.emacs.d/el-get/org-mode/lisp/ob-octave hides /usr/local/share/emacs/24.3.90/lisp/org/ob-octave /home/home_dev/apel/.emacs.d/el-get/org-mode/lisp/ob-scala hides /usr/local/share/emacs/24.3.90/lisp/org/ob-scala /home/home_dev/apel/.emacs.d/el-get/org-mode/lisp/ob-python hides /usr/local/share/emacs/24.3.90/lisp/org/ob-python /home/home_dev/apel/.emacs.d/el-get/org-mode/lisp/org-agenda hides /usr/local/share/emacs/24.3.90/lisp/org/org-agenda /home/home_dev/apel/.emacs.d/el-get/org-mode/lisp/org-feed hides /usr/local/share/emacs/24.3.90/lisp/org/org-feed /home/home_dev/apel/.emacs.d/el-get/org-mode/lisp/ob-ditaa hides /usr/local/share/emacs/24.3.90/lisp/org/ob-ditaa /home/home_dev/apel/.emacs.d/el-get/org-mode/lisp/ob-shen hides /usr/local/share/emacs/24.3.90/lisp/org/ob-shen /home/home_dev/apel/.emacs.d/el-get/org-mode/lisp/ob-dot hides /usr/local/share/emacs/24.3.90/lisp/org/ob-dot /home/home_dev/apel/.emacs.d/el-get/org-mode/lisp/org-macs hides /usr/local/share/emacs/24.3.90/lisp/org/org-macs /home/home_dev/apel/.emacs.d/el-get/org-mode/lisp/org-colview hides /usr/local/share/emacs/24.3.90/lisp/org/org-colview /home/home_dev/apel/.emacs.d/el-get/org-mode/lisp/org-macro hides /usr/local/share/emacs/24.3.90/lisp/org/org-macro /home/home_dev/apel/.emacs.d/el-get/org-mode/lisp/ob-latex hides /usr/local/share/emacs/24.3.90/lisp/org/ob-latex /home/home_dev/apel/.emacs.d/el-get/org-mode/lisp/ob-lob hides /usr/local/share/emacs/24.3.90/lisp/org/ob-lob /home/home_dev/apel/.emacs.d/el-get/org-mode/lisp/ob-eval hides /usr/local/share/emacs/24.3.90/lisp/org/ob-eval /home/home_dev/apel/.emacs.d/el-get/org-mode/lisp/org-src hides /usr/local/share/emacs/24.3.90/lisp/org/org-src /home/home_dev/apel/.emacs.d/el-get/org-mode/lisp/org-datetree hides /usr/local/share/emacs/24.3.90/lisp/org/org-datetree /home/home_dev/apel/.emacs.d/el-get/org-mode/lisp/org-plot hides /usr/local/share/emacs/24.3.90/lisp/org/org-plot /home/home_dev/apel/.emacs.d/el-get/org-mode/lisp/ob-ruby hides /usr/local/share/emacs/24.3.90/lisp/org/ob-ruby /home/home_dev/apel/.emacs.d/el-get/org-mode/lisp/ob-sqlite hides /usr/local/share/emacs/24.3.90/lisp/org/ob-sqlite /home/home_dev/apel/.emacs.d/el-get/org-mode/lisp/ob-java hides /usr/local/share/emacs/24.3.90/lisp/org/ob-java /home/home_dev/apel/.emacs.d/el-get/org-mode/lisp/ob-screen hides /usr/local/share/emacs/24.3.90/lisp/org/ob-screen /home/home_dev/apel/.emacs.d/el-get/org-mode/lisp/org-capture hides /usr/local/share/emacs/24.3.90/lisp/org/org-capture /home/home_dev/apel/.emacs.d/el-get/org-mode/lisp/org-attach hides /usr/local/share/emacs/24.3.90/lisp/org/org-attach /home/home_dev/apel/.emacs.d/el-get/org-mode/lisp/org-mhe hides /usr/local/share/emacs/24.3.90/lisp/org/org-mhe /home/home_dev/apel/.emacs.d/el-get/org-mode/lisp/ob-ocaml hides /usr/local/share/emacs/24.3.90/lisp/org/ob-ocaml /home/home_dev/apel/.emacs.d/el-get/org-mode/lisp/ob-maxima hides /usr/local/share/emacs/24.3.90/lisp/org/ob-maxima /home/home_dev/apel/.emacs.d/el-get/org-mode/lisp/org-crypt hides /usr/local/share/emacs/24.3.90/lisp/org/org-crypt /home/home_dev/apel/.emacs.d/el-get/org-mode/lisp/org-compat hides /usr/local/share/emacs/24.3.90/lisp/org/org-compat /home/home_dev/apel/.emacs.d/el-get/org-mode/lisp/ob-asymptote hides /usr/local/share/emacs/24.3.90/lisp/org/ob-asymptote /home/home_dev/apel/.emacs.d/el-get/org-mode/lisp/ox-md hides /usr/local/share/emacs/24.3.90/lisp/org/ox-md /home/home_dev/apel/.emacs.d/el-get/org-mode/lisp/org-eshell hides /usr/local/share/emacs/24.3.90/lisp/org/org-eshell /home/home_dev/apel/.emacs.d/el-get/org-mode/lisp/org-table hides /usr/local/share/emacs/24.3.90/lisp/org/org-table /home/home_dev/apel/.emacs.d/el-get/org-mode/lisp/ox-html hides /usr/local/share/emacs/24.3.90/lisp/org/ox-html /home/home_dev/apel/.emacs.d/el-get/org-mode/lisp/ob-sql hides /usr/local/share/emacs/24.3.90/lisp/org/ob-sql /home/home_dev/apel/.emacs.d/el-get/org-mode/lisp/org-faces hides /usr/local/share/emacs/24.3.90/lisp/org/org-faces /home/home_dev/apel/.emacs.d/el-get/org-mode/lisp/ob-matlab hides /usr/local/share/emacs/24.3.90/lisp/org/ob-matlab /home/home_dev/apel/.emacs.d/el-get/org-mode/lisp/org-version hides /usr/local/share/emacs/24.3.90/lisp/org/org-version /home/home_dev/apel/.emacs.d/el-get/org-mode/lisp/ob hides /usr/local/share/emacs/24.3.90/lisp/org/ob /home/home_dev/apel/.emacs.d/el-get/org-mode/lisp/ob-emacs-lisp hides /usr/local/share/emacs/24.3.90/lisp/org/ob-emacs-lisp /home/home_dev/apel/.emacs.d/el-get/org-mode/lisp/ob-makefile hides /usr/local/share/emacs/24.3.90/lisp/org/ob-makefile /home/home_dev/apel/.emacs.d/el-get/org-mode/lisp/ob-lisp hides /usr/local/share/emacs/24.3.90/lisp/org/ob-lisp /home/home_dev/apel/.emacs.d/el-get/org-mode/lisp/ob-exp hides /usr/local/share/emacs/24.3.90/lisp/org/ob-exp /home/home_dev/apel/.emacs.d/el-get/org-mode/lisp/ox-ascii hides /usr/local/share/emacs/24.3.90/lisp/org/ox-ascii /home/home_dev/apel/.emacs.d/el-get/org-mode/lisp/ob-calc hides /usr/local/share/emacs/24.3.90/lisp/org/ob-calc /home/home_dev/apel/.emacs.d/el-get/org-mode/lisp/ob-fortran hides /usr/local/share/emacs/24.3.90/lisp/org/ob-fortran /home/home_dev/apel/.emacs.d/el-get/org-mode/lisp/ob-comint hides /usr/local/share/emacs/24.3.90/lisp/org/ob-comint /home/home_dev/apel/.emacs.d/el-get/org-mode/lisp/ox-man hides /usr/local/share/emacs/24.3.90/lisp/org/ox-man /home/home_dev/apel/.emacs.d/el-get/org-mode/lisp/ox-icalendar hides /usr/local/share/emacs/24.3.90/lisp/org/ox-icalendar /home/home_dev/apel/.emacs.d/el-get/org-mode/lisp/ob-plantuml hides /usr/local/share/emacs/24.3.90/lisp/org/ob-plantuml /home/home_dev/apel/.emacs.d/el-get/org-mode/lisp/ox hides /usr/local/share/emacs/24.3.90/lisp/org/ox /home/home_dev/apel/.emacs.d/el-get/org-mode/lisp/ob-css hides /usr/local/share/emacs/24.3.90/lisp/org/ob-css /home/home_dev/apel/.emacs.d/el-get/org-mode/lisp/org-list hides /usr/local/share/emacs/24.3.90/lisp/org/org-list /home/home_dev/apel/.emacs.d/el-get/org-mode/lisp/org-irc hides /usr/local/share/emacs/24.3.90/lisp/org/org-irc /home/home_dev/apel/.emacs.d/el-get/org-mode/lisp/org-mobile hides /usr/local/share/emacs/24.3.90/lisp/org/org-mobile /home/home_dev/apel/.emacs.d/el-get/org-mode/lisp/org-bibtex hides /usr/local/share/emacs/24.3.90/lisp/org/org-bibtex /home/home_dev/apel/.emacs.d/el-get/org-mode/lisp/org-info hides /usr/local/share/emacs/24.3.90/lisp/org/org-info /home/home_dev/apel/.emacs.d/el-get/org-mode/lisp/ob-awk hides /usr/local/share/emacs/24.3.90/lisp/org/ob-awk /home/home_dev/apel/.emacs.d/el-get/org-mode/lisp/org-footnote hides /usr/local/share/emacs/24.3.90/lisp/org/org-footnote /home/home_dev/apel/.emacs.d/el-get/org-mode/lisp/org-protocol hides /usr/local/share/emacs/24.3.90/lisp/org/org-protocol /home/home_dev/apel/.emacs.d/el-get/org-mode/lisp/ox-latex hides /usr/local/share/emacs/24.3.90/lisp/org/ox-latex /home/home_dev/apel/.emacs.d/el-get/org-mode/lisp/org-rmail hides /usr/local/share/emacs/24.3.90/lisp/org/org-rmail /home/home_dev/apel/.emacs.d/el-get/org-mode/lisp/org-loaddefs hides /usr/local/share/emacs/24.3.90/lisp/org/org-loaddefs /home/home_dev/apel/.emacs.d/el-get/org-mode/lisp/org-install hides /usr/local/share/emacs/24.3.90/lisp/org/org-install /usr/local/share/emacs/site-lisp/trampver hides /usr/local/share/emacs/24.3.90/lisp/net/trampver /usr/local/share/emacs/site-lisp/tramp-cmds hides /usr/local/share/emacs/24.3.90/lisp/net/tramp-cmds /usr/local/share/emacs/site-lisp/tramp-uu hides /usr/local/share/emacs/24.3.90/lisp/net/tramp-uu /usr/local/share/emacs/site-lisp/tramp-compat hides /usr/local/share/emacs/24.3.90/lisp/net/tramp-compat /usr/local/share/emacs/site-lisp/tramp-gw hides /usr/local/share/emacs/24.3.90/lisp/net/tramp-gw /usr/local/share/emacs/site-lisp/tramp-gvfs hides /usr/local/share/emacs/24.3.90/lisp/net/tramp-gvfs /usr/local/share/emacs/site-lisp/tramp-cache hides /usr/local/share/emacs/24.3.90/lisp/net/tramp-cache /usr/local/share/emacs/site-lisp/tramp-ftp hides /usr/local/share/emacs/24.3.90/lisp/net/tramp-ftp /usr/local/share/emacs/site-lisp/tramp hides /usr/local/share/emacs/24.3.90/lisp/net/tramp /usr/local/share/emacs/site-lisp/tramp-loaddefs hides /usr/local/share/emacs/24.3.90/lisp/net/tramp-loaddefs /usr/local/share/emacs/site-lisp/tramp-sh hides /usr/local/share/emacs/24.3.90/lisp/net/tramp-sh /usr/local/share/emacs/site-lisp/tramp-smb hides /usr/local/share/emacs/24.3.90/lisp/net/tramp-smb Features: (shadow sort mail-extr emacsbug sendmail vc-cvs vc-rcs diff-mode find-lisp solar cal-dst holidays hol-loaddefs diary-lib diary-loaddefs cal-iso network-stream starttls url-cache wgrep find-dired grep log-edit message rfc822 mml mml-sec mm-decode mm-bodies mm-encode mailabbrev mail-utils gmm-utils mailheader pcvs-util ediff-merg ediff-wind ediff-diff ediff-mult ediff-help ediff-init ediff-util ediff compile misearch multi-isearch executable dabbrev find-file add-log cmake-mode conf-mode fortran cus-edit wid-edit ibuf-ext ibuffer vc-dir ewoc vc org-element org-rmail org-mhe org-irc org-info org-gnus org-docview doc-view jka-compr image-mode org-bibtex bibtex org-bbdb org-w3m vc-dispatcher vc-svn superword subword cwarn flyspell ispell cc-langs cc-mode-expansions cc-mode cc-fonts cc-guess cc-menus cc-cmds cc-styles cc-align cc-engine cc-vars cc-defs elec-pair server browse-kill-ring windmove which-func imenu paren gud autorevert filenotify desktop frameset cus-start cus-load org-toodledo org-toodledo-sim org-toodledo-test org-agenda json w3mexcerpt the-org-mode-expansions org org-macro org-footnote org-pcomplete pcomplete org-list org-faces org-entities noutline outline org-version ob-ditaa ob-dot ob-emacs-lisp ob ob-tangle org-src ob-ref ob-lob ob-table ob-keys ob-exp ob-comint comint ansi-color ob-core ob-eval org-compat org-macs org-loaddefs format-spec find-func cal-menu calendar cal-loaddefs ac-etags auto-complete popup xml-parse doxymacs filecache smex ido autoinsert http-post-simple url-http tls url-auth mail-parse rfc2231 rfc2047 rfc2045 ietf-drums url-gw url url-proxy url-privacy url-expand url-methods url-history url-cookie url-domsuf url-util url-parse auth-source eieio eieio-core gnus-util mm-util mail-prsvr password-cache url-vars mailcap etags-select etags ring multiple-cursors mc-separate-operations rectangular-region-mode mc-mark-pop mc-mark-more mc-cycle-cursors mc-edit-lines multiple-cursors-core easy-mmode edmacro kmacro rect expand-region text-mode-expansions er-basic-expansions thingatpt expand-region-core byte-opt advice expand-region-custom tempo-snippets tempo .loaddefs el-get el-get-autoloads el-get-list-packages el-get-notify help-mode el-get-dependencies el-get-build el-get-status pp el-get-recipes derived el-get-byte-compile el-get-methods el-get-fossil el-get-svn el-get-pacman el-get-github-zip el-get-github-tar el-get-http-zip el-get-http-tar el-get-hg el-get-go el-get-git-svn el-get-fink el-get-emacswiki el-get-http el-get-emacsmirror el-get-github el-get-git el-get-elpa package el-get-darcs el-get-cvs el-get-bzr el-get-brew el-get-builtin el-get-apt-get el-get-custom el-get-core cl-macs gv autoload help-fns lisp-mnt bytecomp byte-compile cconv cl cl-loaddefs cl-lib dired ma-funcs dbus xml hideshow easymenu time-date tooltip electric uniquify ediff-hook vc-hooks lisp-float-type mwheel x-win x-dnd tool-bar dnd fontset image regexp-opt fringe tabulated-list newcomment lisp-mode prog-mode register page menu-bar rfn-eshadow timer select scroll-bar mouse jit-lock font-lock syntax facemenu font-core frame cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev minibuffer nadvice loaddefs button faces cus-face macroexp files text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote make-network-process dbusbind gfilenotify dynamic-setting system-font-setting font-render-setting x-toolkit x multi-tty emacs) Memory information: ((conses 16 1349056 168834) (symbols 48 122471 0) (miscs 40 9093 9946) (strings 32 745840 11056) (string-bytes 1 11504095) (vectors 16 42399) (vector-slots 8 1632584 192599) (floats 8 703 2564) (intervals 56 56197 1292) (buffers 960 223) (heap 1024 137863 10074)) Please consider the environment - do you really need to print this email?. ------------=_1397918109-23241-11-- From debbugs-submit-bounces@debbugs.gnu.org Fri May 02 03:38:21 2014 Received: (at control) by debbugs.gnu.org; 2 May 2014 07:38:21 +0000 Received: from localhost ([127.0.0.1]:47911 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Wg832-00075K-6S for submit@debbugs.gnu.org; Fri, 02 May 2014 03:38:20 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:59311 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Wg82y-00075B-Hk for control@debbugs.gnu.org; Fri, 02 May 2014 03:38:17 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1Wg82x-00075t-VK for control@debbugs.gnu.org; Fri, 02 May 2014 03:38:16 -0400 Date: Fri, 02 May 2014 03:38:15 -0400 Message-Id: Subject: control message for bug 17382 To: X-Mailer: mail (GNU Mailutils 2.1) From: Glenn Morris X-Spam-Score: -5.7 (-----) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.7 (-----) forcemerge 17257 17382 From debbugs-submit-bounces@debbugs.gnu.org Wed May 14 11:37:20 2014 Received: (at control) by debbugs.gnu.org; 14 May 2014 15:37:20 +0000 Received: from localhost ([127.0.0.1]:35344 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WkbFA-00044k-1L for submit@debbugs.gnu.org; Wed, 14 May 2014 11:37:20 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:39761 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WkbF8-00044b-21 for control@debbugs.gnu.org; Wed, 14 May 2014 11:37:18 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1WkbF7-0004MV-LS for control@debbugs.gnu.org; Wed, 14 May 2014 11:37:17 -0400 Date: Wed, 14 May 2014 11:37:17 -0400 Message-Id: Subject: control message for bug 17491 To: X-Mailer: mail (GNU Mailutils 2.1) From: Glenn Morris X-Spam-Score: -5.7 (-----) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.7 (-----) fixed 17491 24.3.91 forcemerge 17257 17491