unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [reinersteib+gmane@imap.cc: 23.0.50; VC; log-view-diff -> vc-version-diff undefined]
@ 2007-10-27 13:57 Richard Stallman
  2007-10-27 16:07 ` Dan Nicolaescu
  0 siblings, 1 reply; 7+ messages in thread
From: Richard Stallman @ 2007-10-27 13:57 UTC (permalink / raw)
  To: esr; +Cc: emacs-devel

[I sent this message a week ago but did not get a response.]

Please DTRT, then respond to this message.

------- Start of forwarded message -------
X-Spam-Status: No, score=0.0 required=5.0 tests=UNPARSEABLE_RELAY 
	autolearn=failed version=3.1.0
From: Reiner Steib <reinersteib+gmane@imap.cc>
To: emacs-devel@gnu.org
Mail-Copies-To: nobody
Date: Thu, 18 Oct 2007 23:20:04 +0200
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Subject: 23.0.50; VC; log-view-diff -> vc-version-diff undefined
Reply-To: Reiner Steib <Reiner.Steib@gmx.de>

M-x report-emacs-bug RET wrote:
> Please describe exactly what actions triggered the bug
> and the precise symptoms of the bug:

After `C-x v l' in a CVSed file (e.g. emacs/README), hit `d'
(vc-version-diff).  Instead of showing the diff of this revision, I
got an error: "Autoloading failed to define function vc-version-diff".

To reproduce:

cd /.../cvs-HEAD/emacs/
emacs -Q README --eval '(progn
                         (toggle-debug-on-error)
                         (vc-print-log)
                         (sit-for 10)
                         (log-view-diff (point) (1+ (point))))'


Debugger entered--Lisp error: (error "Autoloading failed to define function vc-version-diff")
  vc-version-diff("/.../cvs-HEAD/emacs/README" "1.60" "1.61")
  log-view-diff(2435 2436)
  (progn ....)
  eval((progn (toggle-debug-on-error) (vc-print-log) (sit-for 10) (log-view-diff (point) (1+ ...))))
  command-line-1(...)
  command-line()
  normal-top-level()

> In GNU Emacs 23.0.50.4 (i686-pc-linux-gnu, GTK+ Version 2.10.6)
>  of 2007-10-18 on viandante
> Windowing system distributor `The X.Org Foundation', version 11.0.70199902
> configured using `configure  '--prefix=/import/xtra/emacs/HEAD' '--with-gtk' '--exec-prefix=/import/xtra/emacs/HEAD-i686''

> 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
>   locale-coding-system: utf-8
>   default-enable-multibyte-characters: t

Bye, Reiner.
- -- 
       ,,,
      (o o)
- ---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/


_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel
------- End of forwarded message -------

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [reinersteib+gmane@imap.cc: 23.0.50; VC; log-view-diff -> vc-version-diff undefined]
  2007-10-27 13:57 [reinersteib+gmane@imap.cc: 23.0.50; VC; log-view-diff -> vc-version-diff undefined] Richard Stallman
@ 2007-10-27 16:07 ` Dan Nicolaescu
  2007-10-28 13:50   ` Richard Stallman
  0 siblings, 1 reply; 7+ messages in thread
From: Dan Nicolaescu @ 2007-10-27 16:07 UTC (permalink / raw)
  To: rms; +Cc: esr, emacs-devel

Richard Stallman <rms@gnu.org> writes:

  > [I sent this message a week ago but did not get a response.]
  > 
  > Please DTRT, then respond to this message.

