* [PATCH 0/2] Two minor fixes for vc-git
@ 2006-10-22 18:41 Karl Hasselström
2006-10-22 18:46 ` [PATCH 1/2] ignore-errors requires cl Karl Hasselström
2006-10-22 18:46 ` [PATCH 2/2] Better installation instructions Karl Hasselström
0 siblings, 2 replies; 3+ messages in thread
From: Karl Hasselström @ 2006-10-22 18:41 UTC (permalink / raw)
To: Alexandre Julliard; +Cc: git
I'm a total newbie when it comes to elisp, so you may want to take
these with a pinch of salt. But vc-git was quite broken for me without
this fix, so I guess _something_ has to be done about it ...
--
Karl Hasselström, kha@treskal.com
www.treskal.com/kalle
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 1/2] ignore-errors requires cl
2006-10-22 18:41 [PATCH 0/2] Two minor fixes for vc-git Karl Hasselström
@ 2006-10-22 18:46 ` Karl Hasselström
2006-10-22 18:46 ` [PATCH 2/2] Better installation instructions Karl Hasselström
1 sibling, 0 replies; 3+ messages in thread
From: Karl Hasselström @ 2006-10-22 18:46 UTC (permalink / raw)
To: Alexandre Julliard; +Cc: git
From: Karl Hasselström <kha@yoghurt.hemma.treskal.com>
vc-git complains that it can't find the definition of ignore-errors
unless I (require 'cl). So I guess the correct place to do that is in
the file itself.
Signed-off-by: Karl Hasselström <kha@treskal.com>
---
contrib/emacs/vc-git.el | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/contrib/emacs/vc-git.el b/contrib/emacs/vc-git.el
index 4189c4c..1ec228f 100644
--- a/contrib/emacs/vc-git.el
+++ b/contrib/emacs/vc-git.el
@@ -30,6 +30,8 @@
;; - working with revisions other than HEAD
;;
+(require 'cl)
+
(defvar git-commits-coding-system 'utf-8
"Default coding system for git commits.")
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH 2/2] Better installation instructions
2006-10-22 18:41 [PATCH 0/2] Two minor fixes for vc-git Karl Hasselström
2006-10-22 18:46 ` [PATCH 1/2] ignore-errors requires cl Karl Hasselström
@ 2006-10-22 18:46 ` Karl Hasselström
1 sibling, 0 replies; 3+ messages in thread
From: Karl Hasselström @ 2006-10-22 18:46 UTC (permalink / raw)
To: Alexandre Julliard; +Cc: git
From: Karl Hasselström <kha@yoghurt.hemma.treskal.com>
Provide some more detailed installation instructions, for the
elisp-challenged among us.
Signed-off-by: Karl Hasselström <kha@treskal.com>
---
contrib/emacs/vc-git.el | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/contrib/emacs/vc-git.el b/contrib/emacs/vc-git.el
index 1ec228f..535ce97 100644
--- a/contrib/emacs/vc-git.el
+++ b/contrib/emacs/vc-git.el
@@ -23,7 +23,10 @@
;; system.
;;
;; To install: put this file on the load-path and add GIT to the list
-;; of supported backends in `vc-handled-backends'.
+;; of supported backends in `vc-handled-backends'; the following line,
+;; placed in your ~/.emacs, will accomplish this:
+;;
+;; (add-to-list 'vc-handled-backends 'GIT)
;;
;; TODO
;; - changelog generation
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2006-10-22 18:46 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-22 18:41 [PATCH 0/2] Two minor fixes for vc-git Karl Hasselström
2006-10-22 18:46 ` [PATCH 1/2] ignore-errors requires cl Karl Hasselström
2006-10-22 18:46 ` [PATCH 2/2] Better installation instructions Karl Hasselström
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 NNTP newsgroup(s).