1 Jul 2008 02:35
bug#174: marked as done (23.0.60; Bug in vc-register with interactive arg)
Emacs bug Tracking System <don <at> donarmstrong.com>
2008-07-01 00:35:05 GMT
2008-07-01 00:35:05 GMT
Your message dated Mon, 30 Jun 2008 20:29:04 -0400 with message-id <18537.31312.919545.825888 <at> fencepost.gnu.org> and subject line #174 has caused the Emacs bug report #174, regarding 23.0.60; Bug in vc-register with interactive arg to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact don <at> donarmstrong.com immediately.) -- 174: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=174 Emacs Bug Tracking System Contact don <at> donarmstrong.com with problems
From: David Kastrup <dak <at> gnu.org>
Subject: 23.0.60; Bug in vc-register with interactive arg
Date: 2008-05-01 15:26:32 GMT
Subject: 23.0.60; Bug in vc-register with interactive arg
Date: 2008-05-01 15:26:32 GMT
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 emacs-pretest-bug <at> gnu.org mailing list. Please describe exactly what actions triggered the bug and the precise symptoms of the bug: C-u C-x v i Debugger entered--Lisp error: (wrong-type-argument stringp (4)) get-file-buffer((4)) vc-register((4)) call-interactively(vc-register nil nil) In GNU Emacs 23.0.60.8 (i686-pc-linux-gnu, GTK+ Version 2.12.9) of 2008-05-01 on lola Windowing system distributor `The X.Org Foundation', version 11.0.10400090 configured using `configure '--prefix=/usr/local/emacs-21' '--without-toolkit-scroll-bars' 'CFLAGS=-g -O2 -fno-crossjumping'' 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: en_US.UTF-8 value of $XMODIFIERS: nil locale-coding-system: utf-8-unix default-enable-multibyte-characters: t Major mode: Debugger Minor modes in effect: shell-dirtrack-mode: t TeX-PDF-mode: t desktop-save-mode: t minibuffer-electric-default-mode: t iswitchb-mode: t tooltip-mode: t mouse-wheel-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t global-auto-composition-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t Recent input: C-u C-x v i M-x r e p o r t - e m a c s - b u <tab> <return> Recent messages: Press C-c C-c when you are done editing. Registering /home/tmp/akt/Historismus_III.tex... Entering debugger... Back to top level. Quit Type C-x 4 C-o RET to restore the other window, C-M-v to scroll help. Entering debugger... -- David Kastrup, Kriemhildstr. 15, 44793 Bochum
2008-05-02 Dan Nicolaescu <dann <at> ics.uci.edu>
* vc-rcs.el (vc-rcs-state): Fix typos.
* vc.el (vc-register): Change argument order so that the prefix
argument is assigned correctly.
(vc-next-action, vc-dir-register): Update for the above change.
RSS Feed