unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [simon.marshall@misys.com: First CVS command generates empty buffer]
@ 2006-07-03 23:21 Richard Stallman
  2006-07-11 18:41 ` Chong Yidong
  0 siblings, 1 reply; 4+ messages in thread
From: Richard Stallman @ 2006-07-03 23:21 UTC (permalink / raw)


Would someone please DTRT and ack?

------- Start of forwarded message -------
From: "Marshall, Simon" <simon.marshall@misys.com>
To: "'Emacs Pretest Bug (emacs-pretest-bug@gnu.org)'"
	<emacs-pretest-bug@gnu.org>
Date: Mon, 3 Jul 2006 11:11:51 +0100 
MIME-Version: 1.0
Content-Type: text/plain
Subject: First CVS command generates empty buffer
X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=failed 
	version=3.0.4

I get this every time with a working copy of a file from a local CVS
repository, but not with an emacs file from the savannah repository.  My cvs
is 1.11.5.

CVSROOT=$PWD/cvs	# create a local CVS repository if you don't have
one
cvs init
mkdir foo
touch foo/bar
cd foo
cvs import -msnafu foo bar fubar
cd ..
cvs checkout -d bar foo
.../src/emacs -Q
C-x C-f bar/bar	# for me, any file under a local CVS repository 

At this point, *Messages* contains:

For information about the GNU Project and its goals, type C-h C-p.
Note: file is write protected
Loading vc-cvs...done

Now do C-x v l, and the window splits with bar at the top and a window
showing *vc-change-log* at the bottom.  BUG: The *vc-change-log* buffer is
empty (and its window is 3 lines high).

At this point, *Messages* contains:

For information about the GNU Project and its goals, type C-h C-p.
Note: file is write protected
Loading vc-cvs...done
Loading vc...
Loading easymenu...done
Loading vc...done
Running cvs in the background...
Loading log-view...
Loading easy-mmode...done
Loading log-view...done

Interestingly, if I C-x o C-x v l, then *vc-change-log* is correctly
generated (though its window is still 3 lines high).  *Messages* now
contains:

For information about the GNU Project and its goals, type C-h C-p.
Note: file is write protected
Loading vc-cvs...done
Loading vc...
Loading easymenu...done
Loading vc...done
Running cvs in the background...
Loading log-view...
Loading easy-mmode...done
Loading log-view...done
Running cvs in the background... done

Note this time I get a " done".

Note also that this is not specific to C-x v l.  Checkin a change to bar,
then:

.../src/emacs -Q bar/bar
C-u C-x v = RET RET RET		# diff between previous 2 revisions

I get a 3 line high *vc-diff* window where the buffer contains "No
differences found."  Repeating the above command in bar will generate the
correct diff, and *Messages* gets a message with " done" as above.

In GNU Emacs 22.0.50.5 (sparc-sun-solaris2.8, X toolkit)
 of 2006-07-03 on perth
X server distributor `Hummingbird Ltd.', version 11.0.100015
configured using `configure 'CFLAGS=-g''

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: en_GB.ISO8859-1
  value of $LC_CTYPE: en_GB.ISO8859-1
  value of $LC_MESSAGES: C
  value of $LC_MONETARY: en_GB.ISO8859-1
  value of $LC_NUMERIC: en_GB.ISO8859-1
  value of $LC_TIME: en_GB.ISO8859-1
  value of $LANG: en_GB.ISO8859-1
  locale-coding-system: iso-8859-1
  default-enable-multibyte-characters: t



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

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

* [simon.marshall@misys.com: First CVS command generates empty buffer]
@ 2006-07-10 18:21 Richard Stallman
  0 siblings, 0 replies; 4+ messages in thread
From: Richard Stallman @ 2006-07-10 18:21 UTC (permalink / raw)


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

Would someone please DTRT and ack?

------- Start of forwarded message -------
From: "Marshall, Simon" <simon.marshall@misys.com>
To: "'Emacs Pretest Bug (emacs-pretest-bug@gnu.org)'"
	<emacs-pretest-bug@gnu.org>
Date: Mon, 3 Jul 2006 11:11:51 +0100 
MIME-Version: 1.0
Content-Type: text/plain
Subject: First CVS command generates empty buffer
X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=failed 
	version=3.0.4

I get this every time with a working copy of a file from a local CVS
repository, but not with an emacs file from the savannah repository.  My cvs
is 1.11.5.

CVSROOT=$PWD/cvs	# create a local CVS repository if you don't have
one
cvs init
mkdir foo
touch foo/bar
cd foo
cvs import -msnafu foo bar fubar
cd ..
cvs checkout -d bar foo
.../src/emacs -Q
C-x C-f bar/bar	# for me, any file under a local CVS repository 

At this point, *Messages* contains:

For information about the GNU Project and its goals, type C-h C-p.
Note: file is write protected
Loading vc-cvs...done

Now do C-x v l, and the window splits with bar at the top and a window
showing *vc-change-log* at the bottom.  BUG: The *vc-change-log* buffer is
empty (and its window is 3 lines high).

At this point, *Messages* contains:

For information about the GNU Project and its goals, type C-h C-p.
Note: file is write protected
Loading vc-cvs...done
Loading vc...
Loading easymenu...done
Loading vc...done
Running cvs in the background...
Loading log-view...
Loading easy-mmode...done
Loading log-view...done

Interestingly, if I C-x o C-x v l, then *vc-change-log* is correctly
generated (though its window is still 3 lines high).  *Messages* now
contains:

For information about the GNU Project and its goals, type C-h C-p.
Note: file is write protected
Loading vc-cvs...done
Loading vc...
Loading easymenu...done
Loading vc...done
Running cvs in the background...
Loading log-view...
Loading easy-mmode...done
Loading log-view...done
Running cvs in the background... done

Note this time I get a " done".

Note also that this is not specific to C-x v l.  Checkin a change to bar,
then:

.../src/emacs -Q bar/bar
C-u C-x v = RET RET RET		# diff between previous 2 revisions

I get a 3 line high *vc-diff* window where the buffer contains "No
differences found."  Repeating the above command in bar will generate the
correct diff, and *Messages* gets a message with " done" as above.

In GNU Emacs 22.0.50.5 (sparc-sun-solaris2.8, X toolkit)
 of 2006-07-03 on perth
X server distributor `Hummingbird Ltd.', version 11.0.100015
configured using `configure 'CFLAGS=-g''

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: en_GB.ISO8859-1
  value of $LC_CTYPE: en_GB.ISO8859-1
  value of $LC_MESSAGES: C
  value of $LC_MONETARY: en_GB.ISO8859-1
  value of $LC_NUMERIC: en_GB.ISO8859-1
  value of $LC_TIME: en_GB.ISO8859-1
  value of $LANG: en_GB.ISO8859-1
  locale-coding-system: iso-8859-1
  default-enable-multibyte-characters: t



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

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

* Re: [simon.marshall@misys.com: First CVS command generates empty buffer]
  2006-07-03 23:21 Richard Stallman
@ 2006-07-11 18:41 ` Chong Yidong
  0 siblings, 0 replies; 4+ messages in thread
