all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [sdl.web@gmail.com: Two errors]
@ 2007-07-30 16:44 Richard Stallman
  2007-07-30 16:47 ` Leo
  0 siblings, 1 reply; 4+ messages in thread
From: Richard Stallman @ 2007-07-30 16:44 UTC (permalink / raw)
  To: emacs-devel

Would someone please DTRT and ack?

------- Start of forwarded message -------
X-Spam-Status: No, score=0.7 required=5.0 tests=DATE_IN_PAST_06_12,
	SPF_HELO_PASS,SPF_PASS,UNPARSEABLE_RELAY autolearn=no version=3.1.0
To: bug-gnu-emacs@gnu.org
From: Leo <sdl.web@gmail.com>
Date: Sun, 29 Jul 2007 00:02:01 +0100
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Subject: Two errors

1. Open a file in version control, type "C-x v l" and look at the
   *Message* buffer:

  Loading log-view...done
  Error during redisplay: (void-function ,log-view-file-re)

2. Following 1, go to the newly created *vc-change-log* buffer and type
   'd' (log-view-diff):

  log-view-current-file: Search failed: "^\\(?:Working file: \\(?1:.+\\)\\|\\(?:SCCS/s\\.\\|Changes to \\)\\(?1:.+\\):\\)"

[Tested in GNU Emacs 23.0.0.4 (i686-pc-linux-gnu, GTK+ Version 2.10.14) of 2007-07-27]

Best regards,
- -- 
Leo <sdl.web AT gmail.com>                         (GPG Key: 9283AA3F)



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

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

* Re: [sdl.web@gmail.com: Two errors]
  2007-07-30 16:44 [sdl.web@gmail.com: Two errors] Richard Stallman
@ 2007-07-30 16:47 ` Leo
  2007-07-30 17:28   ` Dan Nicolaescu
  0 siblings, 1 reply; 4+ messages in thread
From: Leo @ 2007-07-30 16:47 UTC (permalink / raw)
  To: emacs-devel

On 2007-07-30 17:44 +0100, Richard Stallman wrote:
> From: Leo <sdl.web@gmail.com>
> Subject: Two errors
> To: bug-gnu-emacs@gnu.org
> Date: Sun, 29 Jul 2007 00:02:01 +0100
>
> 1. Open a file in version control, type "C-x v l" and look at the
>    *Message* buffer:
>
>   Loading log-view...done
>   Error during redisplay: (void-function ,log-view-file-re)
>
> 2. Following 1, go to the newly created *vc-change-log* buffer and type
>    'd' (log-view-diff):
>
>   log-view-current-file: Search failed: "^\\(?:Working file: \\(?1:.+\\)\\|\\(?:SCCS/s\\.\\|Changes to \\)\\(?1:.+\\):\\)"
>
> [Tested in GNU Emacs 23.0.0.4 (i686-pc-linux-gnu, GTK+ Version 2.10.14) of 2007-07-27]

Please test with a file under SVN.

The following might also be relevant:
Archived-At: <http://permalink.gmane.org/gmane.emacs.devel/75796>

Best,
-- 
Leo <sdl.web AT gmail.com>                         (GPG Key: 9283AA3F)

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

* Re: [sdl.web@gmail.com: Two errors]
  2007-07-30 16:47 ` Leo
@ 2007-07-30 17:28   ` Dan Nicolaescu
  2007-08-04  7:56     ` Leo
  0 siblings, 1 reply; 4+ messages in thread
From: Dan Nicolaescu @ 2007-07-30 17:28 UTC (permalink / raw)
  To: Leo; +Cc: emacs-devel

Leo <sdl.web@gmail.com> writes:

  > On 2007-07-30 17:44 +0100, Richard Stallman wrote:
  > > From: Leo <sdl.web@gmail.com>
  > > Subject: Two errors
  > > To: bug-gnu-emacs@gnu.org
  > > Date: Sun, 29 Jul 2007 00:02:01 +0100
  > >
  > > 1. Open a file in version control, type "C-x v l" and look at the
  > >    *Message* buffer:
  > >
  > >   Loading log-view...done
  > >   Error during redisplay: (void-function ,log-view-file-re)
  > >
  > > 2. Following 1, go to the newly created *vc-change-log* buffer and type
  > >    'd' (log-view-diff):
  > >
  > >   log-view-current-file: Search failed: "^\\(?:Working file: \\(?1:.+\\)\\|\\(?:SCCS/s\\.\\|Changes to \\)\\(?1:.+\\):\\)"
  > >
  > > [Tested in GNU Emacs 23.0.0.4 (i686-pc-linux-gnu, GTK+ Version 2.10.14) of 2007-07-27]
  > 
  > Please test with a file under SVN.

This is because of the recent changes to VC, vc-svn-print-log does this:

      (insert "Working file(s): "

but the regexp in log-view looks for "Working file:" 

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

* Re: [sdl.web@gmail.com: Two errors]
  2007-07-30 17:28   ` Dan Nicolaescu
@ 2007-08-04  7:56     ` Leo
  0 siblings, 0 replies; 4+ messages in thread
From: Leo @ 2007-08-04  7:56 UTC (permalink / raw)
  To: emacs-devel

On 2007-07-30 18:28 +0100, Dan Nicolaescu wrote:
> Leo <sdl.web@gmail.com> writes:
>
>   > On 2007-07-30 17:44 +0100, Richard Stallman wrote:
>   > > From: Leo <sdl.web@gmail.com>
>   > > Subject: Two errors
>   > > To: bug-gnu-emacs@gnu.org
>   > > Date: Sun, 29 Jul 2007 00:02:01 +0100
>   > >
>   > > 1. Open a file in version control, type "C-x v l" and look at the
>   > >    *Message* buffer:
>   > >
>   > >   Loading log-view...done
>   > >   Error during redisplay: (void-function ,log-view-file-re)
>   > >
>   > > 2. Following 1, go to the newly created *vc-change-log* buffer and type
>   > >    'd' (log-view-diff):
>   > >
>   > >   log-view-current-file: Search failed: "^\\(?:Working file: \\(?1:.+\\)\\|\\(?:SCCS/s\\.\\|Changes to \\)\\(?1:.+\\):\\)"
>   > >
>   > > [Tested in GNU Emacs 23.0.0.4 (i686-pc-linux-gnu, GTK+ Version 2.10.14) of 2007-07-27]
>   > 
>   > Please test with a file under SVN.
>
> This is because of the recent changes to VC, vc-svn-print-log does this:
>
>       (insert "Working file(s): "
>
> but the regexp in log-view looks for "Working file:" 

Any fix?

-- 
Leo <sdl.web AT gmail.com>                         (GPG Key: 9283AA3F)

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

end of thread, other threads:[~2007-08-04  7:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-30 16:44 [sdl.web@gmail.com: Two errors] Richard Stallman
2007-07-30 16:47 ` Leo
2007-07-30 17:28   ` Dan Nicolaescu
2007-08-04  7:56     ` Leo

Code repositories for project(s) associated with this external index

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

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.