From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.help Subject: Re: Command in a function Date: Fri, 26 Mar 2010 17:04:37 +0100 Message-ID: References: <4BAA8919.8000502@t-online.de> <579E3B8BC2A2420588F857DE9B9AFFAB@us.oracle.com> <4BAB0F68.1090608@t-online.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: dough.gmane.org 1269622832 9916 80.91.229.12 (26 Mar 2010 17:00:32 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 26 Mar 2010 17:00:32 +0000 (UTC) Cc: emacs-list To: Klaus Jantzen Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Mar 26 18:00:28 2010 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.69) (envelope-from ) id 1NvCtX-0004Wk-OR for geh-help-gnu-emacs@m.gmane.org; Fri, 26 Mar 2010 18:00:27 +0100 Original-Received: from localhost ([127.0.0.1]:51603 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NvCZt-0002C1-Qn for geh-help-gnu-emacs@m.gmane.org; Fri, 26 Mar 2010 12:40:09 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NvC25-0002c8-6p for help-gnu-emacs@gnu.org; Fri, 26 Mar 2010 12:05:13 -0400 Original-Received: from [140.186.70.92] (port=56471 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NvC22-0002ah-C1 for help-gnu-emacs@gnu.org; Fri, 26 Mar 2010 12:05:11 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NvC1s-0006VZ-HH for help-gnu-emacs@gnu.org; Fri, 26 Mar 2010 12:05:10 -0400 Original-Received: from fg-out-1718.google.com ([72.14.220.158]:23884) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NvC1s-0006V4-Cm for help-gnu-emacs@gnu.org; Fri, 26 Mar 2010 12:05:00 -0400 Original-Received: by fg-out-1718.google.com with SMTP id l26so1902270fgb.12 for ; Fri, 26 Mar 2010 09:04:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:received:message-id:subject:to:cc:content-type; bh=lM9jC8a8EqgpyJsTTfEY4BnyOXmV6klewl9UQB+3Qlw=; b=nAFo63XFEaDhiJ74lZHY9O9HX1AKdejpoMu1V6d3aJvMaizvBa7biPW8DDi9qmQIFH 6XfgFbuwsSopmgNtqEybPDVRxHnmKa5WLOc/xNTaSlGwKvtlnCi1hIV0ZuKpXpLhnKuJ GjNoIRYQstc+1eJVBgiApuzhaWdEi6Wxm7igM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=omHsOVQcwTZwFYLuHW+WjhMCb2sOJnyQIB1HkO8qfKuX5tINSy0em0WJu49A1BhqBk nL+PifwyAKwgSebXfmYbA5eCZ6LAp9t2fl75xjB8pbPC+cytXolzw/ngQoBtqMRMxbuX g3NaIt5TYhmd/wQpydlvBmmRuRR5gTvPtoQ8c= Original-Received: by 10.239.141.72 with HTTP; Fri, 26 Mar 2010 09:04:37 -0700 (PDT) In-Reply-To: <4BAB0F68.1090608@t-online.de> Original-Received: by 10.239.137.197 with SMTP id m5mr100808hbm.62.1269619497280; Fri, 26 Mar 2010 09:04:57 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: GNU/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:72489 Archived-At: On Thu, Mar 25, 2010 at 8:23 AM, Klaus Jantzen wrote: > > That is what I had in the beginning . I tried it again and receive the > friendly message > "Invalid function (end-of-line)" It looks like you have something like ((end-of-line)) since the compiler complaints about the function "(end-of-line)". You may have gotten that from a bad defmacro call (I have not followed this thread).