From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: replacing endline Date: Fri, 21 Apr 2006 10:38:51 +0300 Message-ID: References: <1145492327.354125.133060@j33g2000cwa.googlegroups.com> <87lku1t3fn.fsf@gmail.com> <7efyk8pxjz.fsf@ada2.unipv.it> <87acagux25.fsf@gmail.com> <4448090D.7050800@student.lu.se> NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1145605156 6858 80.91.229.2 (21 Apr 2006 07:39:16 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 21 Apr 2006 07:39:16 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Apr 21 09:39:14 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FWqES-0003Ea-8T for geh-help-gnu-emacs@m.gmane.org; Fri, 21 Apr 2006 09:39:13 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FWqER-0006Cu-Kz for geh-help-gnu-emacs@m.gmane.org; Fri, 21 Apr 2006 03:39:11 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FWqEB-0006BK-DC for help-gnu-emacs@gnu.org; Fri, 21 Apr 2006 03:38:55 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FWqE9-00069Z-SB for help-gnu-emacs@gnu.org; Fri, 21 Apr 2006 03:38:55 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FWqE9-00069G-Kz for help-gnu-emacs@gnu.org; Fri, 21 Apr 2006 03:38:53 -0400 Original-Received: from [192.114.186.20] (helo=nitzan.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FWqFf-0000gN-2S for help-gnu-emacs@gnu.org; Fri, 21 Apr 2006 03:40:27 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-83-130-209-21.inter.net.il [83.130.209.21]) by nitzan.inter.net.il (MOS 3.7.3-GA) with ESMTP id DEF10099 (AUTH halo1); Fri, 21 Apr 2006 10:38:44 +0300 (IDT) Original-To: help-gnu-emacs@gnu.org In-reply-to: <4448090D.7050800@student.lu.se> (message from Lennart Borgman on Fri, 21 Apr 2006 00:19:57 +0200) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:34535 Archived-At: > Date: Fri, 21 Apr 2006 00:19:57 +0200 > From: Lennart Borgman > Cc: help-gnu-emacs@gnu.org > > AFAICS the same escape syntax that are used for strings in elisp could > be used for strings read in the minibuffer. Aha, and then wouldn't Windows users complain that they cannot type file names with backslashes when Emacs prompts them? Also, if I need to search for the literal string \n, what would I need to do?