all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: synhedionn@gmail.com
To: help-gnu-emacs@gnu.org
Subject: elisp errors
Date: Thu, 22 Jan 2009 08:56:57 -0800 (PST)	[thread overview]
Message-ID: <26488aad-8ff8-4dda-bda5-ce5036de3617@w39g2000prb.googlegroups.com> (raw)

hi,
I try to evaluate, for doing indentation of poub.y(so C-mode):
(defun indentTabs()
 (interactive)
  (   save-excursion ; cf
http://www.cs.tut.fi/lintula/manual/elisp/emacs-lisp-intro-1.05/emacs-lisp-intro_13.html#SEC145
restores point to its original position
    (   message "coucou"   )
    (goto-char (point-min))
(let  ((cpt 100))    ;double parenthese obligee
    (while (> cpt 0)
      (
    ((c-indent-command));   widget-forward			;TAB
      ( move-beginning-of-line 0)
     (  next-line 1)

	(setq cpt   (1- cpt)) ;  (1- cpt))
; ( message "cpt=%d"( 3 )  );!! parentheses autour cpt
	   (   message "fin partielle"   )
	      )) )  ) )

I do C-x C-e at end of command
Then , in my poub.y : M-x indentTabs
But error: Invalid read syntax: expected lambda expression (((c-indent-
command));   widget-forward			;TAB	)
What does it mean(evaluate by own your correction suggestion, please)?




             reply	other threads:[~2009-01-22 16:56 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-01-22 16:56 synhedionn [this message]
2009-01-23  3:48 ` elisp errors Barry Margolin
2009-01-23 20:27   ` synhedionn
2009-01-24  4:19     ` Barry Margolin
2009-02-01  2:52   ` Samuel Wales
     [not found]   ` <mailman.6394.1233456736.26697.help-gnu-emacs@gnu.org>
2009-02-01  2:58     ` Barry Margolin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=26488aad-8ff8-4dda-bda5-ce5036de3617@w39g2000prb.googlegroups.com \
    --to=synhedionn@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.