This was fixed some time ago.

  > 
  > From: Reiner Steib <reinersteib+gmane@imap.cc>
  > Subject: 23.0.50; VC; log-view-diff -> vc-version-diff undefined
  > To: emacs-devel@gnu.org
  > Date: Thu, 18 Oct 2007 23:20:04 +0200
  > Mail-Copies-To: nobody
  > Reply-To: Reiner Steib <Reiner.Steib@gmx.de>
  > 
  > M-x report-emacs-bug RET wrote:
  > > Please describe exactly what actions triggered the bug
  > > and the precise symptoms of the bug:
  > 
  > After `C-x v l' in a CVSed file (e.g. emacs/README), hit `d'
  > (vc-version-diff).  Instead of showing the diff of this revision, I
  > got an error: "Autoloading failed to define function vc-version-diff".
  > 
  > To reproduce:
  > 
  > cd /.../cvs-HEAD/emacs/
  > emacs -Q README --eval '(progn
  >                          (toggle-debug-on-error)
  >                          (vc-print-log)
  >                          (sit-for 10)
  >                          (log-view-diff (point) (1+ (point))))'
  > 
  > 
  > Debugger entered--Lisp error: (error "Autoloading failed to define function vc-version-diff")
  >   vc-version-diff("/.../cvs-HEAD/emacs/README" "1.60" "1.61")
  >   log-view-diff(2435 2436)
  >   (progn ....)
  >   eval((progn (toggle-debug-on-error) (vc-print-log) (sit-for 10) (log-view-diff (point) (1+ ...))))
  >   command-line-1(...)
  >   command-line()
  >   normal-top-level()
  > 
  > > In GNU Emacs 23.0.50.4 (i686-pc-linux-gnu, GTK+ Version 2.10.6)
  > >  of 2007-10-18 on viandante
  > > Windowing system distributor `The X.Org Foundation', version 11.0.70199902
  > > configured using `configure  '--prefix=/import/xtra/emacs/HEAD' '--with-gtk' '--exec-prefix=/import/xtra/emacs/HEAD-i686''
  > 
  > > 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
  > >   locale-coding-system: utf-8
  > >   default-enable-multibyte-characters: t
  > 
  > Bye, Reiner.
  > - -- 
  >        ,,,
  >       (o o)
  > - ---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/
  > 
  > 
  > _______________________________________________
  > Emacs-devel mailing list
  > Emacs-devel@gnu.org
  > http://lists.gnu.org/mailman/listinfo/emacs-devel
  > ----------

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [reinersteib+gmane@imap.cc: 23.0.50; VC; log-view-diff -> vc-version-diff undefined]
  2007-10-27 16:07 ` Dan Nicolaescu
@ 2007-10-28 13:50   ` Richard Stallman
  2007-10-28 14:02     ` Reiner Steib
  0 siblings, 1 reply; 7+ messages in thread
From: Richard Stallman @ 2007-10-28 13:50 UTC (permalink / raw)
  To: Dan Nicolaescu; +Cc: esr, emacs-devel

      > [I sent this message a week ago but did not get a response.]
      > 
      > Please DTRT, then respond to this message.

    This was fixed some time ago.

That is good.  (It is important to ack these messages
when the bug is fixed, because that is how my bug tracker
gets informed.)

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [reinersteib+gmane@imap.cc: 23.0.50; VC; log-view-diff -> vc-version-diff undefined]
  2007-10-28 13:50   ` Richard Stallman
@ 2007-10-28 14:02     ` Reiner Steib
  2007-10-29  9:21       ` Richard Stallman
  0 siblings, 1 reply; 7+ messages in thread
From: Reiner Steib @ 2007-10-28 14:02 UTC (permalink / raw)
  To: Richard Stallman; +Cc: Dan Nicolaescu, emacs-devel

On Sun, Oct 28 2007, Richard Stallman wrote:

>       > [I sent this message a week ago but did not get a response.]
>       > 
>       > Please DTRT, then respond to this message.
>
>     This was fixed some time ago.
>
> That is good.  (It is important to ack these messages
> when the bug is fixed, because that is how my bug tracker
> gets informed.)

