From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] /srv/bzr/emacs/trunk r108646: * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'. Date: Sun, 17 Jun 2012 22:15:01 -0400 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1339985716 16993 80.91.229.3 (18 Jun 2012 02:15:16 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 18 Jun 2012 02:15:16 +0000 (UTC) Cc: emacs-devel@gnu.org To: Michael Albinus Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 18 04:15:15 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SgRUo-0002Vg-5V for ged-emacs-devel@m.gmane.org; Mon, 18 Jun 2012 04:15:14 +0200 Original-Received: from localhost ([::1]:46679 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SgRUn-0002yR-Vn for ged-emacs-devel@m.gmane.org; Sun, 17 Jun 2012 22:15:13 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:51174) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SgRUk-0002yB-J9 for emacs-devel@gnu.org; Sun, 17 Jun 2012 22:15:11 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SgRUi-0000BQ-VN for emacs-devel@gnu.org; Sun, 17 Jun 2012 22:15:10 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.182]:41840) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SgRUi-0000Aq-Qn for emacs-devel@gnu.org; Sun, 17 Jun 2012 22:15:08 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av0EAG6Zu09sr+aN/2dsb2JhbABEtBGBCIIWAQVWIxALNAcLFBgNJIghugmQRAOjM4FYgwU X-IronPort-AV: E=Sophos;i="4.75,637,1330923600"; d="scan'208";a="191602494" Original-Received: from 108-175-230-141.dsl.teksavvy.com (HELO pastel.home) ([108.175.230.141]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 17 Jun 2012 22:15:07 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 54ADC5A014; Sun, 17 Jun 2012 22:15:01 -0400 (EDT) In-Reply-To: (Michael Albinus's message of "Sun, 17 Jun 2012 20:54:39 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.182 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:150982 > * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'. This is wrong. At the time it happens, it is the main focus of the user's interaction, so it is very much essential. Stefan