Nelson Ferreira | 23 Jun 2012 00:36
Picon
Gravatar

[PATCH] Allow DVC to compile with XEmacsen


Did not attempt to run yet, but at least this makes it compile...

Summary of changes:

* condition-case (require 'dired-x) ignoring errors

* Only add uniquify-list-buffers-directory-modes to dvc-status-mode if
it is bound.

* Transform all ecase instances with 't' conditional to case, since
ecase does not support otherwise clauses, despite the fact the GNU Emacs
seems to violate Common Lisp there.

Attachment (dvc.xemacs.diff): text/x-patch, 3194 bytes
_______________________________________________
Dvc-dev mailing list
Dvc-dev <at> gna.org
https://mail.gna.org/listinfo/dvc-dev
Stefan Reichör | 26 Jun 2012 23:08
Picon

Re: [PATCH] Allow DVC to compile with XEmacsen

Hello Nelson!

> Did not attempt to run yet, but at least this makes it compile...
>
> Summary of changes:
>
> * condition-case (require 'dired-x) ignoring errors
>
> * Only add uniquify-list-buffers-directory-modes to dvc-status-mode if
> it is bound.
>
> * Transform all ecase instances with 't' conditional to case, since
> ecase does not support otherwise clauses, despite the fact the GNU Emacs
> seems to violate Common Lisp there.

Thanks for your patch.

Since you are using GNUS: M-x dvc-submit-patch RET
provides an easy to use interface to send a patch using DVC!

Stefan.

Gmane