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: Thu, 28 Feb 2008 10:14:13 +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 1204190072 5963 80.91.229.12 (28 Feb 2008 09:14:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 28 Feb 2008 09:14:32 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org, Martin Fischer , emacs-devel@gnu.org To: "Stefan Monnier" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 28 10:14:58 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 1JUequ-0000Kp-Rb for ged-emacs-devel@m.gmane.org; Thu, 28 Feb 2008 10:14:57 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JUeqN-0001gP-Tr for ged-emacs-devel@m.gmane.org; Thu, 28 Feb 2008 04:14:23 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JUeqH-0001fe-Tn for emacs-devel@gnu.org; Thu, 28 Feb 2008 04:14:17 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JUeqF-0001e3-AM for emacs-devel@gnu.org; Thu, 28 Feb 2008 04:14:16 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JUeqF-0001du-4z for emacs-devel@gnu.org; Thu, 28 Feb 2008 04:14:15 -0500 Original-Received: from el-out-1112.google.com ([209.85.162.178]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JUeqE-00058f-RQ for emacs-devel@gnu.org; Thu, 28 Feb 2008 04:14:14 -0500 Original-Received: by el-out-1112.google.com with SMTP id m34so3444554ele.10 for ; Thu, 28 Feb 2008 01:14:14 -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=Gu9FPllkvRFYikixmSUHMIKEOJ8hUgnCxrtxEtpowpQ=; b=iQatnDEwefeYxdgqrpqhxZg5hO2BXuTyQOac/F9wIylNY//1go6yZeVMykDuDPs2OMIM62L0/iBQT5EW8KchqgcAN+Qnznsgde6zNHjlPB7D6vVlcdenB0nPkiMZjiFcI+YuZ+fP/yvZ1saGUIzReZuPH0/0ut4WBYoMhGlSdLE= 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=XAsKtnaBKsyMKOOgj01vh7i7GDgBg5xGVfSHzr+GAmN+tQKfWLL6SyWX0hlkQ55U4JO3pZ+T/xXDMJLAbKnbpSW5BizdIzqAjysi4WYkjOk8UxV23ghFYW7fw5fzNVzPfCfvwxdHjxMPmOtWbZ0BGTAkFYv9KLkFEZ62C+AuOyE= Original-Received: by 10.114.92.2 with SMTP id p2mr8902590wab.90.1204190053214; Thu, 28 Feb 2008 01:14:13 -0800 (PST) Original-Received: by 10.115.72.13 with HTTP; Thu, 28 Feb 2008 01:14:13 -0800 (PST) In-Reply-To: Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 (Google crawlbot) 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:90711 gmane.emacs.pretest.bugs:21331 Archived-At: On Thu, Feb 28, 2008 at 2:54 AM, Stefan Monnier wrote: > Please undo your change to uniquify and move the test to desktop.el. I am not convinced. You want to change it, change it. Juanma