From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?UTF-8?B?QW5kcmVhcyBSw7ZobGVy?= Newsgroups: gmane.emacs.help Subject: Re: 24.3.90.1-pretest: file-path in mode-line Date: Wed, 23 Apr 2014 10:12:43 +0200 Message-ID: <535775FB.4040202@easy-emacs.de> References: <53575FAD.2040907@easy-emacs.de> <87ha5kczh0.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1398240492 1682 80.91.229.3 (23 Apr 2014 08:08:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 23 Apr 2014 08:08:12 +0000 (UTC) To: "help-gnu-emacs@gnu.org List" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Apr 23 10:08:05 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 1WcsDq-0005nT-Vq for geh-help-gnu-emacs@m.gmane.org; Wed, 23 Apr 2014 10:08:03 +0200 Original-Received: from localhost ([::1]:59220 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WcsDq-0004jZ-6c for geh-help-gnu-emacs@m.gmane.org; Wed, 23 Apr 2014 04:08:02 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:38652) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WcsDX-0004jH-2w for help-gnu-emacs@gnu.org; Wed, 23 Apr 2014 04:07:50 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WcsDQ-0005zw-5V for help-gnu-emacs@gnu.org; Wed, 23 Apr 2014 04:07:43 -0400 Original-Received: from moutng.kundenserver.de ([212.227.17.10]:57788) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WcsDP-0005zh-Rq for help-gnu-emacs@gnu.org; Wed, 23 Apr 2014 04:07:36 -0400 Original-Received: from purzel.sitgens (brln-4d0c2754.pool.mediaWays.net [77.12.39.84]) by mrelayeu.kundenserver.de (node=mreue101) with ESMTP (Nemesis) id 0McWMC-1WLCo20fJ2-00HhYy; Wed, 23 Apr 2014 10:07:34 +0200 User-Agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 In-Reply-To: <87ha5kczh0.fsf@gnu.org> X-Provags-ID: V02:K0:x/n07pSDojuAt6GhM8r4ADo50lWmqSIA5aQstTgTlIA 9adPKXBSgykUkJ+xBoI/vqyn2n4D3pYpu6ZSrB62XnceiNsPgd X2DWIUJ0Tb798XUh+Gk2LUA2xI/JcgT5rMos8qXd7GKtJI9Xtu D+o+BZxtGPvLdie9SOXwMFa63dCpbOMcVIlI87UHn7rCcPdLzF vvRIHH6L0q5qor2EwBA0fbrISMMXmaIhy8kHvAsz6Wd1kYJ2TW erxOsMDOWtT2CNXcu7tcRlIuU/TAyYMvbSf+uX5224QGN9mDMH 0ywpeazUvPzj0VEGmr6Ge0Dc2BnJioRWsxNBdMS2Q1Yi32cVys U+LjPkKVUA2Vegs5DJ+/gBhy2R5L9tFUyL2aSkzaP X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [generic] X-Received-From: 212.227.17.10 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:97324 Archived-At: Am 23.04.2014 08:49, schrieb Tassilo Horn: > Andreas Röhler 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 > Thanks a lot! Cheers, Andreas