From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Bo Yang Newsgroups: gmane.emacs.help Subject: Re: Any good stuff for emacs study ? Date: Sun, 14 May 2006 00:20:30 +0800 Message-ID: <4466074E.3010005@gmail.com> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1147450855 22338 80.91.229.2 (12 May 2006 16:20:55 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 12 May 2006 16:20:55 +0000 (UTC) Cc: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri May 12 18:20:54 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FeaNf-0002UL-VO for geh-help-gnu-emacs@m.gmane.org; Fri, 12 May 2006 18:20:44 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FeaNf-0002dc-F2 for geh-help-gnu-emacs@m.gmane.org; Fri, 12 May 2006 12:20:43 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FeaNU-0002dK-Sr for help-gnu-emacs@gnu.org; Fri, 12 May 2006 12:20:32 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FeaNS-0002bK-Mv for help-gnu-emacs@gnu.org; Fri, 12 May 2006 12:20:32 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FeaNS-0002b4-DB for help-gnu-emacs@gnu.org; Fri, 12 May 2006 12:20:30 -0400 Original-Received: from [64.233.162.202] (helo=nz-out-0102.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FeaPE-0005W2-22 for help-gnu-emacs@gnu.org; Fri, 12 May 2006 12:22:20 -0400 Original-Received: by nz-out-0102.google.com with SMTP id 16so177682nzp for ; Fri, 12 May 2006 09:20:29 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:mime-version:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=OXJb/4DmjHIUSnUWmaodyPDw5Y4iAfVUMNEasf1IJj9XqOGtwMi4h7JbB9JZG9hOjtAZjLKL4mOmXp4x896rlXR6+W+yjqS0TndaZeIA+hIdivdJupEIi2FwztjBv6XYRVtdRzCLpAu4va57xLDjtylljzLcmk9N3aQzLNmq4NA= Original-Received: by 10.36.24.5 with SMTP id 5mr2664730nzx; Fri, 12 May 2006 09:20:29 -0700 (PDT) Original-Received: from ?192.168.1.13? ( [202.113.19.244]) by mx.gmail.com with ESMTP id 5sm12104870nzk.2006.05.12.09.20.27; Fri, 12 May 2006 09:20:29 -0700 (PDT) User-Agent: Thunderbird 1.5.0.2 (Windows/20060308) In-Reply-To: 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:35000 Archived-At: Drew Adams 写道: > > But the manual at gnu is too long to read completely as a > > tutorial, and is there any good book or manual to begin with? > > - Launch emacs. > - Type C-h t (that means, type: control-h, then t). > - Read the tutorial; it's only 840 lines. > - Use emacs! > > Others have also recommended the Emacs Wiki and the Emacs manual. I would > point out that the place to start on the wiki is here: > http://www.emacswiki.org/cgi-bin/wiki/EmacsNewbie. That page will get you > started and it can point you to other learning resources (e.g. books) as > well. Also, (like any good manual) the Emacs manual has the most basic > topics near the beginning, and they are usually identified as such. > > The most important thing to know about the Emacs manual is that it is always > available, with easy browsing, searching, and index lookup. Use `C-h i' to > access it (choose Emacs manual in the list of manuals). Use `q' to quit, > then `C-h i' again later (in the same Emacs session) to pick up where you > last left off. > > Emacs help is also always available - see #3 below. > > Here's the recipe for learning: > > 1. Start with the Emacs tutorial. The post above should have said "use" the > tutorial, not "read" it. It walks you through learning Emacs by using it. > > 2. Learn how to access the Emacs manual and how to look things up in it, > starting with `i' as Eli mentioned. > > 3. Use Emacs, and while you use it ask it! Get to know Emacs help commands: > `C-h k', `C-h f', `C-h v', `C-h m', `C-h a' -- use `C-h h' to see them all. > Examples: 1) You want to find a command that deletes a line, so you try `C-h > a line' to see all commands with "line" in their name. 2) You want to know > what hitting a given sequences of keys will do, so you try `C-h k' then type > the key sequence. > > 4. Don't forget the wiki. People like you wrote it to help people like you. > And you can contribute (questions, experiences, suggestions...). > > > Bottom line: You can be doing amazing stuff in a short time, but you can > also spend a lifetime or two learning more - Emacs is unlimited, but don't > be discouraged by the incredible amount of stuff you can learn. > > Many Emacs learners (like myself) are Emacs addicts - they just like > learning new things and sharing them with others. That does not mean that > you must master a zillion complexities before you can be productive with > Emacs. You'll be productive within a few minutes. > > > > Thanks for all your replies , it is greatly appriciate ! I think I know where I can begin with Emacs ! Thanks again ! > _______________________________________________ > help-gnu-emacs mailing list > help-gnu-emacs@gnu.org > http://lists.gnu.org/mailman/listinfo/help-gnu-emacs > >