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 17:55:05 +0100 Message-ID: References: <87pr7ib39f.fsf@gmail.com> <87ws1pjhg3.fsf@gmail.com> <87skcdjfkp.fsf@gmail.com> <87ocn1jdvj.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 1258477049 9316 80.91.229.12 (17 Nov 2009 16:57:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 17 Nov 2009 16:57:29 +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 17:57:21 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 1NARMl-0002ks-2T for geh-help-gnu-emacs@m.gmane.org; Tue, 17 Nov 2009 17:57:19 +0100 Original-Received: from localhost ([127.0.0.1]:60564 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NARMk-0007WD-NQ for geh-help-gnu-emacs@m.gmane.org; Tue, 17 Nov 2009 11:57:18 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NARL2-0006eR-6d for help-gnu-emacs@gnu.org; Tue, 17 Nov 2009 11:55:32 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NARKx-0006bx-5D for help-gnu-emacs@gnu.org; Tue, 17 Nov 2009 11:55:31 -0500 Original-Received: from [199.232.76.173] (port=50008 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NARKw-0006bq-PV for help-gnu-emacs@gnu.org; Tue, 17 Nov 2009 11:55:26 -0500 Original-Received: from mail-yx0-f191.google.com ([209.85.210.191]:49250) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NARKw-0003hf-Ct for help-gnu-emacs@gnu.org; Tue, 17 Nov 2009 11:55:26 -0500 Original-Received: by yxe29 with SMTP id 29so210885yxe.14 for ; Tue, 17 Nov 2009 08:55:25 -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=rGNnHYfchWARVS2JhdSZhwOlRKBsdo09bKflI47FHuc=; b=pSG/waj37slYfUDs9U0K4NG3YbIzjlGEcJ0nVvkReGG5CD3Qi1KSWYbKV+ZQIlA/05 eiZV+4QC16DuDnQNNsHeMuKFdpCqXFv0h+nqIXnJcrLctmEMdkuBq57t0J2ldIbXd8P2 CiuUvJuIQvSh59zY39uvxalhngNOjZDo5979Q= 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=EpmwM/5xS7jHO394mr+sqAtseoskrVaCMC+yXmz2ce+37eSkP9Du+JzxF+199lWjqo M8+FUpEije6TeYRcXEiWoI6snr/9oLrCLSBasrUMXfZ0C5o0YKdrH6lkOgykZ6u0TDDl y3O1PGP6b7jmTkd/yyKtDyKUDwLfkj3R/wJF0= Original-Received: by 10.101.130.2 with SMTP id h2mr653758ann.198.1258476925187; Tue, 17 Nov 2009 08:55:25 -0800 (PST) In-Reply-To: <87ocn1jdvj.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:69844 Archived-At: On Tue, Nov 17, 2009 at 5:49 PM, Sean Sieger wrote: > Lennart Borgman writes: > > =C2=A0 =C2=A0Yes, I know. It is possible to hand-write, but then you have= to read > =C2=A0 =C2=A0the source code for the options carefully. And of course cha= nge what > =C2=A0 =C2=A0you write if the source code gets updated. > > I shouldn't expect to find the options in the GNU/Emacs Manual?? That is not the problem. The problem with setting customize option with hand-writing is that there may be for example :set and :initialize functions that are called by customize-option etc. Those functions are there for a reason. They make it easier to set everything up correctly.