All of lore.kernel.org
 help / color / mirror / Atom feed
From: Xavier Maillard <zedek@gnu.org>
To: git@vger.kernel.org
Subject: Re: git-blame.el won't run
Date: Wed, 21 Feb 2007 13:08:26 +0100	[thread overview]
Message-ID: <13478.1172059706@localhost> (raw)
In-Reply-To: <87fy9020ne.fsf@morpheus.local>

Hi,

This is the backtrace after C-g (after a few minutes):


Debugger entered--Lisp error: (quit)
  process-send-region(#<process git-blame> 1 28910)
  (let ((display-buf ...) (blame-buf ...) (args ...)) (if startline (setq args ...)) (setq args (append args ...)) (setq git-blame-proc (apply ... "git-blame" blame-buf "git" "blame" args)) (with-current-buffer blame-buf (erase-buffer) (make-local-variable ...) (make-local-variable ...) (setq git-blame-file display-buf) (setq git-blame-current nil)) (set-process-filter git-blame-proc (quote git-blame-filter)) (set-process-sentinel git-blame-proc (quote git-blame-sentinel)) (process-send-region git-blame-proc (point-min) (point-max)) (process-send-eof git-blame-proc))
  (if git-blame-proc (message "Already running git blame") (let (... ... ...) (if startline ...) (setq args ...) (setq git-blame-proc ...) (with-current-buffer blame-buf ... ... ... ... ...) (set-process-filter git-blame-proc ...) (set-process-sentinel git-blame-proc ...) (process-send-region git-blame-proc ... ...) (process-send-eof git-blame-proc)))
  git-blame-run()
  (progn (let (...) (if ... ... ...)) (setq git-blame-cache (make-hash-table :test ...)) (git-blame-run))
  (if git-blame-mode (progn (let ... ...) (setq git-blame-cache ...) (git-blame-run)) (cancel-timer git-blame-idle-timer))
  git-blame-mode(nil)
  call-interactively(git-blame-mode)
  execute-extended-command(nil)
  call-interactively(execute-extended-command)

Regards,

Xavier

  reply	other threads:[~2007-02-21 12:11 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-02-14 22:35 git-blame.el won't run Xavier Maillard
2007-02-16 18:14 ` Xavier Maillard
2007-02-19 20:42 ` David Kågedal
2007-02-19 21:32   ` Xavier Maillard
2007-02-20  1:59     ` Jakub Narebski
2007-02-20  7:50     ` David Kågedal
2007-02-20 17:28       ` Xavier Maillard
2007-02-20 17:34         ` David Kågedal
2007-02-21 12:08           ` Xavier Maillard [this message]
2007-02-21 13:55             ` David Kågedal
2007-02-21 17:21               ` Xavier Maillard

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=13478.1172059706@localhost \
    --to=zedek@gnu.org \
    --cc=git@vger.kernel.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.
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.