From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Benjamin Gramlich Newsgroups: gmane.emacs.help Subject: Re: autoload semantic error Date: Wed, 22 Aug 2007 06:51:15 +0000 Message-ID: <1187765475.4992.0.camel@localhost> References: <1187777961.198657.217200@i38g2000prf.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1187785995 6645 80.91.229.12 (22 Aug 2007 12:33:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 22 Aug 2007 12:33:15 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: pzehnder Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Aug 22 14:33:12 2007 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 1INpOa-0003ZW-63 for geh-help-gnu-emacs@m.gmane.org; Wed, 22 Aug 2007 14:33:12 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1INpOZ-0003s6-GL for geh-help-gnu-emacs@m.gmane.org; Wed, 22 Aug 2007 08:33:11 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1INpOC-0003ol-SU for help-gnu-emacs@gnu.org; Wed, 22 Aug 2007 08:32:48 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1INpOA-0003nG-Q2 for help-gnu-emacs@gnu.org; Wed, 22 Aug 2007 08:32:48 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1INpOA-0003nD-K3 for help-gnu-emacs@gnu.org; Wed, 22 Aug 2007 08:32:46 -0400 Original-Received: from py-out-1112.google.com ([64.233.166.176]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1INpOA-0004uy-3t for help-gnu-emacs@gnu.org; Wed, 22 Aug 2007 08:32:46 -0400 Original-Received: by py-out-1112.google.com with SMTP id f31so337220pyh for ; Wed, 22 Aug 2007 05:32:45 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:subject:from:to:cc:in-reply-to:references:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding; b=DTM5bs7AZYPFgJkpjqaih1MBZwclywcM8ULOLcD3EZYJYrMIh9ieL7ym3q5wIiaVqW5csx/f6yM7JRAzKjiQlf01orrMIvqtjtVKbySVT7BTkGgziqK2X2TvdAKirxEU9ngNT5E0QUcHJTAuYBeErzJKLlaUetX+EouUSffUoDE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:subject:from:to:cc:in-reply-to:references:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding; b=WwbPAxu0agkJRpCrcZeQB+k/QWPiT1F8riLy2vfGaohYfHX7V4MpYCD7cM273kxGCT9oMKTyKyIXO4/FYW9H5rHObgbBphBktptRnfA/Vhb+BU2tjF8mgAeKlD9XNw7C6Iou4XFHFXCy+zOHItnxO2BUyeO9hDeLFv3cL1xZ0bg= Original-Received: by 10.35.93.1 with SMTP id v1mr729469pyl.1187785965510; Wed, 22 Aug 2007 05:32:45 -0700 (PDT) Original-Received: from ?192.168.2.2? ( [76.17.130.205]) by mx.google.com with ESMTPS id n80sm477497pyh.2007.08.22.05.32.44 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 22 Aug 2007 05:32:44 -0700 (PDT) In-Reply-To: <1187777961.198657.217200@i38g2000prf.googlegroups.com> X-Mailer: Evolution 2.10.2 X-Detected-Kernel: Linux 2.6 (newer, 2) 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:46741 Archived-At: > Try putting this in your .emacs file: > > (load-file "/usr/share/emacs/site-lisp/cedet/semantic/bovine/semantic- > c.el") That did the trick! Thank you for your response. Benjamin