Hey there everyone.
I have just added the following packages to the 'Pre-Releases'
directory:
New Packages in Pre-Release:
===========================
edebug-1.14-pkg.tar.gz
ediff-1.31-pkg.tar.gz
edit-utils-1.64-pkg.tar.gz
text-modes-1.32-pkg.tar.gz
viper-1.26-pkg.tar.gz
vm-6.94-pkg.tar.gz
Previously Announced Packages in Pre-Release:
============================================
None
Detailed Changes:
================
edebug-1.14-pkg.tar.gz
----------------------
2001-07-16 Charles G Waldman <cgw(a)xemacs.org>
* edebug.el (edebug-form-data): Correct initialization order.
Define variable before making it buffer-local.
ediff-1.31-pkg.tar.gz
---------------------
2001-07-21 Michael Kifer <kifer(a)cs.sunysb.edu>
* ediff-util.el
(ediff-file-checked-out-p,ediff-file-checked-in-p): check if
vc-state is available.
(ediff-make-temp-file): use ediff-coding-system-for-write.
* ediff-init.el (ediff-coding-system-for-read): from ediff-diff.el
(ediff-coding-system-for-write): new variable.
(ediff-highest-priority): fixed the bug having to do with disappearing
overlays.
(ediff-file-remote-p): use file-remote-p, if available.
(ediff-listable-file): new function.
(ediff-file-attributes): use ediff-listable-file.
* ediff-mult.el (ediff-meta-insert-file-info1): use
ediff-listable-file.
* ediff-ptch.el (ediff-prompt-for-patch-file): use
ediff-coding-system-for-read.
(ediff-patch-file-internal): use ediff-coding-system-for-write.
* ediff-diff.el (ediff-coding-system-for-read): moved to ediff-init.el.
(ediff-match-diff3-line,ediff-get-diff3-group): improved pattern.
* ediff.texi: added clarifications, acknowledgements.
edit-utils-1.64-pkg.tar.gz
--------------------------
2001-07-19 Daiki Ueno <ueno(a)unixuser.org>
* iswitchb.el (iswitchb-complete): Set this-command to
'iswitchb-completion-help when putting the following excusion into
iswitchb-completion-help.
text-modes-1.32-pkg.tar.gz
--------------------------
2001-07-18 Charles G Waldman <cgw(a)xemacs.org>
* hexl.el (hexlify-buffer):
* hexl.el (dehexlify-buffer): Check whether buffer-file-system
is bound.
viper-1.26-pkg.tar.gz
---------------------
2001-07-21 Michael Kifer <kifer(a)cs.sunysb.edu>
* viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
of Scott Bronson.
(ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
(viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
Deleted functions.
(viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
ex-token-list.
(viper-get-ex-address-subr): convert registers to char data type.
* viper-util.el (viper-int-to-char,viper-char-equal): new
functions.
(viper-memq-char): use viper-int-to-char.
(viper-file-checked-in-p): use vc-locking-user, if vc doesn't have
vc-locking-state.
(viper-read-key): use viper-read-key-sequence.
* viper.el (viper-major-mode-modifier-list): added
inferior-emacs-lisp-mode.
(this-major-mode-requires-vi-state): new function that uses simple
heuristics to decide if vi state is appropriate.
(set-viper-state-in-major-mode): use this-major-mode-requires-vi-state.
(viper-non-hook-settings): don't advise read-key-sequence.
(viper-read-key-sequence): new function that replaces the
previously used advice to read-key-sequence.
* viper-cmd.el (viper-test-com-defun,viper-exec-change,
viper-exec-Change,viper-execute-com,viper-insert,viper-append,
viper-Append,viper-Insert,viper-open-line,viper-Open-line,
viper-open-line-at-point,viper-substitute,viper-overwrite,
viper-replace-char-subr,viper-forward-word,viper-forward-Word):
got rid of the negative character hack.
(viper-escape-to-state,viper-replace-state-exit-cmd):
use viper-read-key-sequence.
(viper-envelop-ESC-key): no need for ad-get-orig-definition.
(viper-minibuffer-standard-hook,viper-read-string-with-history):
don't override existing minibuffer-setup-hook.
(viper-mark-point,viper-goto-mark-subr,viper-brac-function):
convert registers to char data type.
(viper-autoindent): use viper-indent-line.
* viper-keym.el: use viper-exec-key-in-emacs.
* viper.texi: Added credits, new commands, like :make.
vm-6.94-pkg.tar.gz
------------------
2001-07-21 Steve Youngs <youngs(a)xemacs.org>
* Sync with VM-6.94.
Installing These:
================
Manually:
--------
1) Download the packages that you want to install from:
/ftp.xemacs.org:/pub/xemacs/beta/experimental/packages/
2) Unpack them to: [1]
/usr/local/lib/xemacs/xemacs-packages/
3) Re-start XEmacs.
Using XEmacs Package Tools (XEmacs 21.[245].x):
----------------------------------------------
1) Tools -> Packages -> Add Download Site -> Pre-Releases
2) Tools -> Packages -> List and Install
3) Select the packages you wish to install (there are brief
instructions at the bottom of the packages buffer).
4) Packages -> Install/Remove Selected
5) Re-start XEmacs.
Using XEmacs Package Tools (XEmacs 21.1.14):
-------------------------------------------
1) Options -> Manage Packages -> Add Download Site -> Pre-Releases
2) Options -> Manage Packages -> List and Install
3 - 5) As per XEmacs 21.[245].x.
Footnotes:
[1] Note: Mule packages should be installed into:
/usr/local/lib/xemacs/mule-packages/
--
|---<Steve Youngs>---------------<GnuPG KeyID: 9E7E2820>---|
| XEmacs - It's not just an editor. |
| It's a way of life. |
|------------------------------------<youngs(a)xemacs.org>---|
Show replies by date
Steve Youngs writes:
[1 <text/plain>]
Hey there everyone.
I have just added the following packages to the 'Pre-Releases'
directory:
New Packages in Pre-Release:
===========================
edebug-1.14-pkg.tar.gz
ediff-1.31-pkg.tar.gz
edit-utils-1.64-pkg.tar.gz
text-modes-1.32-pkg.tar.gz
viper-1.26-pkg.tar.gz
vm-6.94-pkg.tar.gz
hey steve
these all installed fine on my FreeBSD box running XEmacs 21.4.4
will let you know if i have any problems
--
-------------------------------------------------------------------------
Peter Brown
Web Programmer/Sys Admin/Apache Admin Education Development Web
peter(a)edw.com.au
www.edw.com.au
rendhalver(a)users.sourceforge.net
-------------------------------------------------------------------------
|--==> "PB" == Peter Brown <rendhalver(a)users.sourceforge.net> writes:
PB> Steve Youngs writes:
>[1 <text/plain>]
>Hey there everyone.
>
>I have just added the following packages to the 'Pre-Releases'
>directory:
>
>New Packages in Pre-Release:
>===========================
>edebug-1.14-pkg.tar.gz
>ediff-1.31-pkg.tar.gz
>edit-utils-1.64-pkg.tar.gz
>text-modes-1.32-pkg.tar.gz
>viper-1.26-pkg.tar.gz
>vm-6.94-pkg.tar.gz
PB> hey steve
PB> these all installed fine on my FreeBSD box running XEmacs 21.4.4
PB> will let you know if i have any problems
Great, thanks Peter.
--
|---<Steve Youngs>---------------<GnuPG KeyID: 9E7E2820>---|
| XEmacs - It's not just an editor. |
| It's a way of life. |
|------------------------------------<youngs(a)xemacs.org>---|
>>>> "SY" == Steve Youngs
<youngs(a)xemacs.org> writes:
SY> Hey there everyone.
SY> I have just added the following packages to the 'Pre-Releases'
SY> directory:
SY> New Packages in Pre-Release:
SY> ===========================
SY> edebug-1.14-pkg.tar.gz
SY> ediff-1.31-pkg.tar.gz
SY> edit-utils-1.64-pkg.tar.gz
SY> text-modes-1.32-pkg.tar.gz
SY> viper-1.26-pkg.tar.gz
SY> vm-6.94-pkg.tar.gz
Hi Steve,
I have succeeded installing these
6 lines matching ^Retrieving pack in buffer *Message-Log*.
203:Retrieving package `edebug-1.14-pkg.tar.gz' ...
241:Retrieving package `ediff-1.31-pkg.tar.gz' ...
313:Retrieving package `edit-utils-1.64-pkg.tar.gz' ...
421:Retrieving package `text-modes-1.32-pkg.tar.gz' ...
500:Retrieving package `viper-1.26-pkg.tar.gz' ...
580:Retrieving package `vm-6.94-pkg.tar.gz' ...
with (emacs-version)
"XEmacs 21.4 (patch 4) \"Artificial Intelligence (candidate 2)\"
[Lucid] (i586-pc-win32) of Fri Jul 20 2001 on D5DC120J"
--
Adrian Aichner
mailto:adrian@xemacs.org
http://www.xemacs.org/
|--==> "APA" == Adrian Aichner <Adrian.Aichner(a)t-online.de> writes:
>>>>>"SY" == Steve Youngs
<youngs(a)xemacs.org> writes:
SY> Hey there everyone.
SY> I have just added the following packages to the 'Pre-Releases'
SY> directory:
APA> Hi Steve,
APA> I have succeeded installing these
APA> 6 lines matching ^Retrieving pack in buffer *Message-Log*.
APA> 203:Retrieving package `edebug-1.14-pkg.tar.gz' ...
APA> 241:Retrieving package `ediff-1.31-pkg.tar.gz' ...
APA> 313:Retrieving package `edit-utils-1.64-pkg.tar.gz' ...
APA> 421:Retrieving package `text-modes-1.32-pkg.tar.gz' ...
APA> 500:Retrieving package `viper-1.26-pkg.tar.gz' ...
APA> 580:Retrieving package `vm-6.94-pkg.tar.gz' ...
APA> with (emacs-version)
APA> "XEmacs 21.4 (patch 4) \"Artificial Intelligence (candidate 2)\"
APA> [Lucid] (i586-pc-win32) of Fri Jul 20 2001 on D5DC120J"
Great news, Adrian. Thanks.
--
|---<Steve Youngs>---------------<GnuPG KeyID: 9E7E2820>---|
| XEmacs - It's not just an editor. |
| It's a way of life. |
|------------------------------------<youngs(a)xemacs.org>---|