From unknown Sun Jun 22 00:27:27 2025 X-Loop: owner@emacsbugs.donarmstrong.com Subject: bug#1821: 23.0.60; customizing ediff-highlight-all-diffs or ediff-use-faces customizations => no effect Reply-To: David Abrahams , 1821@debbugs.gnu.org Resent-From: David Abrahams Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Wed, 07 Jan 2009 22:05:06 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-Emacs-PR-Message: report 1821 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Received: via spool by submit@emacsbugs.donarmstrong.com id=B.123136544729044 (code B ref -1); Wed, 07 Jan 2009 22:05:06 +0000 Received: (at submit) by emacsbugs.donarmstrong.com; 7 Jan 2009 21:57:27 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=0.1 required=4.0 tests=FOURLA,MURPHY_DRUGS_REL8 autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n07LvNna029038 for ; Wed, 7 Jan 2009 13:57:24 -0800 Received: from mail.gnu.org ([199.232.76.166]:36506 helo=mx10.gnu.org) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1LKgNm-0007na-H4 for emacs-pretest-bug@gnu.org; Wed, 07 Jan 2009 16:56:10 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1LKgOt-00071o-DT for emacs-pretest-bug@gnu.org; Wed, 07 Jan 2009 16:57:22 -0500 Received: from boost-consulting.com ([206.71.190.141]:64040) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LKgOt-00071f-0d for emacs-pretest-bug@gnu.org; Wed, 07 Jan 2009 16:57:19 -0500 Received: from mcbain.luannocracy.com.boostpro.com (207-172-223-249.c3-0.smr-ubr3.sbo-smr.ma.static.cable.rcn.com [207.172.223.249]) (Authenticated sender: dave) by boost-consulting.com (Postfix) with ESMTPSA id A02681CC1E for ; Wed, 7 Jan 2009 13:47:07 -0800 (PST) From: David Abrahams To: emacs-pretest-bug@gnu.org Date: Wed, 07 Jan 2009 16:57:13 -0500 Message-ID: <87ljtmdbk6.fsf@mcbain.luannocracy.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-detected-operating-system: by monty-python.gnu.org: FreeBSD 6.x (1) --=-=-= Please write in English if possible, because the Emacs maintainers usually do not have translators to read other languages for them. Your bug report will be posted to the emacs-pretest-bug@gnu.org mailing list. Please describe exactly what actions triggered the bug and the precise symptoms of the bug: emacs -q -load einit.el where einit.el is enclosed. I have also enclosed a patch that fixes this problem, which I hereby place into the public domain. --=-=-= Content-Type: application/emacs-lisp Content-Disposition: inline; filename=einit.el Content-Transfer-Encoding: quoted-printable (custom-set-variables '(ediff-highlight-all-diffs nil nil nil " only highlight the selected diff (keeps down gray cruft onscreen)") '(ediff-use-faces nil nil nil)) (require 'ediff-init) (message "ediff-highlight-all-diffs: %s ediff-use-faces: %s (should both be= nil)"=20 ediff-highlight-all-diffs ediff-use-faces) --=-=-= Content-Type: text/x-diff Content-Disposition: attachment; filename=ediff-init.el.patch --- ediff-init.el.~1.95.~ 2008-12-03 00:48:23.000000000 -0500 +++ ediff-init.el 2009-01-07 16:43:55.469063558 -0500 @@ -560,7 +560,6 @@ :group 'ediff) -(ediff-defvar-local ediff-use-faces t "") (defcustom ediff-use-faces t "If t, differences are highlighted using faces, if device supports faces. If nil, differences are highlighted using ASCII flags, ediff-before-flag @@ -568,6 +567,7 @@ highlighted using ASCII flags." :type 'boolean :group 'ediff-highlighting) +(ediff-defvar-local ediff-use-faces t "") ;; this indicates that diff regions are word-size, so fine diffs are ;; permanently nixed; used in ediff-windows-wordwise and ediff-regions-wordwise @@ -604,13 +604,13 @@ :type 'boolean :group 'ediff) -(ediff-defvar-local ediff-highlight-all-diffs t "") (defcustom ediff-highlight-all-diffs t "If nil, only the selected differences are highlighted. Otherwise, all difference regions are highlighted, but the selected region is shown in brighter colors." :type 'boolean :group 'ediff-highlighting) +(ediff-defvar-local ediff-highlight-all-diffs t "") ;; The suffix of the control buffer name. --=-=-= If Emacs crashed, and you have the Emacs process in the gdb debugger, please include the output from the following gdb commands: `bt full' and `xbacktrace'. If you would like to further debug the crash, please read the file /usr/local/share/emacs/23.0.60/etc/DEBUG for instructions. In GNU Emacs 23.0.60.2 (i686-pc-linux-gnu, GTK+ Version 2.14.4) of 2009-01-05 on mcbain Windowing system distributor `The X.Org Foundation', version 11.0.10502000 configured using `configure '--with-x-toolkit=gtk' '--prefix=/usr/local'' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: en_US.UTF-8 value of $XMODIFIERS: nil locale-coding-system: utf-8-unix default-enable-multibyte-characters: t Major mode: Diff Minor modes in effect: shell-dirtrack-mode: t diff-auto-refine-mode: t show-paren-mode: t global-auto-revert-mode: t delete-selection-mode: t tooltip-mode: t mouse-wheel-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t global-auto-composition-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 b e d i f e i n C-x v = C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-n C-n C-x C-n M-x d i f f - C-g M-x c u s t o m - a p v c - d i C-g M-x c u c s t o s s t o m i - v a r v c - = d i f s w C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-p C-p C-p C-e C-n C-e C-, C-, C-n C-n C-n C-n C-p C-p C-p C-p C-n C-n C-n C-n C-n C-n C-e C-p C-p C-p C-p C-p C-p C-p C-p C-p C-n C-n C-n C-n C-n C-n C-n C-p C-p C-p C-p C-, C-, 3 C-n - d C-p C-f C-f 2 - d u C-n C-a C-. C-b 1 C-x C-b C-x v = C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-x C-w / t m p / e d i f f - i n i t . e l . p a t c h M-x e m a c s - b u f g r e r e p o r t - e m Recent messages: To install your edits, invoke [State] and choose the Set operation [2 times] M-TAB: complete field; RET: enter value Wrote /home/dave/elisp/custom.el Compiling /home/dave/elisp/custom.el...done Wrote /home/dave/elisp/custom.elc Finding changes in /home/dave/src/emacs/lisp/ediff-init.el...done Wrote /tmp/ediff-init.el.patch Making completion list... Scanning for dabbrevs...100% [2 times] Mark deactivated -- Dave Abrahams BoostPro Computing http://www.boostpro.com --=-=-=-- From unknown Sun Jun 22 00:27:27 2025 X-Loop: owner@emacsbugs.donarmstrong.com Subject: bug#1821: 23.0.60; customizing ediff-highlight-all-diffs or ediff-use-faces customizations => no effect Reply-To: Chong Yidong , 1821@debbugs.gnu.org Resent-From: Chong Yidong Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Sun, 25 Jan 2009 17:15:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-Emacs-PR-Message: followup 1821 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Received: via spool by 1821-submit@emacsbugs.donarmstrong.com id=B1821.123290335021724 (code B ref 1821); Sun, 25 Jan 2009 17:15:03 +0000 Received: (at 1821) by emacsbugs.donarmstrong.com; 25 Jan 2009 17:09:10 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=0.0 required=4.0 tests=none autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from cyd.mit.edu (CYD.MIT.EDU [18.115.2.24]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n0PH97QI021718 for <1821@emacsbugs.donarmstrong.com>; Sun, 25 Jan 2009 09:09:09 -0800 Received: by cyd.mit.edu (Postfix, from userid 1000) id 6054C57E1D4; Sun, 25 Jan 2009 12:09:36 -0500 (EST) From: Chong Yidong To: Michael Kifer Cc: 1821@debbugs.gnu.org, David Abrahams Date: Sun, 25 Jan 2009 12:09:36 -0500 Message-ID: <87zlhfxqgf.fsf@cyd.mit.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Hi Michael, Could you take a look at the bug report at http://debbugs.gnu.org/cgi/bugreport.cgi?bug=1821 Thanks From unknown Sun Jun 22 00:27:27 2025 X-Loop: owner@emacsbugs.donarmstrong.com Subject: bug#1821: 23.0.60; customizing ediff-highlight-all-diffs or ediff-use-faces customizations => no effect Reply-To: kifer@cs.sunysb.edu, 1821@debbugs.gnu.org Resent-From: Michael Kifer Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Sun, 25 Jan 2009 19:05:05 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-Emacs-PR-Message: followup 1821 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Received: via spool by 1821-submit@emacsbugs.donarmstrong.com id=B1821.123291002017442 (code B ref 1821); Sun, 25 Jan 2009 19:05:05 +0000 Received: (at 1821) by emacsbugs.donarmstrong.com; 25 Jan 2009 19:00:20 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=0.0 required=4.0 tests=MURPHY_DRUGS_REL8 autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from sbcs.cs.sunysb.edu (sbcs.cs.sunysb.edu [130.245.1.15]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n0PJ0G41017368 for <1821@emacsbugs.donarmstrong.com>; Sun, 25 Jan 2009 11:00:17 -0800 Received: from kiferserv (compserv1 [130.245.1.44]) by sbcs.cs.sunysb.edu (8.13.6/8.12.11) with ESMTP id n0PJ0DgA004280; Sun, 25 Jan 2009 14:00:13 -0500 (EST) Date: Sun, 25 Jan 2009 14:00:14 -0500 From: Michael Kifer To: David Abrahams Cc: Chong Yidong , 1821@debbugs.gnu.org Message-ID: <20090125140014.0fa9d931@kiferserv> In-Reply-To: <87zlhfxqgf.fsf@cyd.mit.edu> References: <87zlhfxqgf.fsf@cyd.mit.edu> Organization: Stony Brook University X-Mailer: Claws Mail 3.7.0 (GTK+ 2.12.9; i486-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Sun, 25 Jan 2009 12:09:36 -0500 Chong Yidong wrote: > Hi Michael, > > Could you take a look at the bug report at > > http://debbugs.gnu.org/cgi/bugreport.cgi?bug=1821 > > Thanks Thank you, the patch is correct. I'll fix that in cvs. From unknown Sun Jun 22 00:27:27 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: David Abrahams Subject: bug#1821: closed (Re: 23.0.60; customizing ediff-highlight-all-diffs or ediff-use-faces customizations => no effect) Message-ID: References: <9yoc5sy5t6.fsf@fencepost.gnu.org> <87ljtmdbk6.fsf@mcbain.luannocracy.com> X-Gnu-PR-Message: they-closed 1821 X-Gnu-PR-Package: emacs Reply-To: 1821@debbugs.gnu.org Date: Thu, 03 Mar 2011 08:20:04 +0000 Content-Type: multipart/mixed; boundary="----------=_1299140404-8550-1" This is a multi-part message in MIME format... ------------=_1299140404-8550-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #1821: 23.0.60; customizing ediff-highlight-all-diffs or ediff-use-faces cu= stomizations =3D> no effect 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 1821@debbugs.gnu.org. --=20 1821: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D1821 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1299140404-8550-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 1821-done) by debbugs.gnu.org; 3 Mar 2011 08:19:40 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Pv3l6-0002DE-2y for submit@debbugs.gnu.org; Thu, 03 Mar 2011 03:19:40 -0500 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Pv3l4-0002D3-M8 for 1821-done@debbugs.gnu.org; Thu, 03 Mar 2011 03:19:39 -0500 Received: from localhost ([127.0.0.1]:33335) by fencepost.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pv3kz-00032s-Ht; Thu, 03 Mar 2011 03:19:33 -0500 From: Glenn Morris To: 1821-done@debbugs.gnu.org Subject: Re: 23.0.60; customizing ediff-highlight-all-diffs or ediff-use-faces customizations => no effect References: <87zlhfxqgf.fsf@cyd.mit.edu> <20090125140014.0fa9d931@kiferserv> X-Spook: Bruxelles Zachawi Saddam Hussein benelux Rule Psix X-Ran: a&i2o1}k#>Q3=m,BRE"Xe!N3TX7"|![vkJr^l=Kl!'1lv91aLj/w*8eTJ~ciY/3g{}{(-Y X-Hue: white X-Attribution: GM Date: Thu, 03 Mar 2011 03:19:33 -0500 In-Reply-To: <20090125140014.0fa9d931@kiferserv> (Michael Kifer's message of "Sun, 25 Jan 2009 14:00:14 -0500") Message-ID: <9yoc5sy5t6.fsf@fencepost.gnu.org> User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -6.3 (------) X-Debbugs-Envelope-To: 1821-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.3 (------) Version: 24.1 As far as I can see, this patch was never applied. So I applied it. ------------=_1299140404-8550-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by emacsbugs.donarmstrong.com; 7 Jan 2009 21:57:27 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=0.1 required=4.0 tests=FOURLA,MURPHY_DRUGS_REL8 autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n07LvNna029038 for ; Wed, 7 Jan 2009 13:57:24 -0800 Received: from mail.gnu.org ([199.232.76.166]:36506 helo=mx10.gnu.org) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1LKgNm-0007na-H4 for emacs-pretest-bug@gnu.org; Wed, 07 Jan 2009 16:56:10 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1LKgOt-00071o-DT for emacs-pretest-bug@gnu.org; Wed, 07 Jan 2009 16:57:22 -0500 Received: from boost-consulting.com ([206.71.190.141]:64040) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LKgOt-00071f-0d for emacs-pretest-bug@gnu.org; Wed, 07 Jan 2009 16:57:19 -0500 Received: from mcbain.luannocracy.com.boostpro.com (207-172-223-249.c3-0.smr-ubr3.sbo-smr.ma.static.cable.rcn.com [207.172.223.249]) (Authenticated sender: dave) by boost-consulting.com (Postfix) with ESMTPSA id A02681CC1E for ; Wed, 7 Jan 2009 13:47:07 -0800 (PST) From: David Abrahams To: emacs-pretest-bug@gnu.org Subject: 23.0.60; customizing ediff-highlight-all-diffs or ediff-use-faces customizations => no effect Date: Wed, 07 Jan 2009 16:57:13 -0500 Message-ID: <87ljtmdbk6.fsf@mcbain.luannocracy.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-detected-operating-system: by monty-python.gnu.org: FreeBSD 6.x (1) --=-=-= Please write in English if possible, because the Emacs maintainers usually do not have translators to read other languages for them. Your bug report will be posted to the emacs-pretest-bug@gnu.org mailing list. Please describe exactly what actions triggered the bug and the precise symptoms of the bug: emacs -q -load einit.el where einit.el is enclosed. I have also enclosed a patch that fixes this problem, which I hereby place into the public domain. --=-=-= Content-Type: application/emacs-lisp Content-Disposition: inline; filename=einit.el Content-Transfer-Encoding: quoted-printable (custom-set-variables '(ediff-highlight-all-diffs nil nil nil " only highlight the selected diff (keeps down gray cruft onscreen)") '(ediff-use-faces nil nil nil)) (require 'ediff-init) (message "ediff-highlight-all-diffs: %s ediff-use-faces: %s (should both be= nil)"=20 ediff-highlight-all-diffs ediff-use-faces) --=-=-= Content-Type: text/x-diff Content-Disposition: attachment; filename=ediff-init.el.patch --- ediff-init.el.~1.95.~ 2008-12-03 00:48:23.000000000 -0500 +++ ediff-init.el 2009-01-07 16:43:55.469063558 -0500 @@ -560,7 +560,6 @@ :group 'ediff) -(ediff-defvar-local ediff-use-faces t "") (defcustom ediff-use-faces t "If t, differences are highlighted using faces, if device supports faces. If nil, differences are highlighted using ASCII flags, ediff-before-flag @@ -568,6 +567,7 @@ highlighted using ASCII flags." :type 'boolean :group 'ediff-highlighting) +(ediff-defvar-local ediff-use-faces t "") ;; this indicates that diff regions are word-size, so fine diffs are ;; permanently nixed; used in ediff-windows-wordwise and ediff-regions-wordwise @@ -604,13 +604,13 @@ :type 'boolean :group 'ediff) -(ediff-defvar-local ediff-highlight-all-diffs t "") (defcustom ediff-highlight-all-diffs t "If nil, only the selected differences are highlighted. Otherwise, all difference regions are highlighted, but the selected region is shown in brighter colors." :type 'boolean :group 'ediff-highlighting) +(ediff-defvar-local ediff-highlight-all-diffs t "") ;; The suffix of the control buffer name. --=-=-= If Emacs crashed, and you have the Emacs process in the gdb debugger, please include the output from the following gdb commands: `bt full' and `xbacktrace'. If you would like to further debug the crash, please read the file /usr/local/share/emacs/23.0.60/etc/DEBUG for instructions. In GNU Emacs 23.0.60.2 (i686-pc-linux-gnu, GTK+ Version 2.14.4) of 2009-01-05 on mcbain Windowing system distributor `The X.Org Foundation', version 11.0.10502000 configured using `configure '--with-x-toolkit=gtk' '--prefix=/usr/local'' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: en_US.UTF-8 value of $XMODIFIERS: nil locale-coding-system: utf-8-unix default-enable-multibyte-characters: t Major mode: Diff Minor modes in effect: shell-dirtrack-mode: t diff-auto-refine-mode: t show-paren-mode: t global-auto-revert-mode: t delete-selection-mode: t tooltip-mode: t mouse-wheel-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t global-auto-composition-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 b e d i f e i n C-x v = C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-n C-n C-x C-n M-x d i f f - C-g M-x c u s t o m - a p v c - d i C-g M-x c u c s t o s s t o m i - v a r v c - = d i f s w C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-p C-p C-p C-e C-n C-e C-, C-, C-n C-n C-n C-n C-p C-p C-p C-p C-n C-n C-n C-n C-n C-n C-e C-p C-p C-p C-p C-p C-p C-p C-p C-p C-n C-n C-n C-n C-n C-n C-n C-p C-p C-p C-p C-, C-, 3 C-n - d C-p C-f C-f 2 - d u C-n C-a C-. C-b 1 C-x C-b C-x v = C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-x C-w / t m p / e d i f f - i n i t . e l . p a t c h M-x e m a c s - b u f g r e r e p o r t - e m Recent messages: To install your edits, invoke [State] and choose the Set operation [2 times] M-TAB: complete field; RET: enter value Wrote /home/dave/elisp/custom.el Compiling /home/dave/elisp/custom.el...done Wrote /home/dave/elisp/custom.elc Finding changes in /home/dave/src/emacs/lisp/ediff-init.el...done Wrote /tmp/ediff-init.el.patch Making completion list... Scanning for dabbrevs...100% [2 times] Mark deactivated -- Dave Abrahams BoostPro Computing http://www.boostpro.com --=-=-=-- ------------=_1299140404-8550-1--