bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#735: marked as done (Bug in etags ".." code)


From: Emacs bug Tracking System
Subject: bug#735: marked as done (Bug in etags ".." code)
Date: Wed, 20 Aug 2008 15:35:05 -0700

Your message dated Wed, 20 Aug 2008 18:31:16 -0400
with message-id <87bpzns4i3.fsf@cyd.mit.edu>
and subject line Re: Bug in etags ".." code
has caused the Emacs bug report #735,
regarding Bug in etags ".." code
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact don@donarmstrong.com
immediately.)


-- 
735: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=735
Emacs Bug Tracking System
Contact don@donarmstrong.com with problems
--- Begin Message --- Subject: Re: Bug in etags ".." code Date: Sun, 17 Aug 2008 02:19:48 +0200
Ok, it has been quite some time since you reported this bug, but at last
I managed to look at it during my vacations...

> I ran etags like this:
> 
> etags ./eval.c -o $(pwd)//.retags.d/Q
> 
> Note the double "/".
> 
> The resulting tags file contains this line:
> 
> ../../eval.c,567
> 
> But this is wrong, there should be only a single "..".

Thank you for the patch for collapsing multiple consecutive slashes in
file names.  I generalised it by canonicalising all file names as soon
as they are read into etags.  I just installed the change into the
trunk.

I did not install it into the pretest branch yet.
Since this is a bug, it probably should go into the pretest branch too.

What do people think?  I am unsure whether this is serious enough to
grant a patch to the pretest branch,

P.S.
Please put me in Cc, as I discovered that I am no more subscribed to the
list, and a new subscription is in progress.




--- End Message ---
--- Begin Message --- Subject: Re: Bug in etags ".." code Date: Wed, 20 Aug 2008 18:31:16 -0400
> Thank you for the patch for collapsing multiple consecutive slashes in
> file names.  I generalised it by canonicalising all file names as soon
> as they are read into etags.  I just installed the change into the
> trunk.
>
> I did not install it into the pretest branch yet.  Since this is a
> bug, it probably should go into the pretest branch too.
>
> What do people think?  I am unsure whether this is serious enough to
> grant a patch to the pretest branch,

Thanks for checking in your fix to the trunk.  I think we can leave it
out of the pretest branch.


--- End Message ---

reply via email to

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