From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.help Subject: RE: Beginner trouble with regexp matching Date: Sat, 29 Oct 2011 08:00:55 -0700 Message-ID: <96A3714E8D3B49B9B9BBD37EF6E3BC70@us.oracle.com> References: <201110291522.46464.vvmarko@gmail.com> <201110291541.15178.vvmarko@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1319900471 27397 80.91.229.12 (29 Oct 2011 15:01:11 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 29 Oct 2011 15:01:11 +0000 (UTC) To: "'Marko Vojinovic'" , Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Oct 29 17:01:07 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RKAPD-0000eF-1l for geh-help-gnu-emacs@m.gmane.org; Sat, 29 Oct 2011 17:01:07 +0200 Original-Received: from localhost ([::1]:34888 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RKAPC-0005N5-Er for geh-help-gnu-emacs@m.gmane.org; Sat, 29 Oct 2011 11:01:06 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:43851) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RKAP8-0005Mp-3r for help-gnu-emacs@gnu.org; Sat, 29 Oct 2011 11:01:02 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RKAP7-0003zm-6W for help-gnu-emacs@gnu.org; Sat, 29 Oct 2011 11:01:02 -0400 Original-Received: from acsinet15.oracle.com ([141.146.126.227]:18204) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RKAP6-0003zh-Rn for help-gnu-emacs@gnu.org; Sat, 29 Oct 2011 11:01:01 -0400 Original-Received: from ucsinet21.oracle.com (ucsinet21.oracle.com [156.151.31.93]) by acsinet15.oracle.com (Switch-3.4.4/Switch-3.4.4) with ESMTP id p9TF0whV032633 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sat, 29 Oct 2011 15:00:59 GMT Original-Received: from acsmt358.oracle.com (acsmt358.oracle.com [141.146.40.158]) by ucsinet21.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id p9TF0vjU021946 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 29 Oct 2011 15:00:58 GMT Original-Received: from abhmt109.oracle.com (abhmt109.oracle.com [141.146.116.61]) by acsmt358.oracle.com (8.12.11.20060308/8.12.11) with ESMTP id p9TF0qoG032188; Sat, 29 Oct 2011 10:00:52 -0500 Original-Received: from dradamslap1 (/10.159.53.80) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Sat, 29 Oct 2011 08:00:51 -0700 X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <201110291541.15178.vvmarko@gmail.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6109 Thread-Index: AcyWSNmix921sahhS/qNmzpa9g1sQwAAYJNg X-Source-IP: ucsinet21.oracle.com [156.151.31.93] X-CT-RefId: str=0001.0A090206.4EAC152B.00F4,ss=1,re=0.000,fgs=0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 1) X-Received-From: 141.146.126.227 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:82713 Archived-At: > is there some table which tells what should I type in > Emacs to put in such nontrivial characters (newline, > carriage return, backspace, tab, etc...)? Depends on the mode. In some modes such chars are self-inserting. But you can always quote to insert any character, with `C-q': See this node of the Emacs manual: (emacs) `Inserting Text'. (See also these nodes: `Minibuffer Edit', `International Chars', `Indentation Commands', `Pages', `TeX Editing', and `Init Non-ASCII'.)