unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* vc (log-view)
@ 2003-01-15 15:21 Axel G. Rossberg
  0 siblings, 0 replies; only message in thread
From: Axel G. Rossberg @ 2003-01-15 15:21 UTC (permalink / raw)


In GNU Emacs 21.2.1 (i386-redhat-linux-gnu, X toolkit, Xaw3d scroll bars)
 of 2002-04-09 on porky.devel.redhat.com
configured using `configure  i386-redhat-linux --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/usr/com --mandir=/usr/share/man --infodir=/usr/share/info --with-gcc --with-pop --with-sound'
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
  locale-coding-system: iso-latin-1
  default-enable-multibyte-characters: t

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

Calling (vc-print-log) under RCS, point is not move to the entry of
the current file if the file is checked out.

Reason: checked out file contain the remark "locked by: xxx" in the
revision line of the log.
e.g. "revision 1.2.1.14	    locked by: axel;"
The regexp
(defconst log-view-message-re "^\\(revision \\([.0-9]+\\)\\|D \\([.0-9]+\\) .*\\)$")

defined in log-view.el won't match

Fix:

define

(defconst log-view-message-re "^\\(revision \\([.0-9]+\\).*\\|D \\([.0-9]+\\) .*\\)$")

instead.

Greetings,

Axel

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-01-15 15:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-01-15 15:21 vc (log-view) Axel G. Rossberg

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