From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Whitfield Diffie Newsgroups: gmane.emacs.help Subject: Re: Newlines in file names Date: Tue, 11 Dec 2012 07:19:16 -0800 Message-ID: References: <155DEC68569B714B86C2C7075F5EDA9828DF1C50@DAKIYA1.pegasus.local> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1355239180 11667 80.91.229.3 (11 Dec 2012 15:19:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 11 Dec 2012 15:19:40 +0000 (UTC) Cc: "help-gnu-emacs@gnu.org" To: Doug Lewan Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Dec 11 16:19:53 2012 Return-path: Envelope-to: geh-help-gnu-emacs@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 1TiRce-0002fs-0t for geh-help-gnu-emacs@m.gmane.org; Tue, 11 Dec 2012 16:19:52 +0100 Original-Received: from localhost ([::1]:36752 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TiRcR-000056-At for geh-help-gnu-emacs@m.gmane.org; Tue, 11 Dec 2012 10:19:39 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:48280) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TiRcD-0008VJ-WD for help-gnu-emacs@gnu.org; Tue, 11 Dec 2012 10:19:34 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TiRc5-0007Pt-Bq for help-gnu-emacs@gnu.org; Tue, 11 Dec 2012 10:19:25 -0500 Original-Received: from mail-qa0-f48.google.com ([209.85.216.48]:37158) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TiRc5-0007Pn-80 for help-gnu-emacs@gnu.org; Tue, 11 Dec 2012 10:19:17 -0500 Original-Received: by mail-qa0-f48.google.com with SMTP id l8so3550064qaq.0 for ; Tue, 11 Dec 2012 07:19:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=aRZFu3hxl96CiffsiZXeeinWmfN//xdegqdsForwTj8=; b=Hu6J68cz1YB6QTmijfzS2erAcdp2FA0v1yayS7TMGN9Js04A+gBftwPJoTBxg2w4QJ TKrZC6FCmzjyVTMGSToEivphDb2+f4H/auId1ZbWoov333/ApWJ+fa99ZoOmzJjVHL0E pSM1AqxlnzdxdA9YMkUf/tgdr/wfU98axphEFC18rDhft7tWupcQL1d08YvZT08x5MW/ yXzTH2ZRjLidArrYgYl96Rtazsn0gArZAwUdGSFLQKkjPLQPp5qgNVeOCVIRKQK4NTzN 066ViSo1/uuX+eK4qgn1Lac9Z7iYutzw7tGcNhi5JKYNJdSrYW9a7zNfm17mlCYPhjh2 IMDQ== Original-Received: by 10.49.96.33 with SMTP id dp1mr40578107qeb.60.1355239156194; Tue, 11 Dec 2012 07:19:16 -0800 (PST) Original-Received: by 10.49.36.229 with HTTP; Tue, 11 Dec 2012 07:19:16 -0800 (PST) In-Reply-To: <155DEC68569B714B86C2C7075F5EDA9828DF1C50@DAKIYA1.pegasus.local> X-Google-Sender-Auth: 7mS5f1w2ZAlHdoMNx4RZEZ4IFF0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 209.85.216.48 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:88134 Archived-At: > What version of emacs are you using? 22.1.2. I apologize for not including that; it hit me that I hadn't just after I had sent the message. > I don't have such problems in version 24, but I do remember dired using a regular expression that wouldn't match such uncommon names in earlier versions. I think you mean a string used in a dired-string-replace-match in dired-get-filename to remove quotes that come in from ls. That filter solves some bad filenames bit I didn't succeed in diddling it to solve the newline problem. Whit