From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: 22.1.90; desktop-save throws (error "No buffer named ") Date: Wed, 27 Feb 2008 13:48:34 +0100 Message-ID: References: <92ve4aefit.fsf@nospam.net> 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 1204116534 21241 80.91.229.12 (27 Feb 2008 12:48:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 27 Feb 2008 12:48:54 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org, emacs-devel@gnu.org To: "Martin Fischer" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Feb 27 13:49:20 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JULim-0008Bt-0d for ged-emacs-devel@m.gmane.org; Wed, 27 Feb 2008 13:49:16 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JULiG-0001bc-4b for ged-emacs-devel@m.gmane.org; Wed, 27 Feb 2008 07:48:44 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JULiA-0001Zc-3v for emacs-devel@gnu.org; Wed, 27 Feb 2008 07:48:38 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JULi8-0001Ym-K4 for emacs-devel@gnu.org; Wed, 27 Feb 2008 07:48:37 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JULi8-0001Yj-F2 for emacs-devel@gnu.org; Wed, 27 Feb 2008 07:48:36 -0500 Original-Received: from wa-out-1112.google.com ([209.85.146.178]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JULi7-0008GU-Na for emacs-devel@gnu.org; Wed, 27 Feb 2008 07:48:35 -0500 Original-Received: by wa-out-1112.google.com with SMTP id k34so3226079wah.10 for ; Wed, 27 Feb 2008 04:48:34 -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=orhRngQjREfeRkLJuIuHFUigWZsNLXromFD9H/0c9OY=; b=QSFHPnW6ELnfKuVNgdSyYbc0Okj3asVOrx590kTIARfxwUSYz7DaDEECkSBfNVBsAJDGwprCQ14CJS9BdFQsoS8n3VHbe9ug0wrDoopDuQjzw4hSgh8GmZA9gXK8Wok/2TUrUYVUa+D2s+uy3hDF8yOBl/uCdJ8DXTgamx3CHng= 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=vDrtuhMK3dfD31JA5eB1W1pRdmk89elkGlMpxYLWL2CRhyds28+T08YlDgwcu3dmEX7fFULLU0ztCDSVZOct9RLlzE82GHXmlCdyPVREdXx1/4BgXJMWQvYfhfo+vK9mn3+boq3GJ3fpyiVGWvHmveos8mhbFwmeunI62Xfllj0= Original-Received: by 10.114.121.1 with SMTP id t1mr7298592wac.55.1204116514756; Wed, 27 Feb 2008 04:48:34 -0800 (PST) Original-Received: by 10.115.72.13 with HTTP; Wed, 27 Feb 2008 04:48:34 -0800 (PST) In-Reply-To: <92ve4aefit.fsf@nospam.net> Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:90599 gmane.emacs.pretest.bugs:21310 Archived-At: On Wed, Feb 27, 2008 at 1:43 PM, Martin Fischer wrote: > If I look at the root directory of a windows partition in dired mode > (uniquify-managed), desktop-save creates an entry with an empty > buffer name (uniquify-buffer-base-name seems to return that) in the > .emacs.desktop file: > > (desktop-create-buffer 206 > nil > --> "" Aha. I'll look into it ASAP. > Sorry for being a nuisance. Thanks for being thorough. Juanma