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: Modernize the default list of archives supported by dired guesses Date: Mon, 28 Feb 2011 09:47:23 -0500 Message-ID: References: <87fwr9ldn6.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1298906069 26639 80.91.229.12 (28 Feb 2011 15:14:29 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 28 Feb 2011 15:14:29 +0000 (UTC) Cc: emacs-devel@gnu.org To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 28 16:14:25 2011 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.69) (envelope-from ) id 1Pu4nm-0006Bh-Np for ged-emacs-devel@m.gmane.org; Mon, 28 Feb 2011 16:14:22 +0100 Original-Received: from localhost ([127.0.0.1]:55135 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pu4nl-0006fA-Tq for ged-emacs-devel@m.gmane.org; Mon, 28 Feb 2011 10:14:22 -0500 Original-Received: from [140.186.70.92] (port=54914 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pu4lS-0004zr-Ri for emacs-devel@gnu.org; Mon, 28 Feb 2011 10:11:59 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pu4Nh-0002bh-40 for emacs-devel@gnu.org; Mon, 28 Feb 2011 09:47:25 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.183]:17732 helo=ironport2-out.pppoe.ca) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pu4Ng-0002bR-Ug; Mon, 28 Feb 2011 09:47:25 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvsEAPdDa01FxKsT/2dsb2JhbACmRXW8EIVhBIUQj18 X-IronPort-AV: E=Sophos;i="4.62,240,1297054800"; d="scan'208";a="93788513" Original-Received: from 69-196-171-19.dsl.teksavvy.com (HELO ceviche.home) ([69.196.171.19]) by ironport2-out.pppoe.ca with ESMTP/TLS/ADH-AES256-SHA; 28 Feb 2011 09:47:23 -0500 Original-Received: by ceviche.home (Postfix, from userid 20848) id 2F2ED660D6; Mon, 28 Feb 2011 09:47:23 -0500 (EST) In-Reply-To: (Glenn Morris's message of "Mon, 28 Feb 2011 03:03:49 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.183 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:136600 Archived-At: > (Does dired even work with filenames with embedded newlines?) Last I checked, there is some code that would allow it, but more is missing. Still, no excuse to use $ when \' is meant (such changes are largely motivated by trying to make sure users see good examples). Stefan