From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Jesper Harder Newsgroups: gmane.emacs.help Subject: Re: View-search-regexp-forward Date: Sun, 07 Sep 2003 18:48:57 +0200 Organization: http://purl.org/harder/ Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1062954406 24799 80.91.224.253 (7 Sep 2003 17:06:46 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 7 Sep 2003 17:06:46 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Sep 07 19:06:45 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19w2zs-0006Er-00 for ; Sun, 07 Sep 2003 19:06:44 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.22) id 19w2zm-0005O3-OK for geh-help-gnu-emacs@m.gmane.org; Sun, 07 Sep 2003 13:06:38 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!cyclone.bc.net!in.100proofnews.com!in.100proofnews.com!newspeer1.nwr.nac.net!colt.net!news.tele.dk!not-for-mail Original-Newsgroups: gnu.emacs.help X-Face: ^RrvqCr7c,P$zTR:QED"@h9+BTm-"fjZJJ-3=OU7.)i/K]<.J88}s>'Z_$r; 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 Xref: main.gmane.org gmane.emacs.help:12339 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:12339 Adam Hardy writes: > just out of curiosity, why does View-search-regexp-forward only work > in view mode? When I'm searching a file, I have to toggle view mode on > before I can use it, and then toggle view mode off again to resume > editing. Do you know `C-M-s' (isearch-forward-regexp)? It's not exactly the same as `View-search-regexp-forward', but it's similar and works in all modes. > Another minor question while I'm at it: in the bottom left corner of > emacs, just between the left hand edge and the file name, it says > --(DOS) %% > > This implies to me some sort of MS-DOS encoding in the file header. Is > that right? It means that the file has DOS style line endings, i.e. CR/LF rather than just CR as used in Unix.