From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sean Sieger Newsgroups: gmane.emacs.help Subject: Re: ediff Date: Sat, 11 Apr 2009 14:40:17 -0400 Message-ID: <87r5zzghke.fsf@gmail.com> References: <87ocv4tum0.fsf@gmail.com> <49E049B4.6050400@irisa.fr> <87y6u7gk6n.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1239475355 23356 80.91.229.12 (11 Apr 2009 18:42:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 11 Apr 2009 18:42:35 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Apr 11 20:43:54 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LsiBE-0001HL-Vb for geh-help-gnu-emacs@m.gmane.org; Sat, 11 Apr 2009 20:43:53 +0200 Original-Received: from localhost ([127.0.0.1]:55910 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lsi9q-0003Gr-Jw for geh-help-gnu-emacs@m.gmane.org; Sat, 11 Apr 2009 14:42:26 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lsi86-0002Kf-Qo for help-gnu-emacs@gnu.org; Sat, 11 Apr 2009 14:40:38 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lsi82-0002He-79 for help-gnu-emacs@gnu.org; Sat, 11 Apr 2009 14:40:38 -0400 Original-Received: from [199.232.76.173] (port=34640 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lsi81-0002HY-Vy for help-gnu-emacs@gnu.org; Sat, 11 Apr 2009 14:40:34 -0400 Original-Received: from main.gmane.org ([80.91.229.2]:45269 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Lsi81-0007Jz-CO for help-gnu-emacs@gnu.org; Sat, 11 Apr 2009 14:40:33 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Lsi7z-0006h4-CU for help-gnu-emacs@gnu.org; Sat, 11 Apr 2009 18:40:31 +0000 Original-Received: from pool-70-18-28-77.ny325.east.verizon.net ([70.18.28.77]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 11 Apr 2009 18:40:31 +0000 Original-Received: from sean.sieger by pool-70-18-28-77.ny325.east.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 11 Apr 2009 18:40:31 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 33 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: pool-70-18-28-77.ny325.east.verizon.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.92 (gnu/linux) Cancel-Lock: sha1:Wjz3JyPqd/1p5zrdv7ih3bFd/eE= X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:63672 Archived-At: Peter Dyballa writes: I think Sebastien tried to tell you to use the command D from Ediff. Did you see (and read) the Ediff help window? Yes, um several times, but I didn't make sense of or explore the D command. [Tail between legs.] Got it. Thank you both. Is this patch of the form I ought to be submitting to the developers? *** /home/sean/Desktop/a/buffers.texi 2009-04-10 08:41:20.000000000 -0400 --- /home/sean/Desktop/b/buffers.texi 2009-04-11 14:08:06.000000000 -0400 *************** *** 583,590 **** @vindex uniquify-buffer-name-style Other methods work by adding parts of each file's directory to the ! buffer name. To select one, customize the variable ! @code{uniquify-buffer-name-style} (@pxref{Easy Customization}). To begin with, the @code{forward} naming method includes part of the file's directory name at the beginning of the buffer name; using this --- 583,592 ---- @vindex uniquify-buffer-name-style Other methods work by adding parts of each file's directory to the ! buffer name. Enable the methods by adding @code{(require 'uniquify)} to ! your .emacs or interactively with @kbd{M-x ! toggle-uniquify-buffer-names}. To select one, customize the ! variable@code{uniquify-buffer-name-style} (@pxref{Easy Customization}). To begin with, the @code{forward} naming method includes part of the file's directory name at the beginning of the buffer name; using this