From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.help Subject: Re: 24.3.90.1-pretest: file-path in mode-line Date: Wed, 23 Apr 2014 08:49:15 +0200 Message-ID: <87ha5kczh0.fsf@gnu.org> References: <53575FAD.2040907@easy-emacs.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1398235852 622 80.91.229.3 (23 Apr 2014 06:50:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 23 Apr 2014 06:50:52 +0000 (UTC) Cc: "help-gnu-emacs@gnu.org List" To: Andreas =?utf-8?Q?R=C3=B6hler?= Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Apr 23 08:50:46 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Wcr11-0006Vr-Dp for geh-help-gnu-emacs@m.gmane.org; Wed, 23 Apr 2014 08:50:43 +0200 Original-Received: from localhost ([::1]:58867 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wcr10-000539-Vt for geh-help-gnu-emacs@m.gmane.org; Wed, 23 Apr 2014 02:50:42 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:51144) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wcr0X-0004vk-6M for help-gnu-emacs@gnu.org; Wed, 23 Apr 2014 02:50:19 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wcr0P-0007Q8-UE for help-gnu-emacs@gnu.org; Wed, 23 Apr 2014 02:50:13 -0400 Original-Received: from deliver.uni-koblenz.de ([141.26.64.15]:54802) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wcr0P-0007NK-NW for help-gnu-emacs@gnu.org; Wed, 23 Apr 2014 02:50:05 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by deliver.uni-koblenz.de (Postfix) with ESMTP id DA89B1A8433; Wed, 23 Apr 2014 08:50:04 +0200 (CEST) X-Virus-Scanned: amavisd-new at uni-koblenz.de Original-Received: from deliver.uni-koblenz.de ([127.0.0.1]) by localhost (deliver.uni-koblenz.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id J_i487NILc4W; Wed, 23 Apr 2014 08:50:04 +0200 (CEST) X-CHKRCPT: Envelopesender noch tsdh@gnu.org Original-Received: from thinkpad-t440p (dhcp84.uni-koblenz.de [141.26.71.84]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by deliver.uni-koblenz.de (Postfix) with ESMTPSA id 8E8871A8432; Wed, 23 Apr 2014 08:50:04 +0200 (CEST) In-Reply-To: <53575FAD.2040907@easy-emacs.de> ("Andreas \=\?utf-8\?Q\?R\=C3\=B6h\?\= \=\?utf-8\?Q\?ler\=22's\?\= message of "Wed, 23 Apr 2014 08:37:33 +0200") User-Agent: Gnus/5.13001 (Ma Gnus v0.10) Emacs/24.4.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 141.26.64.15 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:97322 Archived-At: Andreas R=C3=B6hler writes: Hi Andreas, > new Emacs seems to display the file-path per default. > As the place is precious there, is this intentional? I think that's caused by the change corresponding to this NEWS entry. ** Uniquify is enabled by default, with `post-forward-angle-brackets' style. Have a look at (info "(emacs)Uniquify"). But uniquify should only add paths to the buffer name if two buffers would have identical names otherwise. > How to disable it? (setq uniquify-buffer-name-style nil) Then buffers with identical names will get a numeric suffix to make them distinct. Bye, Tassilo