From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Shallway Xu Newsgroups: gmane.emacs.help Subject: emacs intellisense in text-mode question Date: Thu, 4 Jun 2009 21:03:19 +0800 Message-ID: <8a8c38790906040603k365f9a9ge58e560ea0ec6de@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1244209528 27210 80.91.229.12 (5 Jun 2009 13:45:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 5 Jun 2009 13:45:28 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jun 05 15:45:25 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 1MCZjY-0002nx-JU for geh-help-gnu-emacs@m.gmane.org; Fri, 05 Jun 2009 15:45:24 +0200 Original-Received: from localhost ([127.0.0.1]:53162 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MCZjY-0007x1-5U for geh-help-gnu-emacs@m.gmane.org; Fri, 05 Jun 2009 09:45:24 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MCNFW-0000wv-NF for help-gnu-emacs@gnu.org; Thu, 04 Jun 2009 20:25:34 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MCNFS-0000ud-0j for help-gnu-emacs@gnu.org; Thu, 04 Jun 2009 20:25:34 -0400 Original-Received: from [199.232.76.173] (port=48147 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MCMTV-0000BK-2v for help-gnu-emacs@gnu.org; Thu, 04 Jun 2009 19:35:57 -0400 Original-Received: from mail-pz0-f177.google.com ([209.85.222.177]:61212) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MCCbL-0006dW-LJ for help-gnu-emacs@gnu.org; Thu, 04 Jun 2009 09:03:23 -0400 Original-Received: by pzk7 with SMTP id 7so15862pzk.14 for ; Thu, 04 Jun 2009 06:03:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=tE1bsc7YJ+/GYOapy8uZjiGsIk54wMBbL0vkANRm++U=; b=K1L3h5zpm392k9ZoYNZuIJsmb7l400+XmwyS+FGRyXk+5/rmBXTlxEjvZlAMce08OR +ggu1b1ECeoQpdI1tjvA90Qj1iXAV8JICriT2dfN6TG/vo1AcHGpDvlTjQurOnHVr+gh 2/lzfdZ1/pXce9YrHUweqDs9vZjtzM0cLEzfE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=WXgW9zty1GRGVYCbBWRluw6LwVv8hb9PLrhnWqZiQv0OLNf4P1RUapASuwCVBhsrqU 9mmpNbp5jn3WsPLSdXASFBmQaPwgGxpRSszKMLaILvtjPIOQ0rX4IfuXoQlO9bJj2VLE fiVM9U59xO+vgqpqIHYdZOZu6OE+8R+BUUumo= Original-Received: by 10.220.98.85 with SMTP id p21mr1421549vcn.21.1244120600780; Thu, 04 Jun 2009 06:03:20 -0700 (PDT) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-Mailman-Approved-At: Fri, 05 Jun 2009 09:41:21 -0400 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:64965 Archived-At: I'm using emacs in text-mode. I'm wondering what's the best solution of intellisense there? Checked CEDET but still not sure how to make it work under text-mode. I think I already followed the setup instructions but no result. Somebody can help? Thanks.