From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sean Sieger Newsgroups: gmane.emacs.devel Subject: making buffer names unique Date: Mon, 16 Nov 2009 18:29:10 -0500 Message-ID: <87tywut5fd.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 1258414196 584 80.91.229.12 (16 Nov 2009 23:29:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 16 Nov 2009 23:29:56 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 17 00:29:49 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1NAB12-0001WE-OC for ged-emacs-devel@m.gmane.org; Tue, 17 Nov 2009 00:29:49 +0100 Original-Received: from localhost ([127.0.0.1]:37453 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NAB12-00061E-8f for ged-emacs-devel@m.gmane.org; Mon, 16 Nov 2009 18:29:48 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NAB0w-00060s-0W for emacs-devel@gnu.org; Mon, 16 Nov 2009 18:29:42 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NAB0r-000600-FS for emacs-devel@gnu.org; Mon, 16 Nov 2009 18:29:41 -0500 Original-Received: from [199.232.76.173] (port=46611 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NAB0r-0005zs-5P for emacs-devel@gnu.org; Mon, 16 Nov 2009 18:29:37 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]:52546) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NAB0q-0003Xn-LT for emacs-devel@gnu.org; Mon, 16 Nov 2009 18:29:36 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.50) id 1NAB0m-0001RJ-Nf for emacs-devel@gnu.org; Tue, 17 Nov 2009 00:29:32 +0100 Original-Received: from pool-162-84-235-108.ny5030.east.verizon.net ([162.84.235.108]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 17 Nov 2009 00:29:32 +0100 Original-Received: from sean.sieger by pool-162-84-235-108.ny5030.east.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 17 Nov 2009 00:29:32 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 5 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: pool-162-84-235-108.ny5030.east.verizon.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) Cancel-Lock: sha1:j+vyz9Q1QhSHBEyuQqFV59W2BTg= X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:117056 Archived-At: Without (require 'uniquify) in .emacs, the variable, uniquify-buffer-name-style is not in the Convenience menu of Customize, and is not one of the completions to M-x customize-variable. The section, 23.7.1 Making Buffer Names Unique does not mention the code.