[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
DrupalDateTime.php
Description: Binary data
- source text not including leading whitespace, Leo Liu, 2014/03/02
- Re: source text not including leading whitespace, Shigio YAMAGUCHI, 2014/03/02
- Re: source text not including leading whitespace, Leo Liu, 2014/03/02
- Re: source text not including leading whitespace, Shigio YAMAGUCHI, 2014/03/03
- Re: source text not including leading whitespace,
Leo Liu <=
- Re: source text not including leading whitespace, Hideki IWAMOTO, 2014/03/03
- Re: source text not including leading whitespace, Leo Liu, 2014/03/03
- Re: source text not including leading whitespace, Leo Liu, 2014/03/03
- Re: source text not including leading whitespace, Shigio YAMAGUCHI, 2014/03/03