From: Chong Yidong @ 2006-07-11 18:41 UTC (permalink / raw)
  Cc: emacs-devel

Richard Stallman <rms@gnu.org> writes:

> Would someone please DTRT and ack?

Fixed.

> I get this every time with a working copy of a file from a local CVS
> repository, but not with an emacs file from the savannah repository.  My cvs
> is 1.11.5.
>
> CVSROOT=$PWD/cvs	# create a local CVS repository if you don't have
> one
> cvs init
> mkdir foo
> touch foo/bar
> cd foo
> cvs import -msnafu foo bar fubar
> cd ..
> cvs checkout -d bar foo
> .../src/emacs -Q
> C-x C-f bar/bar	# for me, any file under a local CVS repository 
>
> Now do C-x v l, and the window splits with bar at the top and a window
> showing *vc-change-log* at the bottom.  BUG: The *vc-change-log* buffer is
> empty (and its window is 3 lines high).

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

* [simon.marshall@misys.com: First CVS command generates empty buffer]
@ 2006-07-18  0:12 Richard Stallman
  0 siblings, 0 replies; 4+ messages in thread
From: Richard Stallman @ 2006-07-18  0:12 UTC (permalink / raw)


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

Would someone please DTRT and ack?

------- Start of forwarded message -------
From: "Marshall, Simon" <simon.marshall@misys.com>
To: "'Emacs Pretest Bug (emacs-pretest-bug@gnu.org)'"
	<emacs-pretest-bug@gnu.org>
