emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

vc-cvs-checkout-model can fail


From: Christoph Conrad
Subject: vc-cvs-checkout-model can fail
Date: Sat, 14 May 2005 15:52:08 +0200

This bug report will be sent to the Free Software Foundation,
not to your local site managers!
Please write in English if possible, because the Emacs maintainers
usually do not have translators to read other languages for them.

Your bug report will be posted to the address@hidden mailing list.

Please describe exactly what actions triggered the bug
and the precise symptoms of the bug:

vc-cvs-checkout-model: if CVSREAD isn't set and the file does not exist
(file-attributes file) => nil and so string-macth must fail.

(defun vc-cvs-checkout-model (file)
  "CVS-specific version of `vc-checkout-model'."
  (if (or (getenv "CVSREAD")
          ;; If the file is not writable (despite CVSREAD being
          ;; undefined), this is probably because the file is being
          ;; "watched" by other developers.
          ;; (If vc-mistrust-permissions was t, we actually shouldn't
          ;; trust this, but there is no other way to learn this from CVS
          ;; at the moment (version 1.9).)
          (string-match "r-..-..-." (nth 8 (file-attributes file))))
      'announce
    'implicit))



In GNU Emacs 22.0.50.1 (i686-pc-linux-gnu)
 of 2005-05-14 on brabbelbox
Distributor `The XFree86 Project, Inc', version 11.0.40300001
configured using `configure  'CC=ccache gcc''

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: address@hidden
  locale-coding-system: iso-8859-15
  default-enable-multibyte-characters: t

Major mode: Ibuffer by recency [all: nil]

Minor modes in effect:
  partial-completion-mode: t
  recentf-mode: t
  minibuffer-electric-default-mode: t
  auto-image-file-mode: t
  erc-button-mode: t
  erc-ring-mode: t
  erc-pcomplete-mode: t
  erc-track-mode: t
  erc-fill-mode: t
  pc-selection-mode: t
  icomplete-mode: t
  mouse-wheel-mode: t
  auto-compression-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  unify-8859-on-decoding-mode: t
  unify-8859-on-encoding-mode: t
  utf-translate-cjk-mode: t
  line-number-mode: t
  transient-mark-mode: t
  next-error-follow-minor-mode:  Fol
  abbrev-mode: t

Recent input:
SPC SPC SPC SPC SPC SPC <left> C-x C-e <right> C-x 
C-e <left> <home> q M-s SPC SPC SPC SPC SPC SPC SPC 
SPC SPC SPC SPC q C-c <up> M-s <up> <up> <home> <S-down> 
<S-down> <S-down> <S-down> <S-down> <S-down> <S-down> 
<S-down> <S-down> <S-down> <S-down> <S-down> <C-insert> 
<C-insert> <C-backspace> <return> <C-M-up> M-x r b 
<return> <up> <up> <up> <up> <up> <up> <up> <up> <C-M-up> 
q <M-delete> <up> <M-delete> q <C-backspace> M-x e 
m a c s - b u g <home> r e p r i o <backspace> <backspace> 
o r t - <return> <home> <right> <right> <right> <delete> 
<return>

Recent messages:
Mark set
Updating buffer list...done
Commands: m, u, t, RET, g, k, S, D, Q; q to quit; h for help
Entering debugger...
Back to top level.
Entering debugger...
Back to top level.
Updating buffer list...done
Commands: m, u, t, RET, g, k, S, D, Q; q to quit; h for help
Loading emacsbug...done




reply via email to

[Prev in Thread] Current Thread [Next in Thread]