From: Sebastian Meisel <sebastianmeisel@web.de>
Subject: Primitive Programierfrage
Date: Thu, 9 Feb 2006 22:06:07 +0100 [thread overview]
Message-ID: <200602092206.08273.sebastianmeisel@web.de> (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
next reply other threads:[~2006-02-09 21:06 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-02-09 21:06 Sebastian Meisel [this message]
[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
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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200602092206.08273.sebastianmeisel@web.de \
--to=sebastianmeisel@web.de \
/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.
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).