From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.help Subject: Re: file path in buffer name Date: Mon, 16 Nov 2009 21:07:12 +0100 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1258402276 23440 80.91.229.12 (16 Nov 2009 20:11:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 16 Nov 2009 20:11:16 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Joost Kremers Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Nov 16 21:11:08 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 1NA7ul-0001to-MI for geh-help-gnu-emacs@m.gmane.org; Mon, 16 Nov 2009 21:11:08 +0100 Original-Received: from localhost ([127.0.0.1]:40282 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NA7ul-0004YF-50 for geh-help-gnu-emacs@m.gmane.org; Mon, 16 Nov 2009 15:11:07 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NA7rP-0000jS-UK for help-gnu-emacs@gnu.org; Mon, 16 Nov 2009 15:07:39 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NA7rK-0000dm-0L for help-gnu-emacs@gnu.org; Mon, 16 Nov 2009 15:07:37 -0500 Original-Received: from [199.232.76.173] (port=55911 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NA7rI-0000dP-VD for help-gnu-emacs@gnu.org; Mon, 16 Nov 2009 15:07:33 -0500 Original-Received: from mail-gx0-f224.google.com ([209.85.217.224]:46921) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NA7rI-0006yl-Iq for help-gnu-emacs@gnu.org; Mon, 16 Nov 2009 15:07:32 -0500 Original-Received: by gxk24 with SMTP id 24so755606gxk.6 for ; Mon, 16 Nov 2009 12:07:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type; bh=dZn6Gf2M41/X7WZZpo24Wxy8ctQByZSkEM209nIFfnw=; b=XzxowZ9terSjSvPE2mnHTsxW9ULCQwd0vLv40XQHwByF5M0Dxg6HewjZWBg/A7wHpw nbgRrvuXVPumxHf3W6PYblc8Cq+/EjdM1u3SmQFNVHFylj6DXgEmAA1tgQpShPvaCD5T Sl9w2+76Cf4ZrEt4inxX/1YT5VPwInlWxOgIA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=RMPVTkZHr4bcBdlDJqHIJQxgLl7PRM278w6b+3Cl3cvxRAOWfo7aUVpVnbNXbH5wXn QLe3/eVleb/+ehCSYzWMyksSR0XQDOEvubcnKP3lrOQVDUL9YvbcE9duWhI5CKqaKGXM Q6F2dyw4MnxS223v5JTcBppt1aaKB+eDKO+Ok= Original-Received: by 10.101.27.20 with SMTP id e20mr212794anj.137.1258402052146; Mon, 16 Nov 2009 12:07:32 -0800 (PST) In-Reply-To: X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:69797 Archived-At: On Mon, Nov 16, 2009 at 8:10 PM, Joost Kremers wrote: > matlantis wrote: >> So what i need is a method to say emacs to make the buffer name looking like >> "CMakeLists.txt in ". Even better would be if could be >> abbreviated to 30 characters, but thats not important. > > do M-x customize-variable RET uniquify-buffer-name-style RET and select the > style you prefer. Where is that variable defined? It does not seem to be autoloaded.