From: Alex Ott <ottalex@narod.ru>
To: sisyphus <sisyphus@altlinux.ru>
Subject: [sisyphus] emacs-jdee
Date: Tue, 17 Sep 2002 20:30:35 +0400
Message-ID: <m2n0qg7f4k.fsf@flash.otradnoe.net> (raw)
[-- Attachment #1: Type: text/plain, Size: 306 bytes --]
Привет всем заинтересованым
я поисследовал вопрос с новой бетой -- это пока мои размышления. Патч для
правильной работы с пустыми target в jde-ant-build прилогается -- он прост.
Остается открытым вопрос про использование ant, который поставлен из rpm --
не совсем корректно формируется строка запуска.
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: jdee-2.2.9-ant.patch --]
[-- Type: text/x-patch, Size: 728 bytes --]
diff -uwbr jde-2.2.9beta12/lisp/jde-ant.el jde-2.2.9beta12-my/lisp/jde-ant.el
--- jde-2.2.9beta12/lisp/jde-ant.el 2002-09-11 06:24:56 +0400
+++ jde-2.2.9beta12-my/lisp/jde-ant.el 2002-09-17 20:05:59 +0400
@@ -439,13 +439,14 @@
(defun jde-ant-escape (target)
"Looks for \ characters and escape them, i.e. \\"
- (let (temp c)
+ (let ((temp nil) c)
+ (when (not (null target))
(while (not (string= target ""))
(setq c (substring target 0 1))
(if (string= c "\\")
(setq temp (concat temp c)))
(setq temp (concat temp c))
- (setq target (substring target 1)))
+ (setq target (substring target 1))))
temp))
(defun jde-ant-compile-internal (command error-message)
[-- Attachment #3: Type: text/plain, Size: 173 bytes --]
--
With best wishes, Alex Ott
-------------------------------
Jet Infosystems, Moscow, Russia mailto: ottalex@narod.ru
http://xtalk.msk.su/~ott/ ICQ #22005116
next reply other threads:[~2002-09-17 16:30 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-09-17 16:30 Alex Ott [this message]
2002-09-18 8:58 ` Fred
2002-09-18 9:41 ` [sisyphus] emacs-jdee Artem K. Jouravsky
2002-09-18 9:55 ` Fred
2002-09-18 10:07 ` Alex Ott
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=m2n0qg7f4k.fsf@flash.otradnoe.net \
--to=ottalex@narod.ru \
--cc=sisyphus@altlinux.ru \
/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
ALT Linux Sisyphus discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
public-inbox-index sisyphus
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.sisyphus
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git