From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.help Subject: Re: desktop-dirname can't be modified? Date: Sat, 15 Nov 2008 15:55:27 +0100 Message-ID: References: <86k5b5f9eb.fsf@fbsd.hasee.cpu> <8663mpf5dd.fsf@fbsd.hasee.cpu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1226760981 26477 80.91.229.12 (15 Nov 2008 14:56:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 15 Nov 2008 14:56:21 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: anhnmncb Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Nov 15 15:57:22 2008 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 1L1MaO-0003ay-IR for geh-help-gnu-emacs@m.gmane.org; Sat, 15 Nov 2008 15:57:20 +0100 Original-Received: from localhost ([127.0.0.1]:44289 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L1MZG-0003XG-Dr for geh-help-gnu-emacs@m.gmane.org; Sat, 15 Nov 2008 09:56:10 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L1MYd-0003Jw-44 for help-gnu-emacs@gnu.org; Sat, 15 Nov 2008 09:55:31 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L1MYa-0003II-Qx for help-gnu-emacs@gnu.org; Sat, 15 Nov 2008 09:55:30 -0500 Original-Received: from [199.232.76.173] (port=38367 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L1MYa-0003I4-JS for help-gnu-emacs@gnu.org; Sat, 15 Nov 2008 09:55:28 -0500 Original-Received: from an-out-0708.google.com ([209.85.132.243]:61714) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L1MYa-0002Av-65 for help-gnu-emacs@gnu.org; Sat, 15 Nov 2008 09:55:28 -0500 Original-Received: by an-out-0708.google.com with SMTP id c38so807789ana.21 for ; Sat, 15 Nov 2008 06:55:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=Oms/iHn5R9MkAybuSk8cniYuRwZ+0kjMsV9eUKw9mvw=; b=AHVSNjSYhS3zEUxY11lC/HWvX9VpTCoJJQq9KbV4dTatqqV+dxQj62uw/kgq3zf57q TluSwFpOuvRxexNduXsGVxY1w1sruUpfQ9RJKlCXrGAqS77vOUAl/T71eCpMzZWoiHHj vesl6wBp4eb1HhclKDK2fv1Ds662ocMrCPers= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=ciH/Yw0qzXfXFxakcCB+3FxHvmsLSGbrhTfemE5idDNm6hqAygpIU3+VF+9iL3bWSX 6PJSBRB4YfujGtAveMNheM2in145bjqS7oQGz93475V8hk8qbc73RvPBBHCwCjiiEHoC yAsMY3JRRyq/p85sRG9mBbz27J1ONlc4yOPdk= Original-Received: by 10.100.132.14 with SMTP id f14mr957695and.107.1226760927313; Sat, 15 Nov 2008 06:55:27 -0800 (PST) Original-Received: by 10.100.13.13 with HTTP; Sat, 15 Nov 2008 06:55:27 -0800 (PST) In-Reply-To: <8663mpf5dd.fsf@fbsd.hasee.cpu> Content-Disposition: inline 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:59819 Archived-At: On Sat, Nov 15, 2008 at 15:09, anhnmncb wrote: > It works, thank you, I think the desktop-dirname's docstring makes me > confused: > Documentation: > The directory in which the desktop file should be saved. I agree that it is a bit confusing. `desktop-dirname' is not for the user to change; it is not a defcustom, and both `desktop-read' and `desktop-save' assign it unconditionally. However, it is mentioned in several docstrings almost as if it were a user's option. Juanma