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: How to use etags in emacs Date: Thu, 9 Jul 2009 10:00:19 -0700 Message-ID: <174520CFA9AB4B8382526409F4F4DCA6@us.oracle.com> References: <3b9893450907081236p40de8d53kc7a8f163067abd63@mail.gmail.com> <3b9893450907081537x26a21026xbab8969bc5fafd2c@mail.gmail.com> <562EDFF1E1AE4F6F826153EA129CCC72@us.oracle.com> <3b9893450907081620u19d35759n241f391b9271879f@mail.gmail.com> <6EBB2DD9D69847329FCB640E181D331A@us.oracle.com> <3b9893450907090921n4b7aba58l425ed636b023e111@mail.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: ger.gmane.org 1247158888 10007 80.91.229.12 (9 Jul 2009 17:01:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 9 Jul 2009 17:01:28 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: "'n179911'" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jul 09 19:01:21 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MOwzo-0003K2-I4 for geh-help-gnu-emacs@m.gmane.org; Thu, 09 Jul 2009 19:01:20 +0200 Original-Received: from localhost ([127.0.0.1]:50945 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MOwzo-0003re-0I for geh-help-gnu-emacs@m.gmane.org; Thu, 09 Jul 2009 13:01:20 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MOwyx-0003m3-Ke for help-gnu-emacs@gnu.org; Thu, 09 Jul 2009 13:00:27 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MOwys-0003lC-Sm for help-gnu-emacs@gnu.org; Thu, 09 Jul 2009 13:00:26 -0400 Original-Received: from [199.232.76.173] (port=45049 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MOwys-0003l9-Jr for help-gnu-emacs@gnu.org; Thu, 09 Jul 2009 13:00:22 -0400 Original-Received: from rcsinet12.oracle.com ([148.87.113.124]:60015 helo=rgminet12.oracle.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MOwys-0000HN-2S for help-gnu-emacs@gnu.org; Thu, 09 Jul 2009 13:00:22 -0400 Original-Received: from acsinet15.oracle.com (acsinet15.oracle.com [141.146.126.227]) by rgminet12.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id n69Gxue6025734 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 9 Jul 2009 16:59:58 GMT Original-Received: from abhmt008.oracle.com (abhmt008.oracle.com [141.146.116.17]) by acsinet15.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id n69H26R9002126; Thu, 9 Jul 2009 17:02:06 GMT Original-Received: from dradamslap1 (/130.35.178.194) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Thu, 09 Jul 2009 10:00:15 -0700 X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <3b9893450907090921n4b7aba58l425ed636b023e111@mail.gmail.com> Thread-Index: AcoAsUuJiCqgIwFaRTuwClPZBg0VnAABFCMA X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 X-Source-IP: abhmt008.oracle.com [141.146.116.17] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A010206.4A562220.028D:SCFSTAT5015188,ss=1,fgs=0 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 1) 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:65902 Archived-At: > Thank you very much for your detailed explanation. > > Does `S-TAB' mean Space key with Tab key? or Shift key with Tab Key > What does 'C-next' mean? Control key with what key? > Does 'S-SPC' mean Space key with Space key? Thank you. See the Emacs manual, node `User Input'. This is the standard Emacs key notation, which is good to learn. `S-' means press and hold the Shift key. `C-' means press and hold the Control key. `M-' means press and hold the meta key, which is typically the ALT key. `SPC' means hit the space bar. `S-SPC' means press and hold `Shift while hitting the space bar. The `next' and `prior' keys are typically labeled `Page Down' and `Page Up', respectively, on your keyboard. `C-next' means press and hold the Control key while hitting `next'. Start by learning to walk, before you try to run. You need to spend some time reading the Emacs doc. Start by following the Emacs tutorial: `C-h t' or menu Help > Tutorial.