From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sean Sieger Newsgroups: gmane.emacs.help Subject: Re: file path in buffer name Date: Tue, 17 Nov 2009 18:02:04 -0500 Message-ID: <4135e3e50911171502n6c754ef3nf18abaf9b0844ad2@mail.gmail.com> References: <87skcdjfkp.fsf@gmail.com> <87ocn1jdvj.fsf@gmail.com> <87k4xokh2o.fsf@gmail.com> <354EED0DB3A3447288DCAA4BD5858064@us.oracle.com> <87fx8ckdzk.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1258498963 22431 80.91.229.12 (17 Nov 2009 23:02:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 17 Nov 2009 23:02:43 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Drew Adams Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Nov 18 00:02:36 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 1NAX4E-0008Qy-GG for geh-help-gnu-emacs@m.gmane.org; Wed, 18 Nov 2009 00:02:34 +0100 Original-Received: from localhost ([127.0.0.1]:44131 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NAX4E-0007aA-2m for geh-help-gnu-emacs@m.gmane.org; Tue, 17 Nov 2009 18:02:34 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NAX3r-0007Zw-ES for help-gnu-emacs@gnu.org; Tue, 17 Nov 2009 18:02:11 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NAX3l-0007YI-Pm for help-gnu-emacs@gnu.org; Tue, 17 Nov 2009 18:02:10 -0500 Original-Received: from [199.232.76.173] (port=60901 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NAX3l-0007YF-Kd for help-gnu-emacs@gnu.org; Tue, 17 Nov 2009 18:02:05 -0500 Original-Received: from mail-px0-f192.google.com ([209.85.216.192]:36174) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NAX3l-0007Xr-3V for help-gnu-emacs@gnu.org; Tue, 17 Nov 2009 18:02:05 -0500 Original-Received: by pxi30 with SMTP id 30so324546pxi.14 for ; Tue, 17 Nov 2009 15:02:04 -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 :date:message-id:subject:from:to:cc:content-type; bh=/3XtDvSQyMyhmyPP1PeB24Rw2/S+8/A8IVPCMWk4FM4=; b=l6y3hCguzsO7fSt4M20BLXVEjD92byvPXbDGoM2o9dCdlIzmiekt0nyG5SS7zIANDN xliacxCpbKiqDv56LZifxv5iWMLap5nPcPVDVHh5fO6Q0ksHFdnJUAYoMwrOCxWmqIKB roQ6IHsZS542K+9OufXkf4EETJjNtax5BcZ/g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=bvXMMBa76Kj9y1TESKNvRQeLZ2FKZhI8XN+4wD5NTFt/O8LNZ6ixvQoJA7oDgziDID ZjrCNNitVbcrEcvOZr+iT2OlWX7kPwzKNSqIW6VbL2dx1wh310767nu0meSbEflKDbt3 dmBLGgsYRqxpWHXpoIKmB6uRIo694XanSR21U= Original-Received: by 10.142.6.39 with SMTP id 39mr1057588wff.316.1258498924185; Tue, 17 Nov 2009 15:02:04 -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:69859 Archived-At: On Tue, Nov 17, 2009 at 5:16 PM, Drew Adams wrote: >> an unexpected lesson from this thread is that I can learn >> a lot by browsing Customize. > > Browse? Yes, maybe. > But don't forget the `customize-apropos' family. > `C-h f customize-apropos TAB' > They will help your browsing. Thank you, I'll give it a try. Once upon a time, I used to use Customize to `steal' code from ---wanting to write elisp as much as I did(!)---and probably learned about Emacs that way then. I remember learning of GNU/Emacs from Tim Bray mentioning it.