From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: bos@jaevel.as (Rikard Bosnjakovic) Newsgroups: gmane.emacs.help Subject: Re: Emacs and C++ Date: 30 Dec 2002 03:31:34 GMT Organization: CIS Dept, Linkoping University, Sweden Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <169a7283.0212280947.7b38d756@posting.google.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1041219416 3565 80.91.224.249 (30 Dec 2002 03:36:56 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 30 Dec 2002 03:36:56 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18SqjW-0000vM-00 for ; Mon, 30 Dec 2002 04:36:54 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18SqiF-0005kM-05 for gnu-help-gnu-emacs@m.gmane.org; Sun, 29 Dec 2002 22:35:35 -0500 Original-Newsgroups: gnu.emacs.help Original-Lines: 36 Original-NNTP-Posting-Host: astmatix.ida.liu.se Original-X-Trace: curofix.ida.liu.se 1041219094 15086 130.236.186.15 (30 Dec 2002 03:31:34 GMT) Original-X-Complaints-To: abuse@ida.liu.se Original-NNTP-Posting-Date: 30 Dec 2002 03:31:34 GMT User-Agent: slrn/0.9.6.4 (Linux) Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!canoe.uoregon.edu!logbridge.uoregon.edu!news.net.uni-c.dk!newsfeed.sunet.se!news01.sunet.se!puffinus.its.uu.se!news.Update.UU.SE!news.island.liu.se!news.ida.liu.se!bos Original-Xref: shelby.stanford.edu gnu.emacs.help:108593 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:5122 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:5122 >2. Almost all commercial IDE have a feature called "tagging". For [...] >them. Is there such feature for Emacs? Yes. Have a look at ctags or etags (I don't remember which does what, or when). >3. How can I run my console program in Emacs console instead of >default terminal emulator (such as xterm)? I'm not entirely sure what you mean, but try any of these: M-x term RET M-x shell RET >6. How can indent using spaces (4 spaces in one tab) but when I press >Backspace after indenting it will erase 4 spaces (as if I inserted tab >character) ? Hm. Not sure on that one. As soon as you press tab, you could undo (C-_ or C-x u) to remove the "tab", but it will only work immediately after you type it. >9. How can I set small left margin in Emacs editing window thus making text >start not from the edge of screen but some millimeters from it? That depends on your Emacs-version. In GNU Emacs 21.x, I think this feature is called a "fringe", but I am not 100% sure about that. -- Friendly, Rikard