unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* Primitive Programierfrage
@ 2006-02-09 21:06 Sebastian Meisel
  0 siblings, 0 replies; 3+ messages in thread
From: Sebastian Meisel @ 2006-02-09 21:06 UTC (permalink / raw)


Ich versuche gerade eine Funktion zuschreiben:

(defun flyspell-zusammen (begin end poss)
"Versuch Zusammengesetzte deutsche Worte aufzulösen"
;;(goto-char (- begin 2)
(if 
    (re-search-backward "\"-" (- begin 2) t) 
    (lambda () (message "Got you") (return t))
  (lambda () (message "misst") (return nil))
  )) 
)

Eingentlich soll sie wenn "- kurk vor begin gefunden wird die message "Got 
you" ausgeben und t zurückgegen. Aber irgendwas ist falsch. So richtig 
verstehe ich noch nicht wie Elisp funktioniert.
-- 
Bis dann und wann Sebas茶an

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-02-10 11:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.17.1139519193.2885.help-gnu-emacs@gnu.org>
2006-02-09 21:36 ` Primitive Programierfrage Pascal Bourguignon
2006-02-10 11:38 ` Klaus Berndl
2006-02-09 21:06 Sebastian Meisel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).