bug-vc-dwim
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-vc-dwim] vc-dwim problem parsing ChangeLog entries


From: Paul Eggert
Subject: Re: [Bug-vc-dwim] vc-dwim problem parsing ChangeLog entries
Date: Sun, 12 Jun 2011 16:23:43 -0700
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.17) Gecko/20110516 Thunderbird/3.1.10

The fix in <http://lists.gnu.org/archive/html/bug-vc-dwim/2011-05/msg00008.html>
worked for me (thanks) but now I have another ChangeLog entry (for
src/ChangeLog in the Emacs trunk) for which it doesn't work:

2011-06-12  Paul Eggert  <address@hidden>

        * lisp.h (UNSIGNED_CMP): New macro.
        This fixes comparison bugs on 64-bit hosts.
        (ASCII_CHAR_P): Use it.
        * casefiddle.c (casify_object):
        * character.h (ASCII_BYTE_P, CHAR_VALID_P)
        (SINGLE_BYTE_CHAR_P, CHAR_STRING):
        * composite.h (COMPOSITION_ENCODE_RULE_VALID):
        * dispextern.h (FACE_FROM_ID):
        * keyboard.c (read_char): Use UNSIGNED_CMP.

This causes vc-dwim, with the fix, to output this:

  bzr: ERROR: Path(s) are not versioned: src/CHAR_VALID_P
  vc-dwim: error closing pipe from `bzr diff -- src/lisp.h src/casefiddle.c 
src/character.h src/CHAR_VALID_P src/composite.h src/dispextern.h 
src/keyboard.c': terminated with exit status 3

If I append a colon to the '* character.h ...' line, vc-dwim works,
but it should be OK to omit the colon there.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]