all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Lennart Borgman (gmail)" <lennart.borgman@gmail.com>
To: Emacs Devel <emacs-devel@gnu.org>
Subject: Strange loading of vc-bzr with additional file-handler
Date: Sat, 19 Jul 2008 15:30:55 +0200	[thread overview]
Message-ID: <4881EC8F.9050001@gmail.com> (raw)

I am testing a file handler for sending files to the shell when opening 
them. I do not understand all the bits and pieces there. Though I have 
only defined operation 'insert-file-contents it works well most of the 
time, but suddenly I got the strange traceback below.

Debugger entered--Lisp error: (void-function vc-bzr-state-heuristic)
   vc-bzr-state-heuristic("c:/emacs-lisp/gimp-mode-v1.40/gimpmode.pdf")
   vc-bzr-registered("c:/emacs-lisp/gimp-mode-v1.40/gimpmode.pdf")
   apply(vc-bzr-registered "c:/emacs-lisp/gimp-mode-v1.40/gimpmode.pdf")
   vc-call-backend(Bzr registered 
"c:/emacs-lisp/gimp-mode-v1.40/gimpmode.pdf")
   #[(b) " \b 	# \x14... (some byte code here)
   vc-registered("c:/emacs-lisp/gimp-mode-v1.40/gimpmode.pdf")
   apply(vc-registered "c:/emacs-lisp/gimp-mode-v1.40/gimpmode.pdf")
   (let ((inhibit-file-name-handlers ...) (inhibit-file-name-operation 
operation)) (apply operation args))
   (if done nil (let (... ...) (apply operation args)))
   (unless done (let (... ...) (apply operation args)))
   (let ((done nil) ftype) (when (eq operation ...) (when ... ...) 
(unless ... ... ...)) (unless done (let ... ...)))
   sex-file-handler(vc-registered 
"c:/emacs-lisp/gimp-mode-v1.40/gimpmode.pdf")
   vc-registered("c:/emacs-lisp/gimp-mode-v1.40/gimpmode.pdf")
   vc-backend("c:/emacs-lisp/gimp-mode-v1.40/gimpmode.pdf")
   #[nil " \b! " [buffer-file-name vc-backend] 2]()
   vc-find-file-hook()
   run-hooks(find-file-hook)
   after-find-file(nil t)
   find-file-noselect-1(#<buffer gimpmode.pdf<2>> 
"c:/emacs-lisp/gimp-mode-v1.40/gimpmode.pdf" nil nil 
"c:/emacs-lisp/gimp-mode-v1.40/gimpmode.pdf" (0 203134463))
   find-file-noselect("c:/emacs-lisp/gimp-mode-v1.40/gimpmode.pdf" nil 
nil t)
   ad-Orig-find-file("c:/emacs-lisp/gimp-mode-v1.40/gimpmode.pdf" t)
   (setq ad-return-value (ad-Orig-find-file filename wildcards))
   (let (ad-return-value) (setq ad-return-value (ad-Orig-find-file 
filename wildcards)) ad-return-value)
   find-file("c:/emacs-lisp/gimp-mode-v1.40/gimpmode.pdf" t)
   call-interactively(find-file nil nil)




             reply	other threads:[~2008-07-19 13:30 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-07-19 13:30 Lennart Borgman (gmail) [this message]
2008-07-19 13:41 ` Strange loading of vc-bzr with additional file-handler Lennart Borgman (gmail)
2008-07-19 13:46   ` Lennart Borgman (gmail)
2008-07-19 13:53     ` Lennart Borgman (gmail)
2008-07-19 14:14       ` Lennart Borgman (gmail)
2008-07-19 15:49       ` Jason Rumney
2008-07-19 16:28         ` Lennart Borgman (gmail)
2008-07-19 16:42           ` Lennart Borgman (gmail)
2008-07-19 16:45           ` Johan Bockgård
2008-07-19 16:50             ` Lennart Borgman (gmail)

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=4881EC8F.9050001@gmail.com \
    --to=lennart.borgman@gmail.com \
    --cc=emacs-devel@gnu.org \
    /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
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.