From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: william xuuu Newsgroups: gmane.emacs.help Subject: c++ programming utilities Date: Sun, 16 May 2004 02:37:24 +0800 Organization: tsh.edu.cn Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <871xll1qqj.fsf@abc.abc> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1084645994 13586 80.91.224.253 (15 May 2004 18:33:14 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 15 May 2004 18:33:14 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat May 15 20:33:06 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BP3y5-0007Qc-00 for ; Sat, 15 May 2004 20:33:05 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BP3xG-0002qu-Pm for geh-help-gnu-emacs@m.gmane.org; Sat, 15 May 2004 14:32:14 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!logbridge.uoregon.edu!newsgate.cuhk.edu.hk!news.cn99.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 36 Original-NNTP-Posting-Host: 219.224.141.187 Original-X-Trace: mail.cn99.com 1084645775 31323 219.224.141.187 (15 May 2004 18:29:35 GMT) Original-X-Complaints-To: usenet@news.cn99.com Original-NNTP-Posting-Date: Sat, 15 May 2004 18:29:35 +0000 (UTC) X-SampleHeader: foobar User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux) Cancel-Lock: sha1:5a37IPwDCcbsiKrjJdQhQzG+ET4= Original-Xref: shelby.stanford.edu gnu.emacs.help:123199 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.4 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 Xref: main.gmane.org gmane.emacs.help:18492 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:18492 Hi,I'm trying to get several utilities to work, but meet some problems. (I'm using Emacs21.3.1 in console mode). 1.speedbar: From its info, "When used in terminal mode, the new frame appears the same size as the terminal." Is there any way to make it appear in the right side of current buffer without starting a new frame? And, when i press "=" to display sub items, it always tries to fold itself quickly, strange?! 2.semantic-ia: class C { public: int aacc; int aabb; }; C x; x.a At last line, trying "M-x senator-complete-symbol", it circles between x.aacc and x.aabb, fine. But trying "M-x semantic-ia-complete-symbol", it complains: No context of type function to advance in. by the way , I've turned on semantic-auto-parse-mode and semantic-summary-mode. Finally, how to bind "M-tab"? I've tried several different ways, all failed. Any suggestions would be appreciated. -- william xuuu