Thank you for approve :P
--- "Stephen J. Turnbull" <stephen(a)xemacs.org> wrote:
APPROVE COMMIT eshell
Per Aidan's approval. Somehow ;-) the ChangeLog went missing,
provided here. Kai, please check that I've got it right.
Yes, right.
Kai, would you like to be maintainer of the XEmacs package for
eshell, since John isn't doing it?
I'd like to :P
Among other things, I see that
you
are probably using an upstream version since the directory structure
implied by your patch differs from my CVS checkout. Becoming
maintainer would allow you to freely reorganize the package's
structure to match upstream, approve your own commits, etc.
Sorry for confusing you. I do using the XEmacs distributed experimental
version. I did the patch in a installed instance of XEmacs package,
that why it looks strange. In fact it is in my .xemacs directory.
In return we'd expect you to follow upstream development (eg, a
cvs
update every month or so), and to communicate any improvements you
develop back to John and the Emacs developers.
[John, this is just a courtesy copy to introduce a possible
co-developer, Fan Kai, and provide a ChangeLog. AFAIK Kai has not
contributed to Emacs before so this is presumably a "tiny" change
with
no need for an assignment.]
Index: xemacs-packages/eshell/ChangeLog
===================================================================
RCS file:
/pack/xemacscvs/XEmacs/packages/xemacs-packages/eshell/ChangeLog,v
retrieving revision 1.32
diff -u -U0 -r1.32 ChangeLog
--- xemacs-packages/eshell/ChangeLog 10 Jul 2008 18:58:46 -0000 1.32
+++ xemacs-packages/eshell/ChangeLog 10 Jul 2008 19:49:10 -0000
@@ -0,0 +1,5 @@
+2008-07-08 Fan Kai <fktpp(a)xemacs.org>
+
+ * esh-arg.el (eshell-quote-backslash): Fix eshell path completion
+ for Windows.
+
Index: xemacs-packages/eshell/esh-arg.el
===================================================================
RCS file:
/pack/xemacscvs/XEmacs/packages/xemacs-packages/eshell/esh-arg.el,v
retrieving revision 1.1
diff -u -U0 -r1.1 esh-arg.el
--- xemacs-packages/eshell/esh-arg.el 10 Jan 2001 02:52:52 -0000 1.1
+++ xemacs-packages/eshell/esh-arg.el 10 Jul 2008 19:49:15 -0000
@@ -283 +283,5 @@
- (if (eq char ?\\)
+ (if (and (eq char ?\\)
+ (not (and (featurep 'mswindows)
+ (eq directory-sep-char ?\\)
+ (eq (1- (string-width string))
+ index))))
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta