From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Oleksandr Gavenko Newsgroups: gmane.emacs.help Subject: Re: How do I search for symbols such as \253 in Emacs Date: Tue, 06 Nov 2012 20:19:28 +0200 Organization: Oleksandr Gavenko , http://gavenkoa.users.sf.net Message-ID: <87bofaegr3.fsf@gavenkoa.example.com> References: <1352201029905-268928.post@n5.nabble.com> <24FA1A48-0704-403F-A4B5-0503AD2B4441@Web.DE> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1352225993 27316 80.91.229.3 (6 Nov 2012 18:19:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 6 Nov 2012 18:19:53 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Nov 06 19:20:03 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 1TVnkm-0001kD-92 for geh-help-gnu-emacs@m.gmane.org; Tue, 06 Nov 2012 19:20:00 +0100 Original-Received: from localhost ([::1]:50841 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TVnkd-00012o-98 for geh-help-gnu-emacs@m.gmane.org; Tue, 06 Nov 2012 13:19:51 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:59827) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TVnkY-00012H-8S for help-gnu-emacs@gnu.org; Tue, 06 Nov 2012 13:19:47 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TVnkX-0000Fb-49 for help-gnu-emacs@gnu.org; Tue, 06 Nov 2012 13:19:46 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:56691) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TVnkW-0000FM-Td for help-gnu-emacs@gnu.org; Tue, 06 Nov 2012 13:19:45 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TVnke-0001ej-Fu for help-gnu-emacs@gnu.org; Tue, 06 Nov 2012 19:19:52 +0100 Original-Received: from 37.229.16.202 ([37.229.16.202]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 06 Nov 2012 19:19:52 +0100 Original-Received: from gavenkoa by 37.229.16.202 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 06 Nov 2012 19:19:52 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 18 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 37.229.16.202 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux) Cancel-Lock: sha1:RVOA83TPs3F3wt7g73mP+cUUcMc= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 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:87551 Archived-At: On 2012-11-06, Peter Dyballa wrote: > Am 06.11.2012 um 12:23 schrieb acomber: > >> How do I search for these? > > Try: C-s C-q 2 5 3 RET! Before you can check the setting of the variable > read-quoted-char-radix. It should be by default 8, but can also be set to 10 > or 16. Depending on that variable's setting you'll have to input the value in > octal, decimal, or hexadecimal notation. > Great answer. I make this settings 4 years ago while searching about Unicode: http://article.gmane.org/gmane.emacs.help/32463/match=read+quoted+char+radix Re: insert unicode -- Best regards!