From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: covici@ccs.covici.com Newsgroups: gmane.emacs.devel Subject: Re: cl-macro-expandall symbol definition is void Date: Tue, 21 Oct 2014 02:59:27 -0400 Message-ID: <13856.1413874767@ccs.covici.com> References: <5596.1413844643@ccs.covici.com> <4612.1413855938@ccs.covici.com> <87y4sahtrd.fsf@uwakimon.sk.tsukuba.ac.jp> NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1413874799 30248 80.91.229.3 (21 Oct 2014 06:59:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 21 Oct 2014 06:59:59 +0000 (UTC) Cc: Kelvin White , emacs-devel@gnu.org To: "Stephen J. Turnbull" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 21 08:59:52 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XgTQ6-0005g1-3p for ged-emacs-devel@m.gmane.org; Tue, 21 Oct 2014 08:59:50 +0200 Original-Received: from localhost ([::1]:48260 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XgTQ4-0006aC-R8 for ged-emacs-devel@m.gmane.org; Tue, 21 Oct 2014 02:59:48 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35537) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XgTPx-0006a4-W9 for emacs-devel@gnu.org; Tue, 21 Oct 2014 02:59:46 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XgTPt-00067Q-8y for emacs-devel@gnu.org; Tue, 21 Oct 2014 02:59:41 -0400 Original-Received: from mail0200.smtp25.com ([174.37.170.200]:39218) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XgTPm-000665-SC; Tue, 21 Oct 2014 02:59:31 -0400 Original-Received: from ccs.covici.com (s-out-001.smtp25.com [67.228.91.90]) by s-out-001.smtp25.com (8.14.2/8.14.2) with ESMTP id s9L6xS6p003527 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL); Tue, 21 Oct 2014 02:59:28 -0400 Original-Received: from ccs.covici.com (localhost [127.0.0.1]) by ccs.covici.com (8.14.9/8.14.8) with ESMTP id s9L6xRSo013857; Tue, 21 Oct 2014 02:59:28 -0400 In-reply-to: <87y4sahtrd.fsf@uwakimon.sk.tsukuba.ac.jp> Comments: In-reply-to "Stephen J. Turnbull" message dated "Tue, 21 Oct 2014 14:33:10 +0900." X-Mailer: MH-E 8.2; nmh 1.3; GNU Emacs 23.4.1 X-SpamH-OriginatingIP: 70.109.53.110 X-SpamH-Filter: s-out-001.smtp25.com-s9L6xS6p003527 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 174.37.170.200 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:175627 Archived-At: So, does anyone know about csharp-mode and why it would give me this error? Stephen J. Turnbull wrote: > covici@ccs.covici.com writes: > > > file, no way to debug your init -- is there? I thought I remembered > > some way to do that. > > Your init file is just a library like any other as far as Emacs is > concerned. As Kelvin said, you just start with `emacs -Q' to ensure a > clean environment, and as he didn't say, then you do whatever you do > to debug any library. You lose the convenience of your > customizations, that's all. > > > Kelvin White wrote: > > > > > You can start emacs with -Q option to exclude your init file... `emacs -Q' > -- Your life is like a penny. You're going to lose it. The question is: How do you spend it? John Covici covici@ccs.covici.com