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: Tue, 17 Nov 2009 16:36:26 +0100 Message-ID: References: <87pr7ib39f.fsf@gmail.com> <87ws1pjhg3.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1258472860 26009 80.91.229.12 (17 Nov 2009 15:47:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 17 Nov 2009 15:47:40 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Sean Sieger Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Nov 17 16:47:33 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 1NAQHC-0006Pz-NX for geh-help-gnu-emacs@m.gmane.org; Tue, 17 Nov 2009 16:47:31 +0100 Original-Received: from localhost ([127.0.0.1]:38191 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NAQHC-0004Jt-2r for geh-help-gnu-emacs@m.gmane.org; Tue, 17 Nov 2009 10:47:30 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NAQGk-0004HP-5z for help-gnu-emacs@gnu.org; Tue, 17 Nov 2009 10:47:02 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NAQGf-0004GF-1Y for help-gnu-emacs@gnu.org; Tue, 17 Nov 2009 10:47:01 -0500 Original-Received: from [199.232.76.173] (port=57005 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NAQGe-0004GC-TJ for help-gnu-emacs@gnu.org; Tue, 17 Nov 2009 10:46:56 -0500 Original-Received: from mail-yw0-f194.google.com ([209.85.211.194]:36068) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NAQ6y-0008Q8-8K for help-gnu-emacs@gnu.org; Tue, 17 Nov 2009 10:36:56 -0500 Original-Received: by ywh32 with SMTP id 32so118707ywh.14 for ; Tue, 17 Nov 2009 07:36:55 -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 :content-transfer-encoding; bh=mAEABaD7X1hJm3u+rJzRZYxiDedfqm7CY8Jxm+XV8qM=; b=SUJ1ObDDlTfhy8uHYs21MKbqs2LhGGxkLFNYSzJjRZwSMRzDWLNkjydJnlTFXjaTww JEVWfblEwlCdwAA1ijhwmNni1V0t0WYvxw88B6OZqlenJvWXNdn/xj5Nb9B9GgMnaPVK Qla8m0Qsb8TFzatO2FJ5dlVflj3E/SAvDFVfM= 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:content-transfer-encoding; b=Hd9gOE6thmoM0n10OpszS4x9GOaLg5JEMCS2TkMx1lSlbbuW5xbIXpIGIkYv9Xi7pT ydZdvZ9M3mqcn/GIbfnFRgn8YL00kC/RORlE/SAM+7X+xo9kRrff1YmVCCgp2C0F220Z qkU/XvH+HoBhkuW33+amGciOkbtpLpgK1cepY= Original-Received: by 10.101.171.36 with SMTP id y36mr1594671ano.75.1258472207231; Tue, 17 Nov 2009 07:36:47 -0800 (PST) In-Reply-To: <87ws1pjhg3.fsf@gmail.com> 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:69834 Archived-At: On Tue, Nov 17, 2009 at 4:31 PM, Sean Sieger wrote: > Lennart Borgman writes: > > =C2=A0 =C2=A0> One has to (require 'uniquify), right? =C2=A0It still isn'= t in the manual. > > > =C2=A0 =C2=A0Yes, currently you have to do (require 'uniquify). However w= e are > =C2=A0 =C2=A0talking on Emacs Devel about changing this so that you do no= t have to > =C2=A0 =C2=A0do that. You can currently do "M-x customize-group RET uniqu= ify RET" > =C2=A0 =C2=A0without doing (require 'uniquify). In the future the same ma= y be > =C2=A0 =C2=A0possible with customize-variable. > > Okay. > > I don't use M-x customize, it bugs me. Then you can't customize the options.