Date: Mon, 3 Jul 2006 11:11:51 +0100 
MIME-Version: 1.0
Content-Type: text/plain
Subject: First CVS command generates empty buffer
X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=failed 
	version=3.0.4

I get this every time with a working copy of a file from a local CVS
repository, but not with an emacs file from the savannah repository.  My cvs
is 1.11.5.

CVSROOT=$PWD/cvs	# create a local CVS repository if you don't have
one
cvs init
mkdir foo
touch foo/bar
cd foo
cvs import -msnafu foo bar fubar
cd ..
cvs checkout -d bar foo
.../src/emacs -Q
C-x C-f bar/bar	# for me, any file under a local CVS repository 

At this point, *Messages* contains:

For information about the GNU Project and its goals, type C-h C-p.
Note: file is write protected
Loading vc-cvs...done

Now do C-x v l, and the window splits with bar at the top and a window
showing *vc-change-log* at the bottom.  BUG: The *vc-change-log* buffer is
empty (and its window is 3 lines high).

At this point, *Messages* contains:

For information about the GNU Project and its goals, type C-h C-p.
Note: file is write protected
Loading vc-cvs...done
Loading vc...
Loading easymenu...done
Loading vc...done
Running cvs in the background...
Loading log-view...
Loading easy-mmode...done
Loading log-view...done

Interestingly, if I C-x o C-x v l, then *vc-change-log* is correctly
generated (though its window is still 3 lines high).  *Messages* now
contains:

For information about the GNU Project and its goals, type C-h C-p.
Note: file is write protected
Loading vc-cvs...done
Loading vc...
Loading easymenu...done
Loading vc...done
Running cvs in the background...
Loading log-view...
Loading easy-mmode...done
Loading log-view...done
Running cvs in the background... done

Note this time I get a " done".

Note also that this is not specific to C-x v l.  Checkin a change to bar,
then:

.../src/emacs -Q bar/bar
C-u C-x v = RET RET RET		# diff between previous 2 revisions

I get a 3 line high *vc-diff* window where the buffer contains "No
differences found."  Repeating the above command in bar will generate the
correct diff, and *Messages* gets a message with " done" as above.

In GNU Emacs 22.0.50.5 (sparc-sun-solaris2.8, X toolkit)
 of 2006-07-03 on perth
X server distributor `Hummingbird Ltd.', version 11.0.100015
configured using `configure 'CFLAGS=-g''

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: en_GB.ISO8859-1
  value of $LC_CTYPE: en_GB.ISO8859-1
  value of $LC_MESSAGES: C
  value of $LC_MONETARY: en_GB.ISO8859-1
  value of $LC_NUMERIC: en_GB.ISO8859-1
  value of $LC_TIME: en_GB.ISO8859-1
  value of $LANG: en_GB.ISO8859-1
  locale-coding-system: iso-8859-1
  default-enable-multibyte-characters: t



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

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

end of thread, other threads:[~2006-07-18  0:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-18  0:12 [simon.marshall@misys.com: First CVS command generates empty buffer] Richard Stallman
  -- strict thread matches above, loose matches on Subject: below --
2006-07-10 18:21 Richard Stallman
2006-07-03 23:21 Richard Stallman
2006-07-11 18:41 ` Chong Yidong

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).