Sorry, I can't find you first reminder in the archive (on Gmane).
Already within one day after my initial report, Stefan answered that
it's fixed and I confirmed this (both on the list).

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [reinersteib+gmane@imap.cc: 23.0.50; VC; log-view-diff -> vc-version-diff undefined]
  2007-10-28 14:02     ` Reiner Steib
@ 2007-10-29  9:21       ` Richard Stallman
  2007-10-29 19:42         ` bug tracking (was: [reinersteib+gmane@imap.cc: 23.0.50; VC; log-view-diff -> vc-version-diff undefined]) Reiner Steib
  0 siblings, 1 reply; 7+ messages in thread
From: Richard Stallman @ 2007-10-29  9:21 UTC (permalink / raw)
  To: Reiner Steib; +Cc: dann, emacs-devel

    Already within one day after my initial report, Stefan answered that
    it's fixed and I confirmed this (both on the list).

I am glad that it was fixed quickly.  Are you trying to suggest I
ought not to have sent the message yesterday, because I should have
REMEMBERED seeing those messages?

I wish I had such a good memory, but I don't.  My unaided memory is
not adequate for keeping track of the status of so many bugs.  So I
use various computer aids.  One is FOR-RELEASE.  The other is a system
that will tell me if a message gets no answer in a certain period.  I
send the message, and ask people to ack when it is dealt with.  If the
message gets no reply, I do not forget about the issue.

If you see such a message, please consider it a bug tracking system.
If the bug is already fixed, please answer the message saying so.
That is the way to inform my bug tracking system to "close the ticket".

^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug tracking (was: [reinersteib+gmane@imap.cc: 23.0.50; VC; log-view-diff -> vc-version-diff undefined])
  2007-10-29  9:21       ` Richard Stallman
@ 2007-10-29 19:42         ` Reiner Steib
  2007-10-30  5:24           ` Richard Stallman
  0 siblings, 1 reply; 7+ messages in thread
From: Reiner Steib @ 2007-10-29 19:42 UTC (permalink / raw)
  To: Richard Stallman; +Cc: dann, emacs-devel

On Mon, Oct 29 2007, Richard Stallman wrote:

> Are you trying to suggest I ought not to have sent the message
> yesterday, because I should have REMEMBERED seeing those messages?

No, I just tried to say that I would have ACKed to your initial
reminder if I had seen it.

The only suggestion with regard to your reminders is that it might be
useful to reply to the original message instead of forwarding it.
(IIRC Stefan also suggested it some time ago.)  Thus, your reminder
messages would include the Message-ID of the original mail in the
References header, which would allow (at least Gnus users[1]) to jump
to the original very easily (`^' = gnus-summary-refer-parent-article)
instead of searching for subject and/or author.

If you can't use reply instead of forward, you might include the
Message-ID in the forward headers.

[1] People who don't use Gnus may enter the MID like this
    <http://thread.gmane.org/v9ejff8hhn.fsf@marauder.physik.uni-ulm.de>
    in their web browser (clicking on "Subject:" in the article frame
    leads to the complete thread).

> If the bug is already fixed, please answer the message saying so.
> That is the way to inform my bug tracking system to "close the ticket".

I will do.

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: bug tracking (was: [reinersteib+gmane@imap.cc: 23.0.50; VC; log-view-diff -> vc-version-diff undefined])
  2007-10-29 19:42         ` bug tracking (was: [reinersteib+gmane@imap.cc: 23.0.50; VC; log-view-diff -> vc-version-diff undefined]) Reiner Steib
@ 2007-10-30  5:24           ` Richard Stallman
  0 siblings, 0 replies; 7+ messages in thread
From: Richard Stallman @ 2007-10-30  5:24 UTC (permalink / raw)
  To: Reiner Steib; +Cc: dann, emacs-devel

    The only suggestion with regard to your reminders is that it might be
    useful to reply to the original message instead of forwarding it.
    (IIRC Stefan also suggested it some time ago.)

I try to follow this suggestion, when the original message is on these
lists.  If I ever forget to do this, it was an accident.

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2007-10-30  5:24 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-27 13:57 [reinersteib+gmane@imap.cc: 23.0.50; VC; log-view-diff -> vc-version-diff undefined] Richard Stallman
2007-10-27 16:07 ` Dan Nicolaescu
2007-10-28 13:50   ` Richard Stallman
2007-10-28 14:02     ` Reiner Steib
2007-10-29  9:21       ` Richard Stallman
2007-10-29 19:42         ` bug tracking (was: [reinersteib+gmane@imap.cc: 23.0.50; VC; log-view-diff -> vc-version-diff undefined]) Reiner Steib
2007-10-30  5:24           ` Richard Stallman

Code repositories for project(s) associated with this public inbox

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

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 read-only IMAP folder(s) and NNTP newsgroup(s).