bug-global
[Top][All Lists]
Advanced

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

Re: source text not including leading whitespace


From: Leo Liu
Subject: Re: source text not including leading whitespace
Date: Mon, 03 Mar 2014 17:30:58 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (OS X 10.9.2)

On 2014-03-03 15:27 +0800, Shigio YAMAGUCHI wrote:
> Isn't it possible to write a source file including a couple of lines
> to reproduce the bug?

Download the attached php file and place it in a directory then do these
experiments:

1.
$ gtags
$ global -v --result=grep --path-style=shorter  prepareTimezone
DrupalDateTime.php:74:  protected function prepareTimezone($timezone) {

2.
$ rm -f GTAGS GRTAGS GPATH
$ GTAGSLABEL=ctags gtags
$ global -v --result=grep --path-style=shorter  prepareTimezone
DrupalDateTime.php:74:protected function prepareTimezone($timezone) {

3.
$ global -v --result=cscope --path-style=shorter  prepareTimezone
DrupalDateTime.php prepareTimezone 74 protected function 
prepareTimezone($timezone) {

Leo

Attachment: DrupalDateTime.php
Description: Binary data


reply via email to

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