From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: Re: user sees \xxx but is thwarted from searching for them Date: Tue, 16 Apr 2002 11:41:37 +0300 (IDT) Sender: bug-gnu-emacs-admin@gnu.org Message-ID: References: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1018943110 23812 127.0.0.1 (16 Apr 2002 07:45:10 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 16 Apr 2002 07:45:10 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org Return-path: Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16xNeI-0006Bx-00 for ; Tue, 16 Apr 2002 09:45:10 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16xNeO-00019B-00; Tue, 16 Apr 2002 03:45:16 -0400 Original-Received: from is.elta.co.il ([199.203.121.2]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16xNcH-0000wr-00 for ; Tue, 16 Apr 2002 03:43:05 -0400 Original-Received: from is (is [199.203.121.2]) by is.elta.co.il (8.9.3/8.8.8) with SMTP id LAA15801; Tue, 16 Apr 2002 11:41:38 +0300 (IDT) X-Sender: eliz@is Original-To: jidanni@yam.com.tw In-Reply-To: Errors-To: bug-gnu-emacs-admin@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.bugs:694 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:694 On 16 Apr 2002, Dan Jacobson wrote: > Anyway, the user sees a \. The user wants to hunt for a \. The user > must have a Ph.D. to hunt for a \. Not really. `M-: (skip-chars-forward "\000-\177") RET' will do. Wrapping this into a simple user command is left as an exercise for the interested reader.