From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: flebber Newsgroups: gmane.emacs.help Subject: Re: cedet load error Date: Sun, 1 May 2011 02:28:34 -0700 (PDT) Organization: http://groups.google.com Message-ID: <2c6e8066-4c99-4758-bd44-ae90215c340e@k15g2000pri.googlegroups.com> References: <7c4c3223-42f8-475f-bee5-b9d0beced668@18g2000prd.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1306268282 15752 80.91.229.12 (24 May 2011 20:18:02 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 24 May 2011 20:18:02 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue May 24 22:17:59 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QOy3C-0003XP-BZ for geh-help-gnu-emacs@m.gmane.org; Tue, 24 May 2011 22:17:58 +0200 Original-Received: from localhost ([::1]:46490 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QOy3B-0001zY-Qu for geh-help-gnu-emacs@m.gmane.org; Tue, 24 May 2011 16:17:57 -0400 Original-Path: usenet.stanford.edu!postnews.google.com!k15g2000pri.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 32 Original-NNTP-Posting-Host: 121.213.149.137 Original-X-Trace: posting.google.com 1304242115 7010 127.0.0.1 (1 May 2011 09:28:35 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Sun, 1 May 2011 09:28:35 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: k15g2000pri.googlegroups.com; posting-host=121.213.149.137; posting-account=5Cd8QAoAAAC6AxpkrISTgUBJ9ktgwNBm User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0.1) Gecko/20100101 Firefox/4.0.1,gzip(gfe) Original-Xref: usenet.stanford.edu gnu.emacs.help:186760 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 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 Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:81106 Archived-At: On Apr 30, 11:10=A0pm, Marco Parrone wrote: > Marco Parrone writes: > > =A0 =A0moving the point to the end of each line and typing `C-x e' but = they > > It's not `C-x e' but `C-x C-e' > > -- > Marco Parrone > PGP Key fingerprint =3D 5E21 BED2 BF47 B3FB F17F =A01DB4 D9BE B2B7 3C3A 0= 7E2 Okay will try your instructions I followed this guide http://cedet.sourceforge.net/setup.shtml cd cedet-1.0pre6 emacs -Q -l cedet-build.el -f cedet-build and then adding this to my emacs. (load-file "~/cedet-1.0pre6/common/cedet.el") (global-ede-mode 1) ; Enable the Project management system (semantic-load-enable-code-helpers) ; Enable prototype help and smart completion (global-srecode-minor-mode 1) ; Enable template insertion menu Will see how yours goes. Sayth